vcpkg/ports/opensubdiv/vcpkg.json
Lily Wang d752204646
[opensubdiv] Add feature opengl (#26940)
* [opensubdiv] Add feature opengl

* modify port-version

* x-add-version
2022-09-27 15:55:42 -07:00

80 lines
1.6 KiB
JSON

{
"name": "opensubdiv",
"version-semver": "3.4.3",
"port-version": 5,
"description": "An Open-Source subdivision surface library.",
"homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv",
"license": "Apache-2.0",
"supports": "!arm & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"cuda": {
"description": "Enable CUDA backend",
"dependencies": [
"cuda"
]
},
"dx": {
"description": "Enable DirectX support",
"dependencies": [
{
"name": "directxsdk",
"features": [
"xp"
]
}
]
},
"examples": {
"description": "Enable examples build"
},
"glew": {
"description": "Path to glew",
"dependencies": [
"glew"
]
},
"glfw": {
"description": "Path to glfw",
"dependencies": [
"glfw3"
]
},
"omp": {
"description": "Enable OpenMP backend"
},
"opencl": {
"description": "Enable OpenCL backend",
"dependencies": [
"opencl"
]
},
"opengl": {
"description": "Enable OpenGL support"
},
"ptex": {
"description": "Path to Ptex",
"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"
}
}
}