Skip to content

Commit a415fcb

Browse files
authored
Prep for v25.3.0 release (#518)
1 parent 631180c commit a415fcb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v25.3.0
2+
- Refreshes default component versions for the Boost (`boost`), Conda
3+
(`conda`), gdrcopy (`gdrcopy`), HDF-5 (`hdf5`), HPC-X (`hpcx`), and
4+
NVIDIA HPC SDK (`nvhpc`) building blocks.
5+
- Adds the NVIDIA DOCA (`doca_ofed`) building block.
6+
- Fixes a missing package requirement in the NetCDF (`netcdf`) building block
7+
and works around an issue when building NetCDF Fortran with the NVIDIA HPC
8+
SDK.
9+
- Fixes the repository signature verification in the MKL (`mkl`) building
10+
block.
11+
- Fixes a bug in the `release_stream` behavior in the Yum (`yum`) building
12+
block.
13+
114
# v24.10.0
215
- Refreshes default component versions for the LLVM (`llvm`) and NVIDIA
316
HPC SDK (`nvhpc`) building blocks.

hpccm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = '24.10.0'
17+
__version__ = '25.3.0'

0 commit comments

Comments
 (0)