Skip to content

Baselibs 8.3.1

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 24 Jun 20:05
· 12 commits to main since this release
266405a

BROKEN: DO NOT USE!

This patch on Baselibs 8.3.0 fixes macOS build issues. One is a regression for HDF5 due to GNU Make code disappearing in the transition to FMS-in-Baselibs.

The other fix is for use of config.guess where on macOS the corresponding config.sub is needed as well.


From CHANGELOG.md

Fixed

  • The updated config.guess file requires an updated config.sub file. This is now copied in the configure step for all libraries that have explicit config.guess copies
  • Restore code for -Wl,-ld_classic for HDF5 on macOS with Clang 15 or greater (accidentially removed in 8.1.0)

What's Changed

Full Changelog: v8.3.0...v8.3.1