From 2c1cd5730637ec8956b07c660a733c95c3a9a022 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Thu, 1 Feb 2024 01:11:03 +0100 Subject: [PATCH] correcting typos --- ci/install_compilers.sh | 2 +- spack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/install_compilers.sh b/ci/install_compilers.sh index 44c5004..f28cd6c 100755 --- a/ci/install_compilers.sh +++ b/ci/install_compilers.sh @@ -58,5 +58,5 @@ for compiler_hash in $(echo ${hashes}); do spack/bin/spack compiler find \ --scope system \ ${location} \ - ${location}/intel/latest # hack to find intel compilers... + ${location}/compiler/latest # hack to find intel compilers... done diff --git a/spack.yaml b/spack.yaml index df0e7b5..3999aa5 100644 --- a/spack.yaml +++ b/spack.yaml @@ -51,7 +51,7 @@ spack: concretizer: unify: when_possible - duplicates: none + duplicates: "none" view: default: -- GitLab