Skip to content

Commit d0c3835

Browse files
authored
Update Hera site config: remove haswell target in packages.yaml and add missing gcc compiler to compiler list in packages_oneapi.yaml (#1786)
1 parent e5bdcd3 commit d0c3835

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

configs/sites/tier1/hera/packages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
packages:
22
all:
3+
# https://github.com/JCSDA/spack-stack/issues/1781
34
# To support hecflow01
4-
target: [haswell]
5+
#target: [haswell]
56
providers:
67
zlib-api:: [zlib]
78
zlib-api:

configs/sites/tier1/hera/packages_oneapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages:
22
all:
3-
compiler:: [[email protected]]
3+
44
providers:
55
66
# Remove the next three lines to switch to intel-oneapi-mkl

0 commit comments

Comments
 (0)