Skip to content

Commit ecc3060

Browse files
authored
Merge pull request #328 from LLNL/main
2025.01.0 Release Changes
2 parents b0080e6 + aa816b1 commit ecc3060

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.gitlab/scripts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@
145145
- INSTALL_DIR=/usr/gapps/Spheral/$SYS_TYPE/spheral-$SPHERAL_REV_STR
146146
- DEV_PKG_NAME=$SYS_TYPE-spheral-dev-pkg-$SPHERAL_REV_STR
147147

148-
- env SPHERAL_REV_STR=$SPHERAL_REV_STR STAGE_DIR=$STAGE_DIR SPEC=$SPEC SPACK_PKG_NAME=$SPACK_PKG_NAME SCRIPT_DIR=$SCRIPT_DIR
148+
- env SPHERAL_REV_STR=$SPHERAL_REV_STR STAGE_DIR=$INSTALL_DIR SPEC=$SPEC SPACK_PKG_NAME=$SPACK_PKG_NAME SCRIPT_DIR=$SCRIPT_DIR
149149
bash ./$SCRIPT_DIR/lc/generate-buildcache.sh
150150

151-
- echo $STAGE_DIR &> install-dir.txt
151+
- echo $INSTALL_DIR &> install-dir.txt
152152
- echo $DEV_PKG_NAME &> dev-pkg-name.txt
153153

154154
artifacts:

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version vYYYY.MM.p -- Release date YYYY-MM-DD
1+
Version v2025.01.0 -- Release date 2025-01-31
22
==============================================
33
* Important Notes:
44

cmake/SpheralVersion.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(SPHERAL_VERSION 2024.06.1)
1+
set(SPHERAL_VERSION 2025.01.0)

docs/conf.py.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ import sphinx_rtd_theme
2222
# -- Project information -----------------------------------------------------
2323

2424
project = 'Spheral'
25-
copyright = '2024, LLNS'
25+
copyright = '2025, LLNS'
2626
author = 'J. Michael Owen'
2727

2828
# The short X.Y version
29-
version = '2024.06.1'
29+
version = '2025.01.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '2024.06.1'
31+
release = '2025.01.0'
3232

3333

3434
# -- General configuration ---------------------------------------------------

docs/developer/dev/continuous_deployment.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ to their environment.
99

1010
On LC systems we maintain:
1111
* ``Spheral/risky``
12+
* ``Spheral/2025.01.0``
1213
* ``Spheral/2024.06.1``
1314
* ``Spheral/2024.01.1``
1415
* ``Spheral/2023.06.0``
15-
* ``Spheral/2023.03.1``
1616

1717
Spheral/risky
1818
=============

0 commit comments

Comments
 (0)