Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
dc4d05f
Update for release/2.0: .gitmodules doc/CMakeLists.txt doc/source/con…
climbfuji Dec 5, 2025
0e5f24c
release/2.0 Bugfix for eckit/libzip, update nrl_batch_install.sh (-i …
climbfuji Dec 10, 2025
da94ac0
Update NAS README (#1841)
mathomp4 Dec 11, 2025
e3778a8
Set UDUNITS2_XML_PATH in modules (#1843)
mathomp4 Dec 11, 2025
cdbdaea
[release/2.0] Fix MET segmentation faults in spack-packages, navy-aws…
climbfuji Dec 12, 2025
57d03d8
release/2.0: Update batch_install.sh - workaround for ParallelWorks (…
climbfuji Dec 17, 2025
6259933
EC2 ubuntu site config for 2.0 release. (#1851)
eap Dec 18, 2025
9e59982
Acorn/WCOSS2/NCO updates (#1850)
AlexanderRichert-NOAA Dec 18, 2025
edba38e
[release/2.0] Move documentation from readthedocs to Wiki (#1855)
climbfuji Dec 30, 2025
1b2197a
[release/2.0] Last minute updates for release/2.0 for ParallelWorks N…
climbfuji Dec 30, 2025
37f148d
Configuration updates for discover-scu17 (#1854)
ashley314 Dec 30, 2025
5af6486
Update .gitmodules and submodule pointer for repos/builtin
climbfuji Dec 31, 2025
612d3d9
Merge branch 'release/2.0' of https://github.com/jcsda/spack-stack in…
climbfuji Dec 31, 2025
b4802a3
Yet another Parallelworks update for site navy-aws (#1857)
climbfuji Jan 5, 2026
7571138
Merge branch 'release/2.0' of https://github.com/jcsda/spack-stack in…
climbfuji Jan 5, 2026
a4e63f6
[skip ci] Update NAS README for modulefile generation (#1861)
mathomp4 Jan 5, 2026
5a3f82f
[release/2.0] Updates for EPIC hosts (#1856)
rickgrubin-noaa Jan 5, 2026
d301bb5
Merge branch 'release/2.0' of https://github.com/jcsda/spack-stack in…
climbfuji Jan 5, 2026
43ee218
Update containers for spack-stack 2.0 (#1863)
eap Jan 6, 2026
817af72
fix incorrect openmpi version for modulefile (#1865)
rickgrubin-noaa Jan 6, 2026
5983445
discover gcc conf updates (#1864)
ashley314 Jan 7, 2026
000931d
Update submodule pointer for repos/builtin
climbfuji Jan 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
path = spack
url = https://github.com/jcsda/spack
branch = spack-stack-dev
[submodule "doc/CMakeModules"]
path = doc/CMakeModules
url = https://github.com/noaa-emc/cmakemodules
branch = v1.3.0
[submodule "repos/builtin"]
path = repos/builtin
url = https://github.com/jcsda/spack-packages
Expand Down
6 changes: 6 additions & 0 deletions configs/common/modules_lmod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@ modules:
set:
'UPP_INC': '{prefix}/include'
'UPP_LIB': '{prefix}/lib/libupp.a'
# NOTE: This will be fixed upstream in udunits Spack package
# Once this is done, remove this section
udunits:
environment:
set:
'UDUNITS2_XML_PATH': '{prefix}/share/udunits/udunits2.xml'

hierarchy:
- mpi
6 changes: 6 additions & 0 deletions configs/common/modules_tcl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,9 @@ modules:
set:
'UPP_INC': '{prefix}/include'
'UPP_LIB': '{prefix}/lib/libupp.a'
# NOTE: This will be fixed upstream in udunits Spack package
# Once this is done, remove this section
udunits:
environment:
set:
'UDUNITS2_XML_PATH': '{prefix}/share/udunits/udunits2.xml'
4 changes: 4 additions & 0 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ packages:
#gsl-lite:
# require:
# - '@0.37.0'
harfbuzz:
# cmake-based harfbuzz fails during build
require:
- one_of: ['build_system=meson', 'build_system=autotools']
hdf:
require:
- '@4.2.15'
Expand Down
3 changes: 0 additions & 3 deletions configs/common/packages_clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ packages:
ectrans:
require:
- +fftw
ip:
require:
- '~openmp'
3 changes: 3 additions & 0 deletions configs/common/packages_oneapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ packages:
py-maturin:
require:
- '%gcc'
py-scipy:
require:
- 'cxxflags="-O1"'
qt:
require:
- '%gcc'
274 changes: 0 additions & 274 deletions configs/containers/docker-ubuntu-clang-mpich.yaml

This file was deleted.

Loading