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

openvdb/python/CMakeLists.txt: Minor fix and CMake v3.11 compatibility #259

Merged

Conversation

dracwyrm
Copy link
Contributor

Adding the python version string to finding the python module of
Boost fixes this error: CMake Error at /.../FindBoost.cmake:2044
More on the error here: https://bugs.gentoo.org/652266

Remove unneeded python version variables as PythonInterp already
defines them.

PYOPENVDB_INSTALL_DIRECTORY variable cannot be set during configure
phase because it is hard set. Test if it is not defined before
setting it to a default.

Signed-off by: Jonathan Scruggs [email protected]

@dracwyrm dracwyrm force-pushed the python-fixes branch 2 times, most recently from 4523b37 to 1481996 Compare August 10, 2018 08:10
Adding the python version string to finding the python module of
Boost fixes this error: CMake Error at /.../FindBoost.cmake:2044

Remove unneeded python version variables as PythonInterp already
defines them.

PYOPENVDB_INSTALL_DIRECTORY variable cannot be set during configure
phase because it is hard set. Test if it is not defined before
setting it to a default.

Signed-off-by: Jonathan Scruggs <[email protected]>
@dracwyrm
Copy link
Contributor Author

How come all tests passed except this one?
https://travis-ci.org/dreamworksanimation/openvdb/jobs/414410409

@OpenVDB-DevTeam
Copy link
Contributor

How come all tests passed except this one?

Just some random network timeout. It reran successfully.

@OpenVDB-DevTeam OpenVDB-DevTeam merged commit 566ffa6 into AcademySoftwareFoundation:master Aug 10, 2018
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.

2 participants