mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
0bc3f04da6
Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
491 B
JSON
21 lines
491 B
JSON
{
|
|
"name": "armadillo",
|
|
"version": "12.6.6",
|
|
"port-version": 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",
|
|
"homepage": "https://arma.sourceforge.net/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"blas",
|
|
"lapack",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|