Skip to content

Commit 5f5d4e0

Browse files
committed
DOCS: Update version number to 3.0.3 and documentation URLs.
1 parent e2047b9 commit 5f5d4e0

File tree

9 files changed

+19
-18
lines changed

9 files changed

+19
-18
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
## Description
77

8-
**IMPORTANT**: If you are just starting to learn how to use PyLith or wanting to run PyLith on a laptop or workstation, then we highly recommend using the binary packages. Installation instructions for binary packages are available in the PyLith manual available from the [PyLith webpage](https://geodynamics.org/cig/software/pylith/) on the [CIG website](https://geodynamics.org).
8+
**IMPORTANT**: If you are just starting to learn how to use PyLith or wanting to run PyLith on a laptop or workstation, then we highly recommend using the binary packages. Installation instructions for binary packages are available in the PyLith manual available from the [PyLith webpage](https://geodynamics.org/resources/pylith/) on the [CIG website](https://geodynamics.org).
99

1010
This installer builds the current PyLith release and its dependencies from source.
1111

1212
## Documentation
1313

1414
* [Development version](https://pylith-installer.readthedocs.io/en/latest/)
15+
* [Stable version](heeps://pylith-installer.readthedocs.io/en/v3.0.3-0)
1516
* See the corresponding version of the PyLith manual for v2.2.2 and earlier
1617

1718
## Author

developer/release-announcement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
We are pleased to announce release of PyLith Installer version 3.0.0-0.
1+
We are pleased to announce release of PyLith Installer version 3.0.3-0.
22

33
Please submit bug reports via GitHub issues:
44
https://github.com/geodynamics/pylith_installer/issues
@@ -9,6 +9,6 @@ conditions.
99
PyLith Installer is a utility for building PyLith and its dependencies
1010
from source on Unix flavored operating systems.
1111

12-
You can download the installer from https://geodynamics.org/cig/software/pylith.
12+
You can download the installer from https://geodynamics.org/resources/pylith.
1313

14-
Instructions are online at https://geodynamics.github.io/pylith_installer.
14+
Instructions are online at https://pylith-installer.readthedocs.io/en/v3.0.3-0.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author = 'Brad T. Aagaard'
2121

2222
# The full version, including alpha/beta/rc tags
23-
release = 'v3.0.0-0dev'
23+
release = 'v3.0.3-0'
2424

2525

2626
# -- General configuration ---------------------------------------------------

docs/configs/clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ We assume that Python was not built with the same compiler suite as MPI. The `--
1818
If Python was built with the same compilers used to build MPI, then then you do not need the `--enable-python` option.
1919

2020
```bash
21-
$HOME/src/pylith/pylith-installer-3.0.0-0/configure --enable-python --with-make-threads=8 --prefix=$HOME/pylith
21+
$HOME/src/pylith/pylith-installer-3.0.3-0/configure --enable-python --with-make-threads=8 --prefix=$HOME/pylith
2222
```

docs/devenv/configs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We use the following directory structure:
4747

4848
```{code-block} console
4949
pylith-developer/
50-
├── pylith_installer-3.0.0-0 # source code for the installer
50+
├── pylith_installer-3.0.3-0 # source code for the installer
5151
├── build-debug # top-level directory for building with debugging
5252
└── pylith-debug # directory where PyLith and other CIG code is installed by installer
5353
```
@@ -91,7 +91,7 @@ mkdir -p $PYLITH_DIR
9191
cd $PYLITH_DIR
9292
9393
# Place the installer source code tarball in $PYLITH_DIR and then unpack the tarball.
94-
tar -xf pylith_installer-3.0.0-0.tar.gz
94+
tar -xf pylith_installer-3.0.3-0.tar.gz
9595
```
9696

9797
## Linux
@@ -121,7 +121,7 @@ Configure the installer.
121121
```{code-block} bash
122122
mkdir $PYLITH_DIR/build-debug
123123
cd $PYLITH_DIR/build-debug
124-
$PYLITH_DIR/pylith_installer-3.0.0-0/configure \
124+
$PYLITH_DIR/pylith_installer-3.0.3-0/configure \
125125
--enable-developer \
126126
--with-debugging \
127127
--with-pylith-git=$PYLITH_BRANCH \
@@ -172,7 +172,7 @@ Configure the installer.
172172
```{code-block} bash
173173
mkdir $PYLITH_DIR/build-debug
174174
cd $PYLITH_DIR/build-debug
175-
${HOME}/src/pylith/pylith_installer-3.0.0-0/configure \
175+
${HOME}/src/pylith/pylith_installer-3.0.3-0/configure \
176176
--enable-developer \
177177
--with-debugging \
178178
--with-pylith-git=$PYLITH_BRANCH \

docs/devenv/docker/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Pulling the PyLith development environment Docker image does not update Pythia,
1515

1616
## Updating PETSc or PyLith
1717

18-
See [Rebuilding PETSc and PyLith in the PyLith Developer Guide](https://pylith.readthedocs.io/en/latest/developer/contributing/rebuilding.html) for how to update PETSc and PyLith.
18+
See [Rebuilding PETSc and PyLith in the PyLith Developer Guide](https://pylith.readthedocs.io/en/v3.0.3/developer/contributing/rebuilding.html) for how to update PETSc and PyLith.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This utility builds the current PyLith release and its dependencies from source.
66

77
:::{important}
88
If you are just starting to learn how to use PyLith or wanting to run PyLith on a laptop or workstation, then we highly recommend using the binary packages.
9-
Installation instructions for binary packages are available in the PyLith manual available from the [PyLith webpage](https://geodynamics.org/cig/software/pylith/) on the [CIG website](https://geodynamics.org).
9+
Installation instructions for binary packages are available in the PyLith manual available from the [PyLith webpage](https://geodynamics.org/resources/pylith/) on the [CIG website](https://geodynamics.org).
1010
:::
1111

1212

docs/install/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The default configure options assume you have:
2121
In this case, you simply specify the number of threads and the destination directory:
2222
```bash
2323
mkdir -p $HOME/build/pylith
24-
$HOME/src/pylith/pylith-installer-3.0.0-0/configure --with-make-threads=2 --prefix=$HOME/pylith
24+
$HOME/src/pylith/pylith-installer-3.0.3-0/configure --with-make-threads=2 --prefix=$HOME/pylith
2525
```
2626

2727
## Configure options

docs/install/download.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# 1. Download the installer
22

3-
## Download the installer from the CIG website.
3+
## Download the installer from the CIG website
44

5-
<https://geodynamics.org/cig/software/pylith/pylith-installer-3.0.0-0.tgz>
5+
<https://geodynamics.org/resources/pylith>
66

7-
We assume the tarball `pylith-installer-3.0.0-0.tgz` is downloaded to `$HOME/Downloads`. We will place the installer source code in the directory `$HOME/src/pylith`.
7+
We assume the tarball `pylith-installer-3.0.3-0.tgz` is downloaded to `$HOME/Downloads`. We will place the installer source code in the directory `$HOME/src/pylith`.
88

99
## Unpack the installer source code:
1010

1111
```bash
1212
mkdir -p $HOME/src/pylith
1313
cd $HOME/src/pylith
14-
mv $HOME/Downloads/pylith-installer-3.0.0-0.tgz $HOME/src/pylith/
15-
tar -xf pylith-installer-3.0.0-0.tgz
14+
mv $HOME/Downloads/pylith-installer-3.0.3-0.tgz $HOME/src/pylith/
15+
tar -xf pylith-installer-3.0.3-0.tgz
1616
```

0 commit comments

Comments
 (0)