@@ -122,14 +122,14 @@ STEP 1 - Download and unpack the installer
122122
123123Download 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
127127Untar 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
153153Run 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-------
158158DEFAULT
@@ -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
0 commit comments