Patch release that addresses several build-related problems introduced in v3.2.0, primarily to PyImath.
IMATH_VERSION_RELEASE_TYPE
was inadvertently set to-dev
; it's
been reset to the empty string. This string appears as a preprocessor
symbol for informational purposes.- Default installation folder for PyImath is
include/Imath
, not
include/PyImath
. This inadvertently changed in v3.2.0. Note the
folder can be configured via thePYIMATH_OUTPUT_SUBDIR
CMake option. - Fix broken pkg-config
PyImath.pc
- Update
find_package(Boost)
to work with CMake 4.x