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 0bc06f6 commit 4f664eeCopy full SHA for 4f664ee
.github/docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
CMD cp /configs/spack.yaml . && \
11
spack -e . add openmpi@$${ompi_version} && \
12
spack -e . containerize >/configs/spack.Dockerfile && \
13
- sed -i -e 's/spack install/spack external find --all \&\& spack install/;' /configs/spack.Dockerfile
+ sed -i -e 's/spack install/spack external find --all --not-buildable \&\& spack install/;' /configs/spack.Dockerfile
14
args:
15
ompi_version: main
16
no_cache: true
.github/spack.yaml
@@ -27,6 +27,7 @@ spack:
27
- git
28
- zlib1g-dev
29
- openssh-server
30
+ - openssl
31
- libperl-dev
32
- pkg-config
33
- numactl
0 commit comments