mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:29:11 +08:00
6ebcd4e443
* [armadillo] update to <10.4.0> * update version
11 lines
312 B
JSON
11 lines
312 B
JSON
{
|
|
"name": "armadillo",
|
|
"version": "10.4.0",
|
|
"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"
|
|
]
|
|
}
|