mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
d52fbe6a45
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`.
12 lines
329 B
JSON
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"
|
|
]
|
|
}
|