Skip to content
Snippets Groups Projects
Commit 28038351 authored by Fabian.Jakub's avatar Fabian.Jakub
Browse files

add spack spec before installing icon to see output in log

parent 30bd0a94
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
......@@ -27,6 +27,7 @@ if [ ! -z "$SPACK_BUILD_ICON" ]; then
else
spack repo add ${WORKDIR}/proj/spack_repo
fi
spack spec $SPACK_BUILD_ICON
spack install $SPACK_BUILD_ICON
spack load $SPACK_BUILD_ICON
else
......
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