Skip to content

Commit 58660d3

Browse files
authored
Final updates for release 1.9.3 (#1747)
* Update .gitmodules and doc/source/conf.py for spack-stack release 1.9.3 * Update doc/source/PreConfiguredSites.rst for Derecho
1 parent b9fc93e commit 58660d3

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "spack"]
22
path = spack
33
url = https://github.com/jcsda/spack
4-
branch = release/1.9.0
4+
branch = spack-stack-1.9.3
55
[submodule "doc/CMakeModules"]
66
path = doc/CMakeModules
77
url = https://github.com/noaa-emc/cmakemodules

doc/source/PreConfiguredSites.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,7 @@ The following is required for building new spack environments with any supported
392392

393393
.. code-block:: console
394394
395-
module purge
396-
# ignore that the sticky module ncarenv/... is not unloaded
397-
export LMOD_TMOD_FIND_FIRST=yes
398-
module load ncarenv/23.09
399-
module use /glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles
400-
395+
module --force purge
401396
402397
.. _Preconfigured_Sites_Acorn:
403398

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
version = '1.9'
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = '1.9.1'
30+
release = '1.9.3'
3131

3232
numfig = True
3333

0 commit comments

Comments
 (0)