@@ -130,14 +130,14 @@ STEP 1 - Download and unpack the installer
130130
131131Download 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
135135Untar 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
161161Run 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-------
166166DEFAULT
@@ -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
0 commit comments