Skip to content

Commit 4d64892

Browse files
authored
Merge pull request #64 from JarneRenders/2025a
allow toolchain generation 2025a
2 parents 512cbbe + 6ff98a5 commit 4d64892

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/build_tools/hooks_hydra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
LOCAL_ARCH_SUFFIX = os.getenv('VSC_ARCH_SUFFIX')
6868
LOCAL_ARCH_FULL = f'{LOCAL_ARCH}{LOCAL_ARCH_SUFFIX}'
6969

70-
VALID_TCGENS = ['2024a']
70+
VALID_TCGENS = ['2024a', '2025a']
7171
VALID_MODULES_SUBDIRS = VALID_TCGENS + ['system']
7272
VALID_TCS = ['foss', 'intel', 'gomkl', 'gimkl', 'gimpi']
7373

src/build_tools/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@author: Alex Domingo (Vrije Universiteit Brussel)
1717
"""
1818

19-
VERSION = '4.3.6'
19+
VERSION = '4.3.7'
2020

2121
AUTHOR = {
2222
'wp': 'Ward Poelmans',

src/build_tools/softinstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
SUBTOOLCHAINS = {
3535
'2024a': ['GCCcore-13.3.0', 'GCC-13.3.0', 'intel-compilers-2024.2.0'],
36+
'2025a': ['GCCcore-14.2.0', 'GCC-14.2.0', 'intel-compilers-2025.1.1'],
3637
}
3738

3839

0 commit comments

Comments
 (0)