File tree Expand file tree Collapse file tree 15 files changed +32
-32
lines changed Expand file tree Collapse file tree 15 files changed +32
-32
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1010# Process this file with autoconf to produce a configure script.
1111
1212AC_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/] )
1414AC_CONFIG_AUX_DIR ( [ ./aux-config] )
1515AC_CONFIG_MACRO_DIR ( [ m4] )
1616AM_INIT_AUTOMAKE ( [ foreign tar-pax] )
Original file line number Diff line number Diff line change 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
33Please 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
1111You 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 .
Original file line number Diff line number Diff line change 2121author = '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 ---------------------------------------------------
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ We assume that Python was not built with the same compiler suite as MPI. The `--
1818If 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```
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ PREFIX=$HOME/pylith
2525# Define PETSc options
2626petsc_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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments