Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v25.3.0
- Refreshes default component versions for the Boost (`boost`), Conda
(`conda`), gdrcopy (`gdrcopy`), HDF-5 (`hdf5`), HPC-X (`hpcx`), and
NVIDIA HPC SDK (`nvhpc`) building blocks.
- Adds the NVIDIA DOCA (`doca_ofed`) building block.
- Fixes a missing package requirement in the NetCDF (`netcdf`) building block
and works around an issue when building NetCDF Fortran with the NVIDIA HPC
SDK.
- Fixes the repository signature verification in the MKL (`mkl`) building
block.
- Fixes a bug in the `release_stream` behavior in the Yum (`yum`) building
block.

# v24.10.0
- Refreshes default component versions for the LLVM (`llvm`) and NVIDIA
HPC SDK (`nvhpc`) building blocks.
Expand Down
2 changes: 1 addition & 1 deletion hpccm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import

__version__ = '24.10.0'
__version__ = '25.3.0'
Loading