Skip to content

Commit

Permalink
Final documentation updates for release 1.4.0, replace spack release …
Browse files Browse the repository at this point in the history
…branch with spack tag (#612)

* Final documentation updates for release 1.4.0

* Replace spack release branch with final tag
  • Loading branch information
climbfuji authored May 28, 2023
1 parent cd17876 commit beeb5b3
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 75 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#url = https://github.com/spack/spack
#branch = develop
url = https://github.com/jcsda/spack
# to be replaced by final tag
branch = release/1.4.0
branch = spack-stack-1.4.0
[submodule "doc/CMakeModules"]
path = doc/CMakeModules
url = https://github.com/noaa-emc/cmakemodules
Expand Down
3 changes: 1 addition & 2 deletions configs/containers/docker-ubuntu-clang-mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ spack:
os: ubuntu:20.04
spack:
url: https://github.com/jcsda/spack
# to be replaced by final tag
ref: release/1.4.0
ref: spack-stack-1.4.0
resolve_sha: false

# Whether or not to strip binaries
Expand Down
3 changes: 1 addition & 2 deletions configs/containers/docker-ubuntu-gcc-openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ spack:
os: ubuntu:20.04
spack:
url: https://github.com/jcsda/spack
# to be replaced by final tag
ref: release/1.4.0
ref: spack-stack-1.4.0
resolve_sha: false

# Whether or not to strip binaries
Expand Down
3 changes: 1 addition & 2 deletions configs/containers/docker-ubuntu-intel-impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ spack:
os: ubuntu:20.04
spack:
url: https://github.com/jcsda/spack
# to be replaced by final tag
ref: release/1.4.0
ref: spack-stack-1.4.0
resolve_sha: false

# Whether or not to strip binaries
Expand Down
9 changes: 5 additions & 4 deletions configs/sites/hera/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ packages:
externals:
- spec: [email protected]
prefix: /usr
bison:
externals:
- spec: [email protected]
prefix: /usr
# Don't use, can lead to duplicate packages
#bison:
# externals:
# - spec: [email protected]
# prefix: /usr
bzip2:
externals:
- spec: [email protected]
Expand Down
16 changes: 14 additions & 2 deletions doc/source/KnownIssues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ General

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``.

2. Build errors with Python 3.10
2. Build errors for ``[email protected]`` with ``[email protected]``

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.
This problem is described in https://github.com/JCSDA/spack-stack/issues/608.

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

Expand All @@ -27,6 +27,12 @@ General

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``).

==============================
MSU Hercules
==============================

1. ``[email protected]`` doesn't build on Hercules, use ``[email protected]`` instead.

==============================
NASA Discover
==============================
Expand Down Expand Up @@ -91,6 +97,12 @@ NAVY HPCMP Narwhal

2. ``[email protected]`` 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``.

==============================
NAVY HPCMP Nautilus
==============================

1. ``[email protected]`` doesn't build on Nautilus, use ``[email protected]`` instead.

==============================
macOS
==============================
Expand Down
120 changes: 59 additions & 61 deletions doc/source/PreConfiguredSites.rst

Large diffs are not rendered by default.

0 comments on commit beeb5b3

Please sign in to comment.