From 3f89dca038f2563ab6c92cd0af7d029627aea49a Mon Sep 17 00:00:00 2001 From: Eleni Mathioulaki <emathioulaki@athenarc.gr> Date: Fri, 21 Feb 2025 14:32:22 +0000 Subject: [PATCH] DO-NOT-MERGE: ignore remaining failing packages for now --- install_spack_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_spack_env.sh b/install_spack_env.sh index faf7ef8b..e81bcfc2 100644 --- a/install_spack_env.sh +++ b/install_spack_env.sh @@ -194,6 +194,7 @@ fi # install the environment, use 2 jobs to reduce the amount of required RAM # delay exit code until we have updated the cache below +spack rm hxtorch jaxsnn pynn-brainscales wf-brainscales2-demos py-snudda py-bsb py-hbp-validation-client r-sbtabvfgen py-tvb-framework spack install --no-check-signature -y -j$SPACK_JOBS --fresh --test root && spack_install_ret=$? || spack_install_ret=$? # no need to update the local cache nor the remote cache if we don't want to update -- GitLab