We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ea75b commit c30e04bCopy full SHA for c30e04b
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