Skip to content

Commit

Permalink
fix: work around for issues introduced in Spack 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Dec 16, 2024
1 parent 26de5c9 commit 546a23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive

RUN <<"EOF"
spack install root
spack install geant4+qt
spack install geant4+qt ^qt
spack uninstall -f -y g4ndl
spack clean -a
EOF
Expand All @@ -15,7 +15,7 @@ RUN <<"EOF"
spack module tcl refresh -y
rm -fr /opt/modules && cp -r /opt/spack/share/spack/modules/linux-ubuntu22.04-x86_64_v3 /opt/modules
echo "module use --append /opt/modules" > /etc/profile.d/z10_load_spack_modules.sh
spack module tcl loads geant4+qt xerces-c clhep boost cmake mesa glew glfw glm glu nlohmann-json root >> /etc/profile.d/z10_load_spack_modules.sh
spack module tcl loads geant4+qt xerces-c openssl clhep boost cmake mesa glew glfw glm glu nlohmann-json root >> /etc/profile.d/z10_load_spack_modules.sh
rm -fr /opt/spack/share/spack/modules/$linux-ubuntu22.04-x86_64_v3
EOF

Expand Down

0 comments on commit 546a23f

Please sign in to comment.