aboutsummaryrefslogtreecommitdiff
path: root/ports/armadillo/vcpkg.json
blob: bf9db01cb4cf6525a8835e133ce160b390b27bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
    }
  ]
}