vcpkg/ports/openexr/vcpkg.json
Billy O'Neal d52fbe6a45
[openexr] Remove python dependency of openexr. (#15147)
In https://github.com/microsoft/vcpkg/pull/14891 @Hoikas points out that the port depends on Python but the portfile.cmake explicitly disables it with `-DPYILMBASE_ENABLE=FALSE`.
2020-12-16 11:45:49 -08:00

12 lines
329 B
JSON

{
"name": "openexr",
"version-string": "2.5.0",
"port-version": 2,
"description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications",
"homepage": "https://www.openexr.com/",
"supports": "!uwp",
"dependencies": [
"zlib"
]
}