OpenVDB Jenkins builds broken due to Boost Python not found
Hi Everyone, Since the move of OpenVDB to ASWF. The Jenkins build is now broken due to CMake not able to find the python boost library, you can see the error message here: I've traced it down to this commit which changed causing the build to now fail: https://github.com/AcademySoftwareFoundation/openvdb/commit/566ffa6b802e489011eea8917f0db81d431d47ed I'm not sure what Linux distro that patch was targetting but on Ubuntu 16.04 the boost python library is located in /usr/include/boost/python/ (with no trailing version number). I guess we need to improve the CMake script to detect if there is a trailing version or not. Does anyone else have any other recommendations on what we should do here? Thanks, Thanh |
|