Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions configs/sites/tier1/hercules/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ packages:
prefix: /apps/spack-managed/gcc-11.3.1/zlib-1.2.13-ltp4c3zzde3zi3gf7x4b7c7nj5ww4i4g
modules:
- zlib/1.2.13

# https://github.com/JCSDA/spack-stack/issues/1892
openssl:
require:
- +shared
- '@3.0.16'

autoconf:
externals:
- spec: autoconf@2.69
Expand Down
7 changes: 7 additions & 0 deletions configs/sites/tier1/orion/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ packages:
prefix: /apps/spack-managed/gcc-11.3.1/zlib-1.2.13-ltp4c3zzde3zi3gf7x4b7c7nj5ww4i4g
modules:
- zlib/1.2.13

# https://github.com/JCSDA/spack-stack/issues/1892
openssl:
require:
- +shared
- '@3.0.16'

autoconf:
externals:
- spec: autoconf@2.69
Expand Down
Loading