2021-04-24 07:05:42 +08:00
{
"name" : "armadillo" ,
2024-06-15 02:41:46 +08:00
"version" : "12.8.4" ,
2024-06-20 05:07:05 +08:00
"port-version" : 1 ,
2021-04-24 07:05:42 +08:00
"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" ,
2023-02-22 00:10:27 +08:00
"homepage" : "https://arma.sourceforge.net/" ,
2022-07-16 03:22:46 +08:00
"license" : "Apache-2.0" ,
2021-04-24 07:05:42 +08:00
"dependencies" : [
"blas" ,
2021-09-14 11:17:25 +08:00
"lapack" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2021-04-24 07:05:42 +08:00
]
}