Skip to content

Commit 0edea14

Browse files
committed
Updated version number to 2.1.0-1.
1 parent e4e3614 commit 0edea14

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

INSTALL

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

131131
Download the installer.
132132

133-
http://www.geodynamics.org/cig/software/pylith/pylith-installer-2.1.0-0.tgz
133+
http://www.geodynamics.org/cig/software/pylith/pylith-installer-2.1.0-1.tgz
134134

135135
Untar the source code for the installer:
136136

137137
mkdir -p $HOME/src/pylith
138138
cd $HOME/src/pylith
139-
mv $HOME/Downloads/pylith-installer-2.1.0-0.tgz
140-
tar -zxf pylith-installer-2.1.0-0.tgz
139+
mv $HOME/Downloads/pylith-installer-2.1.0-1.tgz
140+
tar -zxf pylith-installer-2.1.0-1.tgz
141141

142142

143143
----------------------------------------------------------------------
@@ -160,7 +160,7 @@ need to be built.
160160

161161
Run configure with --help to see all of the command line arguments.
162162

163-
$HOME/src/pylith/pylith-installer-2.1.0-0/configure --help
163+
$HOME/src/pylith/pylith-installer-2.1.0-1/configure --help
164164

165165
-------
166166
DEFAULT
@@ -172,7 +172,7 @@ DEFAULT
172172
* MPI
173173

174174
mkdir -p $HOME/build/pylith
175-
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
175+
$HOME/src/pylith/pylith-installer-2.1.0-1/configure \
176176
--with-make-threads=2 \
177177
--prefix=$HOME/pylith
178178

@@ -186,7 +186,7 @@ WITHOUT FORTRAN
186186
* MPI
187187

188188
mkdir -p $HOME/build/pylith
189-
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
189+
$HOME/src/pylith/pylith-installer-2.1.0-1/configure \
190190
--with-fortran=no \
191191
--with-make-threads=2 \
192192
--petsc_options="--download-chaco=1 --download-c-blas-lapack=1" \
@@ -210,7 +210,7 @@ DESKTOP-LINUX-MINIMAL
210210
* cppunit
211211

212212
mkdir -p $HOME/build/pylith
213-
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
213+
$HOME/src/pylith/pylith-installer-2.1.0-1/configure \
214214
--disable-cppunit \
215215
--disable-numpy \
216216
--disable-proj4 \
@@ -230,7 +230,7 @@ DESKTOP-LINUX-OPENMPI
230230
* C, C++, Fortran compilers
231231

232232
mkdir -p $HOME/build/pylith
233-
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
233+
$HOME/src/pylith/pylith-installer-2.1.0-1/configure \
234234
--enable-python \
235235
--enable-mpi=openmpi \
236236
--with-make-threads=2 \
@@ -266,7 +266,7 @@ DESKTOP-DARWIN
266266
With Fortran support:
267267

268268
mkdir -p $HOME/build/pylith
269-
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
269+
$HOME/src/pylith/pylith-installer-2.1.0-1/configure \
270270
--enable-gcc=fortran \
271271
--enable-python \
272272
--enable-mpi=openmpi \
@@ -296,7 +296,7 @@ CLUSTER
296296
* MPI
297297

298298
mkdir -p $HOME/build/pylith
299-
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
299+
$HOME/src/pylith/pylith-installer-2.1.0-1/configure \
300300
--enable-python \
301301
--with-make-threads=2 \
302302
--prefix=$HOME/pylith
@@ -322,7 +322,7 @@ DEVELOPER
322322
* Mercurial
323323

324324
mkdir -p $HOME/build/pylith
325-
$HOME/src/pylith/pylith-installer-2.1.0-0/configure \
325+
$HOME/src/pylith/pylith-installer-2.1.0-1/configure \
326326
--with-pylith-git=master \
327327
--with-make-threads=2 \
328328
--prefix=$HOME/pylith

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.1.0-0.
1+
We are pleased to announce release of PyLith Installer version 2.1.0-1.
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.1.0-0], [[email protected]])
20+
AC_INIT([PyLith Installer], [2.1.0-1], [[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)