vcpkg/ports/armadillo/vcpkg.json
Frank f4df9aa996
[armadillo] update to 11.2.3 (#25789)
* [armadillo] update to 11.2.3

* update version

* add license

* overwrite version
2022-07-15 12:22:46 -07:00

20 lines
468 B
JSON

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