From ab1c926b3a73f773c54e9251c6b596ef7bfbf635 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Thu, 30 May 2024 21:40:39 +0200 Subject: [PATCH] Typo in compilers_specs list --- ci/install_compilers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install_compilers.sh b/ci/install_compilers.sh index f6fb168..f7055c6 100755 --- a/ci/install_compilers.sh +++ b/ci/install_compilers.sh @@ -85,7 +85,7 @@ jq -Mrc ' | .system_arch as $arch | .compilers | map(select(.constraint != null)) -| map(" - {when: \(.constraint), compilers_spec: [\(.spec) \($arch)]}") +| map(" - when: \(.constraint)\n compilers_specs: [\(.spec) \($arch)]") | .[] ' ${STACK_CONFIG} >> ${SPACK_SYSTEM_CONFIG_PATH}/compiler_definitions.yaml -- GitLab