aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opensubdiv/vcpkg.json
blob: 59f05e01f55bd7629b153d1c4efbfa6a4f6686f2 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "name": "opensubdiv",
  "version-semver": "3.5.0",
  "port-version": 3,
  "description": "An Open-Source subdivision surface library.",
  "homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv",
  "license": "Apache-2.0",
  "supports": "!(arm & android) & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "cuda": {
      "description": "Enable CUDA backend",
      "dependencies": [
        "cuda"
      ]
    },
    "dx": {
      "description": "Enable DirectX support",
      "dependencies": [
        {
          "name": "directxsdk",
          "features": [
            "xp"
          ]
        }
      ]
    },
    "examples": {
      "description": "Build examples"
    },
    "glew": {
      "description": "Enable GLEW wrapper library",
      "dependencies": [
        "glew"
      ]
    },
    "glfw": {
      "description": "Build components depending on GLFW",
      "dependencies": [
        "glfw3"
      ]
    },
    "omp": {
      "description": "Enable OpenMP backend"
    },
    "opencl": {
      "description": "Enable OpenCL backend",
      "dependencies": [
        "opencl"
      ]
    },
    "opengl": {
      "description": "Enable OpenGL backend",
      "dependencies": [
        "opengl"
      ]
    },
    "ptex": {
      "description": "Enable Ptex support",
      "dependencies": [
        "ptex"
      ]
    },
    "tbb": {
      "description": "Enable TBB backend",
      "dependencies": [
        "tbb"
      ]
    },
    "true-deriv-eval": {
      "description": "Enable true derivative evaluation for Gregory basis patches"
    },
    "tutorials": {
      "description": "Enable tutorials build"
    }
  }
}