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