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

encapsulate SPACK_BUILD_ICON when using %icon.spack_cmd%

parent 87455305
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
......@@ -14,7 +14,7 @@ cd ${WORKDIR}
. ${WORKDIR}/proj/platforms/common/spack_utils.sh
load_spack "%spack.init%" "%spack.root%" "%spack.url%" "%spack.branch%" "%spack.compiler%" "%spack.disable_local_config%" "%spack.user_cache_path%"
SPACK_BUILD_ICON=%icon.spack_cmd%
SPACK_BUILD_ICON="%icon.spack_cmd%"
if [ ! -z $SPACK_BUILD_ICON ]; then
echo "Installing ICON with spack!"
echo "cmd=$SPACK_BUILD_ICON"
......
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