Skip to content

Commit f6bdd79

Browse files
Add package py-maturin built with gcc for uwtools (#1712)
Add package py-maturin to hercules/packages_oneapi.yaml and orion/packages_oneapi.yaml py-maturin fails to build with [email protected], so it's spec'd to build with gcc See also: PR: Update uwtools Also fix syntax for py-scipy entries in hercules/packages_oneapi.yaml and orion/packages_oneapi.yaml
1 parent ae5e7ae commit f6bdd79

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

configs/sites/tier1/hercules/packages_oneapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ packages:
3939
gsibec:
4040
require::
4141
- '@1.2.1 ~mkl'
42+
py-maturin:
43+
require:
44+
- '%gcc'
4245
py-numpy:
4346
require::
4447
- '@1.26'
4548
- '^openblas'
4649
py-scipy:
4750
require:
48-
'%gcc'
49-
zlib-ng:
50-
require:
51-
- '~shared'
51+
- '%gcc'

configs/sites/tier1/orion/packages_oneapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ packages:
3939
gsibec:
4040
require::
4141
- '@1.2.1 ~mkl'
42+
py-maturin:
43+
require:
44+
- '%gcc'
4245
py-numpy:
4346
require::
4447
- '@1.26'
4548
- '^openblas'
4649
py-scipy:
4750
require:
48-
'%gcc'
51+
- '%gcc'

0 commit comments

Comments
 (0)