Skip to content

Commit

Permalink
Fix icon-art build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Feb 22, 2024
1 parent d4e9757 commit 3f55683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/scripts/build_icon-art.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [[ $(hostname) == eu-* ]]; then
else
SPACK_TAG=`cat config/cscs/SPACK_TAG`
. ../spack-c2sm/setup-env.sh
spack env activate -d config/cscs/spack/${SPACK_TAG}/daint_cpu_nvhpc
spack env activate -d config/cscs/spack/${SPACK_TAG}/daint_cpu_nvhpc_art
spack install -u build
fi

Expand Down

0 comments on commit 3f55683

Please sign in to comment.