-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add "OpenEXR" package #128
Comments
@hjmallon Thanks for getting some PRs upstream! I made a fork here: https://github.com/cpp-pm/openexr |
Added hunterization PR to that fork. |
Note to self, tasks required:
Adding packages with 2 dependant packages inside them is a little complicated as the hunterisation of a package includes a link to a version of hunter that itself supports building part of the package... |
@hjmallon It would be nice to split |
Quote from @cary-ilm
As mentioned here AcademySoftwareFoundation/openexr#639 the OpenEXR are planning to split IlmBase and OpenEXR in a v3.0.0 release this year anyway. So the weird dependency will be sorted then. |
I'm interested in package
OpenEXR
Here is the official site of package https://www.openexr.com/
This package is using [Git]: https://github.com/AcademySoftwareFoundation/openexr
Used build system: [CMake]
This package has next dependencies:
IlmBase
(part of openexr download)ZLIB
In hunterHere is the package request from old hunter https://github.com/ruslo/hunter/issues/361
I have already got this working in a test branch (thanks to the great work done upstream in improving their CMake build system recently). I have 3 PRs open upstream taken from my hunterize-2 branch.
I will need a fork in hunter-packages to add the
hunter_add_package
andHunterGate
on top of those commits (which hopefully will be absorbed upstream).The text was updated successfully, but these errors were encountered: