Skip to content

Commit

Permalink
Attempt to remove the system compiler gcc@11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Jan 23, 2024
1 parent c9987f3 commit dd6fa6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/docker/Dockerfile.spack_compiler
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN spack compiler info $COMPILER > /dev/null 2> /dev/null; compiler_missing=$?;
if [[ ! -z "$NVHPC_COMPILER" ]]; then \
nvhpc_version=${NVHPC_COMPILER#nvhpc@} && \
spack install $NVHPC_COMPILER%$spack_compiler arch=$ARCH && \
spack compiler rm gcc@11 && \
spack compiler add --scope site \
$(spack location -i $NVHPC_COMPILER)/Linux_x86_64/$nvhpc_version/compilers/bin; \
fi && \
Expand Down

0 comments on commit dd6fa6e

Please sign in to comment.