We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8bcfc commit 2f7736eCopy full SHA for 2f7736e
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# v26.1.0
2
+- Refreshes default component versions for the DOCA OFED (`doca_ofed`),
3
+ HPC-X (`hpcx`), and NVIDIA HPC SDK (`nvhpc`) building blocks.
4
+- Enhance the pip (`pip`) building block to accept additional install
5
+ arguments and quote package names.
6
+- Provide better support for Singularity recipes that stage files in
7
+ system temporary directories.
8
+- Enhance the `copy` primitive to support the Singularity specific
9
+ rsync based copies.
10
+
11
# v25.9.0
12
- Adds support for Rockylinux 10.
13
hpccm/version.py
@@ -14,4 +14,4 @@
14
15
from __future__ import absolute_import
16
17
-__version__ = '25.9.0'
+__version__ = '26.1.0'
0 commit comments