mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
18860a0e48
* [armadillo]update to 10.6.2 * update version * update portifile.cmake * update version
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"name": "armadillo",
|
|
"version": "10.6.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|