aboutsummaryrefslogtreecommitdiff
path: root/ports/ensmallen/vcpkg.json
blob: f5648353cbf4b33c966526e3f26b6bc9f594a853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "ensmallen",
  "version-semver": "2.17.0",
  "description": "A header-only C++ library for mathematical optimization",
  "homepage": "https://github.com/mlpack/ensmallen",
  "dependencies": [
    "armadillo",
    "blas",
    "lapack",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}