Skip to content

Commit b22b701

Browse files
authored
Merge pull request #1858 from climbfuji/feature/merge_rel20_to_develop
Merge release/2.0 to develop
2 parents 61facb8 + 000931d commit b22b701

File tree

115 files changed

+1671
-5903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1671
-5903
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
path = spack
33
url = https://github.com/jcsda/spack
44
branch = spack-stack-dev
5-
[submodule "doc/CMakeModules"]
6-
path = doc/CMakeModules
7-
url = https://github.com/noaa-emc/cmakemodules
8-
branch = v1.3.0
95
[submodule "repos/builtin"]
106
path = repos/builtin
117
url = https://github.com/jcsda/spack-packages

configs/common/modules_lmod.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,12 @@ modules:
266266
set:
267267
'UPP_INC': '{prefix}/include'
268268
'UPP_LIB': '{prefix}/lib/libupp.a'
269+
# NOTE: This will be fixed upstream in udunits Spack package
270+
# Once this is done, remove this section
271+
udunits:
272+
environment:
273+
set:
274+
'UDUNITS2_XML_PATH': '{prefix}/share/udunits/udunits2.xml'
269275

270276
hierarchy:
271277
- mpi

configs/common/modules_tcl.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,9 @@ modules:
285285
set:
286286
'UPP_INC': '{prefix}/include'
287287
'UPP_LIB': '{prefix}/lib/libupp.a'
288+
# NOTE: This will be fixed upstream in udunits Spack package
289+
# Once this is done, remove this section
290+
udunits:
291+
environment:
292+
set:
293+
'UDUNITS2_XML_PATH': '{prefix}/share/udunits/udunits2.xml'

configs/common/packages.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ packages:
161161
#gsl-lite:
162162
# require:
163163
# - '@0.37.0'
164+
harfbuzz:
165+
# cmake-based harfbuzz fails during build
166+
require:
167+
- one_of: ['build_system=meson', 'build_system=autotools']
164168
hdf:
165169
require:
166170
- '@4.2.15'

configs/common/packages_clang.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ packages:
1313
ectrans:
1414
require:
1515
- +fftw
16-
ip:
17-
require:
18-
- '~openmp'

configs/common/packages_oneapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ packages:
4343
py-maturin:
4444
require:
4545
- '%gcc'
46+
py-scipy:
47+
require:
48+
- 'cxxflags="-O1"'
4649
qt:
4750
require:
4851
- '%gcc'

configs/containers/docker-ubuntu-clang-mpich.yaml

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)