aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sleef/vcpkg.json
blob: 1d97c39768dfec9bd355bb7daa61234d7b0e24eb (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
31
32
33
34
35
36
37
{
  "name": "sleef",
  "version": "3.9.0",
  "port-version": 1,
  "description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
  "homepage": "https://sleef.org/",
  "license": "BSL-1.0",
  "supports": "!(arm & windows)",
  "dependencies": [
    {
      "name": "sleef",
      "host": true
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "dft": {
      "description": "Build the DFT library. Needs OpenMP.",
      "dependencies": [
        {
          "name": "sleef",
          "host": true,
          "features": [
            "dft"
          ]
        }
      ]
    }
  }
}