From c30e04b6542d448aabc5f4ce966b3ee59ac18027 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 15 Jan 2025 08:05:58 +0100 Subject: [PATCH] exclude x86_64/intel/sapphire_rapids for now from overview of available software --- scripts/available_software/available_software.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/available_software/available_software.py b/scripts/available_software/available_software.py index 61cdc76fc..5ae45552c 100644 --- a/scripts/available_software/available_software.py +++ b/scripts/available_software/available_software.py @@ -25,7 +25,7 @@ EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06" # some CPU targets are excluded for now, because software layer is too incomplete currently -EXCLUDE_CPU_TARGETS = ['aarch64/a64fx'] +EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/sapphire_rapids'] # --------------------------------------------------------------------------------------------------------