vcpkg/ports/armadillo/vcpkg.json
2024-11-07 01:48:50 -08:00

20 lines
470 B
JSON

{
"name": "armadillo",
"version": "14.0.3",
"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": "https://arma.sourceforge.net/",
"license": "Apache-2.0",
"dependencies": [
"blas",
"lapack",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}