Skip to content
Snippets Groups Projects
Commit 96f318c9 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

find system compiler before needing it

parent 8e839656
No related branches found
No related tags found
No related merge requests found
Pipeline #179503 failed
......@@ -117,6 +117,8 @@ spack:install_compilers:
- COMPILER_LIST_SPECS=$(jq -r '.stack | .core_compiler as $core | .compilers | map("\(.spec)@\(.version) %\($core)")[]' config.json)
- echo "Compilers to install \n${COMPILER_LIST_SPECS}"
- spack/bin/spack compiler find --scope system /usr
- spack/bin/spack spec
--install-status
--namespaces
......@@ -139,8 +141,6 @@ spack:install_compilers:
- |
echo 'definitions: [ compilers: [' ${COMPILER_LIST_SPECS} ']]' > compiler_definitions.yaml
- spack/bin/spack compiler find --scope system /usr
- |
while read -r compiler
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment