File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 145
145
- INSTALL_DIR=/usr/gapps/Spheral/$SYS_TYPE/spheral-$SPHERAL_REV_STR
146
146
- DEV_PKG_NAME=$SYS_TYPE-spheral-dev-pkg-$SPHERAL_REV_STR
147
147
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
149
149
bash ./$SCRIPT_DIR/lc/generate-buildcache.sh
150
150
151
- - echo $STAGE_DIR &> install-dir.txt
151
+ - echo $INSTALL_DIR &> install-dir.txt
152
152
- echo $DEV_PKG_NAME &> dev-pkg-name.txt
153
153
154
154
artifacts :
Original file line number Diff line number Diff line change 1
- Version vYYYY.MM.p -- Release date YYYY-MM-DD
1
+ Version v2025.01.0 -- Release date 2025-01-31
2
2
==============================================
3
3
* Important Notes:
4
4
Original file line number Diff line number Diff line change 1
- set (SPHERAL_VERSION 2024.06.1 )
1
+ set (SPHERAL_VERSION 2025.01.0 )
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ import sphinx_rtd_theme
22
22
# -- Project information -----------------------------------------------------
23
23
24
24
project = 'Spheral'
25
- copyright = '2024 , LLNS'
25
+ copyright = '2025 , LLNS'
26
26
author = 'J. Michael Owen'
27
27
28
28
# The short X.Y version
29
- version = '2024.06.1 '
29
+ version = '2025.01.0 '
30
30
# The full version, including alpha/beta/rc tags
31
- release = '2024.06.1 '
31
+ release = '2025.01.0 '
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ to their environment.
9
9
10
10
On LC systems we maintain:
11
11
* ``Spheral/risky ``
12
+ * ``Spheral/2025.01.0 ``
12
13
* ``Spheral/2024.06.1 ``
13
14
* ``Spheral/2024.01.1 ``
14
15
* ``Spheral/2023.06.0 ``
15
- * ``Spheral/2023.03.1 ``
16
16
17
17
Spheral/risky
18
18
=============
You can’t perform that action at this time.
0 commit comments