Skip to content

Commit beeb5b3

Browse files
authored
Final documentation updates for release 1.4.0, replace spack release branch with spack tag (#612)
* Final documentation updates for release 1.4.0 * Replace spack release branch with final tag
1 parent cd17876 commit beeb5b3

7 files changed

Lines changed: 82 additions & 75 deletions

File tree

.gitmodules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
#url = https://github.com/spack/spack
44
#branch = develop
55
url = https://github.com/jcsda/spack
6-
# to be replaced by final tag
7-
branch = release/1.4.0
6+
branch = spack-stack-1.4.0
87
[submodule "doc/CMakeModules"]
98
path = doc/CMakeModules
109
url = https://github.com/noaa-emc/cmakemodules

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ spack:
105105
os: ubuntu:20.04
106106
spack:
107107
url: https://github.com/jcsda/spack
108-
# to be replaced by final tag
109-
ref: release/1.4.0
108+
ref: spack-stack-1.4.0
110109
resolve_sha: false
111110

112111
# Whether or not to strip binaries

configs/containers/docker-ubuntu-gcc-openmpi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ spack:
9292
os: ubuntu:20.04
9393
spack:
9494
url: https://github.com/jcsda/spack
95-
# to be replaced by final tag
96-
ref: release/1.4.0
95+
ref: spack-stack-1.4.0
9796
resolve_sha: false
9897

9998
# Whether or not to strip binaries

configs/containers/docker-ubuntu-intel-impi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ spack:
110110
os: ubuntu:20.04
111111
spack:
112112
url: https://github.com/jcsda/spack
113-
# to be replaced by final tag
114-
ref: release/1.4.0
113+
ref: spack-stack-1.4.0
115114
resolve_sha: false
116115

117116
# Whether or not to strip binaries

configs/sites/hera/packages.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ packages:
5757
externals:
5858
- spec: berkeley-db@5.3.21
5959
prefix: /usr
60-
bison:
61-
externals:
62-
- spec: bison@3.0.4
63-
prefix: /usr
60+
# Don't use, can lead to duplicate packages
61+
#bison:
62+
# externals:
63+
# - spec: bison@3.0.4
64+
# prefix: /usr
6465
bzip2:
6566
externals:
6667
- spec: bzip2@1.0.6

doc/source/KnownIssues.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ General
1111

1212
Our software stack doesn't build with ``gcc@13`` yet. This is also true when combining the LLVM or Apple ``clang`` compiler with ``gfortran@13``.
1313

14-
2. Build errors with Python 3.10
14+
2. Build errors for ``mapl@2.35.2`` with ``mpich@4.1.1``
1515

16-
These build errors have been addressed, it should now be possible to use Python 3.10. Please report errors to the spack-stack developers and, if applicable, to the spack developers.
16+
This problem is described in https://github.com/JCSDA/spack-stack/issues/608.
1717

1818
3. Issues starting/finding ``ecflow_server`` due to a mismatch of hostnames
1919

@@ -27,6 +27,12 @@ General
2727

2828
We tracked this down to multiple versions of ``bison`` being used. The best solution is to remove external ``bison`` versions earlier than 3.8 from the site config (``packages.yaml``).
2929

30+
==============================
31+
MSU Hercules
32+
==============================
33+
34+
1. ``wgrib2@2.0.8`` doesn't build on Hercules, use ``wgrib2@3.1.1`` instead.
35+
3036
==============================
3137
NASA Discover
3238
==============================
@@ -91,6 +97,12 @@ NAVY HPCMP Narwhal
9197

9298
2. ``mapl@2.35.2`` does not build on Narwhal, see https://github.com/JCSDA/spack-stack/issues/524. When using the ``unified-dev`` template, one has to manually remove ``jedi-ufs-env`` and ``ufs-weather-model-env`` from the environment's ``spack.yaml``.
9399

100+
==============================
101+
NAVY HPCMP Nautilus
102+
==============================
103+
104+
1. ``wgrib2@2.0.8`` doesn't build on Nautilus, use ``wgrib2@3.1.1`` instead.
105+
94106
==============================
95107
macOS
96108
==============================

doc/source/PreConfiguredSites.rst

Lines changed: 59 additions & 61 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)