Skip to content

Baselibs 8.6.1

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 03 Oct 19:31
· 6 commits to main since this release
dd298f8

This is a patch release on Baselibs 8.6. It has fixes for GCC 14 + MPT at NAS as well as fixes for building netcdf on sparsely libraried systems.

We also add a new BUILD=MAPL build variant which has just the libraries needed to build MAPL.


From CHANGELOG.md

Fixed

  • Building with GCC 14 + MPT on PFE showed the need to use mpif08 when building HDF5. So, if mpif08 is detected with MPT, we use it as MPIFC
  • If not building internal curl, we set --disable-byterange with netCDF

Changed

  • Add new BUILD=MAPL to build only libraries needed for MAPL
  • Added nccmp to the essential libraries (and MAPL)

Added

  • Added GitHub action to build a MAPL tarball

What's Changed

Full Changelog: v8.6.0...v8.6.1