Skip to content

Commit

Permalink
Fix for mapl (#1071)
Browse files Browse the repository at this point in the history
* Fix for mapl on Orion, Hercules, Gaea, Derecho, Acorn for spack-stack-1.7.0 only (not to be merged into develop)
  • Loading branch information
RatkoVasic-NOAA authored Apr 11, 2024
1 parent 47343de commit 74a37de
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/sites/acorn/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
externals:
- spec: perl@5.26.1~cpanm+shared+threads
prefix: /usr
mapl:
require: '@2.40.3 ~pflogger ~extdata2g'
mysql:
buildable: false
externals:
Expand Down
2 changes: 2 additions & 0 deletions configs/sites/derecho/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ packages:
# Newer versions of patchelf (tested 0.18.0) don't build with Intel on Derecho
patchelf:
version:: ['0.17.2']
mapl:
require: '@2.40.3 ~pflogger ~extdata2g'

### All other external packages listed alphabetically
autoconf:
Expand Down
4 changes: 4 additions & 0 deletions configs/sites/gaea-c5/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ packages:
- craype-network-ofi
- cray-mpich/8.1.25

### Modifications of common packages
mapl:
require: '@2.40.3 ~pflogger ~extdata2g'

### All other external packages listed alphabetically
autoconf:
externals:
Expand Down
2 changes: 2 additions & 0 deletions configs/sites/hercules/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ packages:
- openmpi/4.1.6-gcc-12.2.0-spack

### Modifications of common packages
mapl:
require: '@2.40.3 ~pflogger ~extdata2g'

### All other external packages listed alphabetically
autoconf:
Expand Down
2 changes: 2 additions & 0 deletions configs/sites/orion/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ packages:
# Temporary - see https://github.com/spack/spack/issues/41947
cdo:
require: '@2.0.5'
mapl:
require: '@2.40.3 ~pflogger ~extdata2g'

### All other external packages listed alphabetically
autoconf:
Expand Down

0 comments on commit 74a37de

Please sign in to comment.