We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57ea75b + c30e04b commit 797275bCopy full SHA for 797275b
scripts/available_software/available_software.py
@@ -25,7 +25,7 @@
25
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"
26
27
# some CPU targets are excluded for now, because software layer is too incomplete currently
28
-EXCLUDE_CPU_TARGETS = ['aarch64/a64fx']
+EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/sapphire_rapids']
29
30
31
# --------------------------------------------------------------------------------------------------------
0 commit comments