Skip to content

Commit 966f14a

Browse files
Merge pull request #78 from baagaard-usgs/prepare-release-4.1.3
Prepare release 4.1.3
2 parents 29d06ce + a83d1d3 commit 966f14a

File tree

15 files changed

+32
-32
lines changed

15 files changed

+32
-32
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This installer builds the current PyLith release and its dependencies from sourc
1212
## Documentation
1313

1414
* [Development version](https://pylith-installer.readthedocs.io/en/latest/)
15-
* [Stable version](heeps://pylith-installer.readthedocs.io/en/v4.1.2-0)
15+
* [Stable version](heeps://pylith-installer.readthedocs.io/en/v4.1.3-0)
1616
* See the corresponding version of the PyLith manual for v2.2.2 and earlier
1717

1818
## Author

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Process this file with autoconf to produce a configure script.
1111

1212
AC_PREREQ(2.59)
13-
AC_INIT([PyLith Installer], [4.1.2-0], [https://community.geodynamics.org/c/pylith/])
13+
AC_INIT([PyLith Installer], [4.1.3-0], [https://community.geodynamics.org/c/pylith/])
1414
AC_CONFIG_AUX_DIR([./aux-config])
1515
AC_CONFIG_MACRO_DIR([m4])
1616
AM_INIT_AUTOMAKE([foreign tar-pax])

developer/release-announcement.md

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

33
Please submit bug reports via GitHub issues:
44
https://github.com/geodynamics/pylith_installer/issues
@@ -10,4 +10,4 @@ from source on Unix flavored operating systems.
1010

1111
You can download the installer from https://geodynamics.org/resources/pylith.
1212

13-
Instructions are online at https://pylith-installer.readthedocs.io/en/v4.1.2-0.
13+
Instructions are online at https://pylith-installer.readthedocs.io/en/v4.1.3-0.

docs/conf.py

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

2323
# The full version, including alpha/beta/rc tags
24-
release = 'v4.1.2-0'
24+
release = 'v4.1.3-0'
2525

2626

2727
# -- General configuration ---------------------------------------------------

docs/configs/centos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export HDF5_INCDIR=${PREFIX_DIR}/dependencies/include
4444
### Configure
4545

4646
```bash
47-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
47+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
4848
--prefix=$PREFIX_DIR \
4949
--with-fetch=curl \
5050
--with-fortran=no \
@@ -117,7 +117,7 @@ export HDF5_INCDIR=${PREFIX_DIR}/dependencies/include
117117
### Configure
118118

119119
```bash
120-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
120+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
121121
--prefix=$PREFIX_DIR \
122122
--with-fetch=curl \
123123
--with-fortran=no \
@@ -183,7 +183,7 @@ export HDF5_INCDIR=${PREFIX_DIR}/dependencies/include
183183
### Configure
184184

185185
```bash
186-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
186+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
187187
--prefix=$PREFIX_DIR \
188188
--with-fetch=curl \
189189
--with-fortran=no \

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-4.1.2-0/configure --enable-python --with-make-threads=8 --prefix=$HOME/pylith
21+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure --enable-python --with-make-threads=8 --prefix=$HOME/pylith
2222
```

docs/configs/debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ HDF5_LIBDIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich
5252
### Configure
5353

5454
```bash
55-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
55+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
5656
--prefix=$PREFIX_DIR \
5757
--with-fetch=curl \
5858
--with-fortran=no \
@@ -119,7 +119,7 @@ HDF5_LIBDIR=/usr/lib/x86_64-linux-gnu/hdf5/openmpi
119119
### Configure
120120

121121
```bash
122-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
122+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
123123
--prefix=$PREFIX_DIR \
124124
--with-fetch=curl \
125125
--with-fortran=no \

docs/configs/fedora.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PATH=$PATH:/usr/lib64/mpich/bin
5959
### Configure
6060

6161
```bash
62-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
62+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
6363
--prefix=$PREFIX_DIR \
6464
--with-fetch=curl \
6565
--with-fortran=no \
@@ -136,7 +136,7 @@ PATH=$PATH:/usr/lib64/openmpi/bin
136136
### Configure
137137

138138
```bash
139-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
139+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
140140
--prefix=$PREFIX_DIR \
141141
--with-fetch=curl \
142142
--with-fortran=no \

docs/configs/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PREFIX=$HOME/pylith
2525
# Define PETSc options
2626
petsc_options="--download-chaco=1 --download-ml --download-f2cblaslapack --with-fc=0 --with-hwloc=0 --with-ssl=0 --with-x=0 --with-c2html=0 --with-lgrind=0"
2727
#
28-
${HOME}/src/pylith/pylith_installer-4.1.2-0/configure \
28+
${HOME}/src/pylith/pylith_installer-4.1.3-0/configure \
2929
--prefix=${PREFIX} \
3030
--enable-force-install \
3131
--with-fetch=curl \

docs/configs/ubuntu.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PREFIX_DIR=$HOME/pylith
5252
### Configure
5353

5454
```bash
55-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
55+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
5656
--prefix=$PREFIX_DIR \
5757
--with-fetch=curl \
5858
--with-fortran=no \
@@ -119,7 +119,7 @@ PREFIX_DIR=$HOME/pylith
119119
### Configure
120120

121121
```bash
122-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
122+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
123123
--prefix=$PREFIX_DIR \
124124
--with-fetch=curl \
125125
--with-fortran=no \
@@ -187,7 +187,7 @@ PREFIX_DIR=$HOME/pylith
187187
### Configure
188188

189189
```bash
190-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
190+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
191191
--prefix=$PREFIX_DIR \
192192
--with-fetch=curl \
193193
--with-fortran=no \
@@ -255,7 +255,7 @@ PREFIX_DIR=$HOME/pylith
255255
### Configure
256256

257257
```bash
258-
$HOME/src/pylith/pylith-installer-4.1.2-0/configure \
258+
$HOME/src/pylith/pylith-installer-4.1.3-0/configure \
259259
--prefix=$PREFIX_DIR \
260260
--with-fetch=curl \
261261
--with-fortran=no \

0 commit comments

Comments
 (0)