Skip to content

Commit 797275b

Browse files
authored
Merge pull request #373 from boegel/excl_sapphire_rapids_available_software
2 parents 57ea75b + c30e04b commit 797275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/available_software/available_software.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"
2626

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

3030

3131
# --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)