Skip to content

Commit

Permalink
more setup fixes (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Nov 8, 2023
1 parent a7936cd commit 5ce8402
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions outputs/environments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ rm -rf "${raw_outputs:?}/environments"
# In the basics section a bunch of packages were already installed,
# they are referenced here. Reinstall them so we can generate outputs
# independently.
spack install gmake \
gmake %clang \
gmake@4.3 \
gmake@4.3 cflags=-O3 \
spack install zlib-ng \
zlib-ng %clang \
zlib-ng@2.0.7 \
zlib-ng@2.0.7 cflags=-O3 \
tcl \
tcl ^gmake cflags=-O3 \
tcl ^zlib-ng cflags=-O3 \
hdf5 \
hdf5~mpi \
hdf5+hl+mpi ^mpich \
Expand Down

0 comments on commit 5ce8402

Please sign in to comment.