From 25a067ae3da9ab82cf2f79feeafd82377f874ae9 Mon Sep 17 00:00:00 2001 From: Scott McMillan Date: Fri, 2 Aug 2024 13:09:57 -0500 Subject: [PATCH] Prep for v24.8.0 release (#492) --- CHANGELOG.md | 10 ++++++++++ hpccm/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26124dad..9760b220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v24.8.0 +- Refreshes default component versions for the HPC-X (`hpcx`) and NVIDIA + HPC SDK (`nvhpc`) building blocks. +- Update the HDF-5 (`hdf5`) and HPC-X (`hpcx`) building blocks for new + download configurations. +- Adds CPU microarchitecture optimization support via `archspec` for the + NVIDIA HPC SDK (`nvhpc`) building block. +- Fix a bug in the NVSHMEM (`nvshmem`) building block. +- Adds support for Ubuntu 24.04 and Rockylinux 9. + # v23.11.0 - Refreshes default component version for the NVIDIA HPC SDK (`nvhpc`) building block. diff --git a/hpccm/version.py b/hpccm/version.py index fd0a729a..87004f8a 100644 --- a/hpccm/version.py +++ b/hpccm/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import -__version__ = '23.11.0' +__version__ = '24.8.0'