We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c929897 commit 94d6797Copy full SHA for 94d6797
docker/psc-spack-ubuntu-20.04/Dockerfile
@@ -44,7 +44,7 @@ RUN spack config --scope system add "packages:all:target: [haswell]" \
44
# spack spec and the -d flag are purely for diagnostic purposes
45
RUN spack env create -d psc-env && \
46
spack env activate psc-env && spack add adios2 \
47
- && spack install --show-log-on-error && spack clean -a
+ && spack install --show-log-on-error --include-build-deps -v && spack clean -a
48
49
COPY spack/ spack
50
0 commit comments