Skip to content

Commit

Permalink
Merge pull request #4 from converged-computing/add/libzmq
Browse files Browse the repository at this point in the history
try adding libzmq to spack builds
  • Loading branch information
vsoch authored Oct 11, 2023
2 parents b7b686f + ad344ac commit 228fb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rocky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM spack/rockylinux${tag}:latest as builder
# Specify flux deps in the spack manifest file (spack.yaml)
RUN mkdir /opt/spack-environment \
&& (echo spack: \
&& echo ' specs: [flux-sched, flux-core, flux-security]' \
&& echo ' specs: [flux-sched, flux-core, flux-security, libzmq +libunwind +libsodium]' \
&& echo ' view: /opt/views/view' \
&& echo ' concretizer:' \
&& echo ' unify: true' \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM spack/ubuntu-${tag}:latest as builder
# is specified in a manifest file (spack.yaml)
RUN mkdir /opt/spack-environment \
&& (echo spack: \
&& echo ' specs: [flux-sched, flux-core]' \
&& echo ' specs: [flux-sched, flux-core, libzmq +libunwind +libsodium]' \
&& echo ' view: /opt/views/view' \
&& echo ' concretizer:' \
&& echo ' unify: true' \
Expand Down

0 comments on commit 228fb7f

Please sign in to comment.