Baselibs 8.3.1
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 updatedconfig.sub
file. This is now copied in theconfigure
step for all libraries that have explicitconfig.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