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 release of ESMA-Baselibs updates many sublibraries (see below). It also adds fortran_udunits2 (a Fortran interface to udunits2) and has some bugfixes for macOS/HDF4 and ifx.
We specifically enable the Fortran interface. By default, HDF4 does not do this because of possible unsafe side effects, but other libraries in Baselibs require it.
We add --enable-hdf4-xdr to the configure line as it is needed on macOS
We add autoreconf -f -v -i because of the ld: cannot find -loopopt=0bug with ifx. This also means using autoconf 2.71 when building with ifx
hdfeos
Add autoreconf to the build as well
Don't use intelifx as an ESMF_COMPILER. That might be from ancient times but is certainly a bug now
Added udunits2 and fortran_udunits2 to the essential libraries, removed xgboost and FLAP
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 release of ESMA-Baselibs updates many sublibraries (see below). It also adds fortran_udunits2 (a Fortran interface to udunits2) and has some bugfixes for macOS/HDF4 and
ifx
.All tests show it to be zero-diff to 7.14.1
From
CHANGELOG.md
Added
Updates
Changes
--enable-hdf4-xdr
to the configure line as it is needed on macOSautoreconf -f -v -i
because of theld: cannot find -loopopt=0
bug with ifx. This also means using autoconf 2.71 when building with ifxintelifx
as an ESMF_COMPILER. That might be from ancient times but is certainly a bug nowWhat's Changed
Full Changelog: v7.14.1...v7.15.0
This discussion was created from the release v7.15.0.
Beta Was this translation helpful? Give feedback.
All reactions