-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[openexr] Side-by-side installation of version 2 and 3 #26788
Conversation
This is a preparation for updating port openexr to version 3.
ports/openexr/vcpkg.json
Outdated
"host": true | ||
}, | ||
"zlib" | ||
"openexr2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openexr2
will be removed here once CI identified the ports which need to explicitly stay with openexr2
.
Ports which still "need" openexr2
Ports which can use openexr3:
If everything can be moved to openexr3, port openexr should just be updated in-place. |
Everything OpenEXR 3 now. |
Obsolete, direct port update in #26862. |
What does your PR fix?
This PR transforms port
openexr
into a portopenexr2
which can coexist with a new portopenexr3
. This approach is meant to mitigate theopenexr
update issues which turned up in previous attempts to updateopenexr
. The availability of OpenEXR 3 is urgent to unlock further updates to consuming ports and to restore broken features such asopenimageio[opencolorio]
(cf. [openimageio] Build error #26089).Notes:
include/openexr2
/include/openexr3
.openexr2
's main pc file is renamed toOpenEXR2.pc
.OpenEXR
. However, there shouldn't be a wrapper for OpenEXR CONFIG. That's why the wrapper is maintained in legacy portopenexr2
.openexr3
is installed.)openimageio[opencolorio]
.Previous work: [openexr3] Add new port #25238 (only adding openexr3), [openexr] Update to 3.1.5 #24249, [openexr] Update to 3.1.4 #20957 (direct updates of openexr).
Which triplets are supported/not supported? Have you updated the CI baseline?
unchanged, no
Does your PR follow the maintainer guide?
WIP
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?I am still working on this PR.