We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef77c commit c3f2144Copy full SHA for c3f2144
Dockerfile
@@ -51,12 +51,14 @@ COPY --chmod=0755 <<-"EOF" dostarenv.sh
51
spack env activate ${1}
52
spack --insecure install --no-check-signature
53
spack gc -y
54
- spack env loads
+ spack env loads --exclude vc
55
spack module tcl refresh -y
56
spack env deactivate
57
EOF
58
59
RUN ./dostarenv.sh star-x86_64-loose && ./dostarenv.sh ${starenv}
60
+# Manually append specific vc module to loads
61
+RUN sh -c "source star-spack/setup.sh; spack -e star-x86_64-loose module tcl loads [email protected]" >> /star-spack/spack/var/spack/environments/${starenv}/loads
62
63
# Strip all the binaries
64
RUN find -L /opt/software/* -type f -exec readlink -f '{}' \; | \
0 commit comments