Skip to content

Commit

Permalink
remove hdf5 variant
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Nov 2, 2023
1 parent 505b08a commit 52ca2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion darshan-view-rocky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM spack/rockylinux8:latest as builder
# is specified in a manifest file (spack.yaml)
RUN mkdir /opt/spack-environment \
&& (echo spack: \
&& echo ' specs: [darshan-runtime +hdf5, darshan-util, py-darshan]' \
&& echo ' specs: [darshan-runtime, darshan-util, py-darshan]' \
&& echo ' view: /opt/views/view' \
&& echo ' concretizer:' \
&& echo ' unify: true' \
Expand Down
2 changes: 1 addition & 1 deletion darshan-view/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM spack/ubuntu-jammy:latest as builder
# is specified in a manifest file (spack.yaml)
RUN mkdir /opt/spack-environment \
&& (echo spack: \
&& echo ' specs: [darshan-runtime +hdf5, darshan-util, py-darshan]' \
&& echo ' specs: [darshan-runtime, darshan-util, py-darshan]' \
&& echo ' view: /opt/views/view' \
&& echo ' concretizer:' \
&& echo ' unify: true' \
Expand Down

0 comments on commit 52ca2c2

Please sign in to comment.