Skip to content
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

Fixing Imath automatic install #799

Merged
merged 4 commits into from Aug 3, 2020
Merged

Conversation

oxt3479
Copy link
Contributor

@oxt3479 oxt3479 commented Jul 30, 2020

Adjusting the automatic install of Imath to include the correct directories. This could potentially fix the issues with CI.
Signed-off-by: Owen Thompson oxt3479@rit.edu

Signed-off-by: Owen Thompson <oxt3479@rit.edu>
@cary-ilm
Copy link
Member

A couple gotchas:

src/test/OpenEXRFuzzTest/fuzzFile.cpp has #include "../IlmImfTest/TestUtilFStream.h".
This is bad form to directly include a file this way from another directory, but even worse, the directory name is incorrect and should be "OpenEXRTest". At the very least, fix that for now and let's straighten out the #include "../" later.

IexTest/CMakeLists.txt references "IlmBase.Iex", that should now be OpenEXR.Iex.

@kthurston
Copy link

kthurston commented Jul 30, 2020

We should also not be using global include / link directories, but rather per-targets and Imath modules. Additionally, I don't think we should use a git submodule, but rather external project directly...

Copy link
Contributor

@meshula meshula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@oxt3479
Copy link
Contributor Author

oxt3479 commented Aug 1, 2020

These changes should not be integrated yet. I will be taking a different approach for the installation in the coming days.

Signed-off-by: Owen Thompson <oxt3479@rit.edu>
Signed-off-by: Owen Thompson <oxt3479@rit.edu>
Signed-off-by: Owen Thompson <oxt3479@rit.edu>
@kdt3rd kdt3rd merged commit 54d0297 into AcademySoftwareFoundation:RC-3 Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants