Skip to content

Commit 74a37de

Browse files
Fix for mapl (#1071)
* Fix for mapl on Orion, Hercules, Gaea, Derecho, Acorn for spack-stack-1.7.0 only (not to be merged into develop)
1 parent 47343de commit 74a37de

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

configs/sites/acorn/packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
externals:
2626
- spec: [email protected]~cpanm+shared+threads
2727
prefix: /usr
28+
mapl:
29+
require: '@2.40.3 ~pflogger ~extdata2g'
2830
mysql:
2931
buildable: false
3032
externals:

configs/sites/derecho/packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ packages:
3232
# Newer versions of patchelf (tested 0.18.0) don't build with Intel on Derecho
3333
patchelf:
3434
version:: ['0.17.2']
35+
mapl:
36+
require: '@2.40.3 ~pflogger ~extdata2g'
3537

3638
### All other external packages listed alphabetically
3739
autoconf:

configs/sites/gaea-c5/packages.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ packages:
1313
- craype-network-ofi
1414
- cray-mpich/8.1.25
1515

16+
### Modifications of common packages
17+
mapl:
18+
require: '@2.40.3 ~pflogger ~extdata2g'
19+
1620
### All other external packages listed alphabetically
1721
autoconf:
1822
externals:

configs/sites/hercules/packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ packages:
2323
- openmpi/4.1.6-gcc-12.2.0-spack
2424

2525
### Modifications of common packages
26+
mapl:
27+
require: '@2.40.3 ~pflogger ~extdata2g'
2628

2729
### All other external packages listed alphabetically
2830
autoconf:

configs/sites/orion/packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ packages:
2525
# Temporary - see https://github.com/spack/spack/issues/41947
2626
cdo:
2727
require: '@2.0.5'
28+
mapl:
29+
require: '@2.40.3 ~pflogger ~extdata2g'
2830

2931
### All other external packages listed alphabetically
3032
autoconf:

0 commit comments

Comments
 (0)