early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/armadillo/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/armadillo/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "armadillo",
|
||||
"version": "10.6.2",
|
||||
"port-version": 5,
|
||||
"description": "Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use",
|
||||
"homepage": "http://arma.sourceforge.net",
|
||||
"dependencies": [
|
||||
"blas",
|
||||
"lapack",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user