You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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 correspondingconfig.sub
is needed as well.From
CHANGELOG.md
Fixed
config.guess
file requires an updatedconfig.sub
file. This is now copied in theconfigure
step for all libraries that have explicitconfig.guess
copies-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
This discussion was created from the release Baselibs 8.3.1.
Beta Was this translation helpful? Give feedback.
All reactions