Skip to content

Commit 459dbcf

Browse files
authored
Merge pull request #389 from bedroge/exlcude_sapphirerapids
exclude `x86_64/intel/sapphirerapids` for now from overview of available software
2 parents f6517a3 + 8c76070 commit 459dbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/available_software/available_software.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"
2929

3030
# some CPU targets are excluded for now, because software layer is too incomplete currently
31-
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/sapphire_rapids']
31+
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/sapphire_rapids', 'x86_64/intel/sapphire_rapids']
3232

3333

3434
# --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)