Skip to content

v3.2.1

Choose a tag to compare

@cary-ilm cary-ilm released this 15 Aug 15:38
· 9 commits to RB-3.2 since this release

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 the PYIMATH_OUTPUT_SUBDIR CMake option.
  • Fix broken pkg-config PyImath.pc
  • Update find_package(Boost) to work with CMake 4.x