aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ensmallen/vcpkg.json
blob: 579b0ca16f6f961b8d339f44569b9cc86fb4a46e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "ensmallen",
  "version-semver": "2.21.1",
  "port-version": 1,
  "description": "A header-only C++ library for mathematical optimization",
  "homepage": "http://ensmallen.org/",
  "license": "BSD-3-Clause",
  "dependencies": [
    "armadillo",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "openmp",
      "platform": "!osx"
    }
  ],
  "features": {
    "openmp": {
      "description": "Enable OpenMP support"
    }
  }
}