-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
7 changed files
with
82 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
============================== | ||
|
@@ -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 | ||
============================== | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.