We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501e4fd commit 0848f24Copy full SHA for 0848f24
1 file changed
scripts/available_software/available_software.py
@@ -28,7 +28,7 @@
28
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"
29
30
# some CPU targets are excluded for now, because software layer is too incomplete currently
31
-EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'aarch64/nvidia', 'x86_64/intel/cascadelake', 'x86_64/intel/icelake']
+EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/cascadelake', 'x86_64/intel/icelake']
32
33
34
# --------------------------------------------------------------------------------------------------------
0 commit comments