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

Prep for dependencies 9.0.0 alpha 1 #267

Merged
merged 17 commits into from
Aug 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
OpenImageIO : Disable OpenVDB plugin
We don't list OpenVDB in `dependencies` so a full clean build will build OIIO without OpenVDB support, though building OIIO with a `buildDir` that already contains OpenVDB would build OIIO with OpenVDB support so for consistency we also disable it here.
murraystevenson committed Aug 26, 2024
commit 47b9784f6a10e7d03b8aa2be4aa42980c4ddd65a
1 change: 1 addition & 0 deletions OpenImageIO/config.py
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@
" -D CMAKE_PREFIX_PATH={buildDir}"
" -D USE_FFMPEG=NO"
" -D USE_GIF=0"
" -D USE_OPENVDB=NO"
" -D USE_PYTHON=YES"
" -D USE_EXTERNAL_PUGIXML=YES"
" -D BUILD_MISSING_FMT=NO"