mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:53:09 +08:00
[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`.
This commit is contained in:
parent
49972a664f
commit
d52fbe6a45
@ -1,7 +0,0 @@
|
||||
Source: openexr
|
||||
Version: 2.5.0
|
||||
Port-Version: 1
|
||||
Homepage: https://www.openexr.com/
|
||||
Description: OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications
|
||||
Build-Depends: zlib, python3
|
||||
Supports: !uwp
|
11
ports/openexr/vcpkg.json
Normal file
11
ports/openexr/vcpkg.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user