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

Dependencies latest Actions -- Fix OpenImageIO install on Windows #2044

Open
doug-walker opened this issue Sep 18, 2024 · 4 comments
Open

Dependencies latest Actions -- Fix OpenImageIO install on Windows #2044

doug-walker opened this issue Sep 18, 2024 · 4 comments
Labels
Build Issue Issues related to build or environment problems on any platform. good first issue Standard label for new developers to locate good issues to tackle to learn about OCIO development. help wanted Issues that the TSC has decided are worth implementing, but don't currently have the dev resources.

Comments

@doug-walker
Copy link
Collaborator

This issue is to solve the issue that is causing the GitHub Actions Dependencies Latest CI runs to fail due to a problem installing OpenImageIO on Windows.

@doug-walker doug-walker added good first issue Standard label for new developers to locate good issues to tackle to learn about OCIO development. help wanted Issues that the TSC has decided are worth implementing, but don't currently have the dev resources. Build Issue Issues related to build or environment problems on any platform. labels Sep 18, 2024
@remia
Copy link
Collaborator

remia commented Sep 30, 2024

It seems that latest OpenImageIO versions require OpenColorIO to build, which mean we have a circular dependency. Should we drop building OIIO from the dependencies latest workflow?

@zachlewis
Copy link
Collaborator

Is it causing problems? I know when OIIO uses a custom namespace when building OCIO...

@remia
Copy link
Collaborator

remia commented Sep 30, 2024

Maybe we just need to enable -DOpenImageIO_BUILD_MISSING_DEPS=all then?

@zachlewis
Copy link
Collaborator

That would definitely do the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Issue Issues related to build or environment problems on any platform. good first issue Standard label for new developers to locate good issues to tackle to learn about OCIO development. help wanted Issues that the TSC has decided are worth implementing, but don't currently have the dev resources.
Projects
None yet
Development

No branches or pull requests

3 participants