Skip to content

Commit

Permalink
Add py-globus-cli to ewok-env, fix spack stack setup-meta-modules f…
Browse files Browse the repository at this point in the history
…or no MPI in environment (JCSDA#744)

* Update submodule pointer for spack
* Pin py-cryptography to an earlier version to avoid dependency on rust
* Pin openssl to version 1.1.1u to avoid duplicate packages being built
* Remove unused [email protected] from skylab-dev and unified-dev templates
  • Loading branch information
climbfuji authored Aug 29, 2023
1 parent c1c26fb commit 0dfd385
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@
variants: +noavx512
openmpi:
variants: +internal-hwloc +two_level_namespace
# Pin openssl to avoid duplicate packages being built
openssl:
version: ['1.1.1u']
variants: +shared
p4est:
version: ['2.8']
Expand All @@ -198,6 +200,9 @@
variants: +plotting
py-click:
version: ['8.0.3']
# Pin py-cryptography to a version earlier than 3.4 to avoid the rust dependency
py-cryptography:
version: ['3.3.2']
py-eccodes:
version: ['1.4.2']
py-h5py:
Expand Down
1 change: 0 additions & 1 deletion configs/templates/skylab-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spack:

# Various crtm tags (list all to avoid duplicate packages)
- [email protected]
- [email protected]
- [email protected]

specs:
Expand Down
1 change: 0 additions & 1 deletion configs/templates/unified-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spack:

# Various crtm tags (list all to avoid duplicate packages)
- [email protected]
- [email protected]
- [email protected]

# MADIS for WCOSS2 decoders.
Expand Down

0 comments on commit 0dfd385

Please sign in to comment.