Skip to content

Commit 9df31f1

Browse files
committed
Merge branch 'baagaard/add-release-2.1.0'
* baagaard/add-release-2.1.0: Update to spatialdata 1.9.5. Update to 2.1.0.
2 parents 22fa648 + e010051 commit 9df31f1

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

INSTALL

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ STEP 1 - Download and unpack the installer
122122

123123
Download the installer.
124124

125-
http://www.geodynamics.org/cig/software/pylith/pylith-installer-2.0.3-0.tgz
125+
http://www.geodynamics.org/cig/software/pylith/pylith-installer-2.1.0-0.tgz
126126

127127
Untar the source code for the installer:
128128

129129
mkdir -p $HOME/src/pylith
130130
cd $HOME/src/pylith
131-
mv $HOME/Downloads/pylith-installer-2.0.3-0.tgz
132-
tar -zxf pylith-installer-2.0.3-0.tgz
131+
mv $HOME/Downloads/pylith-installer-2.1.0-0.tgz
132+
tar -zxf pylith-installer-2.1.0-0.tgz
133133

134134

135135
----------------------------------------------------------------------
@@ -152,7 +152,7 @@ need to be built.
152152

153153
Run configure with --help to see all of the command line arguments.
154154

155-
$HOME/src/pylith/pylith-installer-2.0.3-0/configure --help
155+
$HOME/src/pylith/pylith-installer-2.1.0-0/configure --help
156156

157157
-------
158158
DEFAULT
@@ -164,7 +164,7 @@ DEFAULT
164164
* MPI
165165

166166
mkdir -p $HOME/build/pylith
167-
$HOME/src/pylith/pylith-installer-2.0.3-0/configure \
167+
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
168168
--with-make-threads=2 \
169169
--prefix=$HOME/pylith
170170

@@ -178,7 +178,7 @@ WITHOUT FORTRAN
178178
* MPI
179179

180180
mkdir -p $HOME/build/pylith
181-
$HOME/src/pylith/pylith-installer-2.0.3-0/configure \
181+
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
182182
--with-fortran=no \
183183
--with-make-threads=2 \
184184
--petsc_options="--download-chaco=1 --download-c-blas-lapack=1" \
@@ -202,7 +202,7 @@ DESKTOP-LINUX-MINIMAL
202202
* cppunit
203203

204204
mkdir -p $HOME/build/pylith
205-
$HOME/src/pylith/pylith-installer-2.0.3-0/configure \
205+
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
206206
--disable-cppunit \
207207
--disable-numpy \
208208
--disable-proj4 \
@@ -222,7 +222,7 @@ DESKTOP-LINUX-OPENMPI
222222
* C, C++, Fortran compilers
223223

224224
mkdir -p $HOME/build/pylith
225-
$HOME/src/pylith/pylith-installer-2.0.3-0/configure \
225+
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
226226
--enable-python \
227227
--enable-mpi=openmpi \
228228
--with-make-threads=2 \
@@ -247,7 +247,7 @@ DESKTOP-DARWIN
247247
* C/C++ compilers
248248

249249
mkdir -p $HOME/build/pylith
250-
$HOME/src/pylith/pylith-installer-2.0.3-0/configure \
250+
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
251251
--enable-gcc=fortran \
252252
--enable-python \
253253
--enable-mpi=openmpi \
@@ -267,7 +267,7 @@ CLUSTER
267267
* MPI
268268

269269
mkdir -p $HOME/build/pylith
270-
$HOME/src/pylith/pylith-installer-2.0.3-0/configure \
270+
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
271271
--enable-python \
272272
--with-make-threads=2 \
273273
--prefix=$HOME/pylith
@@ -293,7 +293,7 @@ DEVELOPER
293293
* Mercurial
294294

295295
mkdir -p $HOME/build/pylith
296-
$HOME/src/pylith/pylith-installer-2.0.3-0/configure \
296+
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
297297
--with-pylith-git=master \
298298
--with-make-threads=2 \
299299
--prefix=$HOME/pylith

Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ if USE_PYLITH_GIT
6464
SPATIALDATA_VER=master
6565
PYLITH_VER=$(pylith_git)
6666
if PETSC_TARBALL
67-
PETSC_VER=2.0.3
67+
PETSC_VER=2.1.0
6868
endif
6969
else
70-
SPATIALDATA_VER=1.9.4
71-
PYLITH_VER=2.0.3
72-
PETSC_VER=2.0.3
70+
SPATIALDATA_VER=1.9.5
71+
PYLITH_VER=2.1.0
72+
PETSC_VER=2.1.0
7373
endif
7474

7575
# ----------------------------------------------------------------------

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
We are pleased to announce release of PyLith Installer version 2.0.3-0.
1+
We are pleased to announce release of PyLith Installer version 2.1.0-0.
22

33
Please submit bug reports via the World Wide Web at:
44
https://github.com/geodynamics/pylith_installer/issues

configure.ac

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

1919
AC_PREREQ(2.59)
20-
AC_INIT([PyLith Installer], [2.0.3-0], [[email protected]])
20+
AC_INIT([PyLith Installer], [2.1.0-0], [[email protected]])
2121
AC_CONFIG_AUX_DIR([./aux-config])
2222
AC_CONFIG_MACRO_DIR([m4])
2323
AM_INIT_AUTOMAKE([foreign])

0 commit comments

Comments
 (0)