vcpkg/ports/armadillo/vcpkg.json

20 lines
470 B
JSON
Raw Normal View History

{
"name": "armadillo",
2023-03-21 02:41:05 +08:00
"version": "12.0.1",
"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",
2023-02-22 00:10:27 +08:00
"homepage": "https://arma.sourceforge.net/",
"license": "Apache-2.0",
"dependencies": [
"blas",
"lapack",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}