[cig-commits] r12476 - long/3D/Gale/trunk

walter at geodynamics.org walter at geodynamics.org
Thu Jul 24 15:41:32 PDT 2008


Author: walter
Date: 2008-07-24 15:41:32 -0700 (Thu, 24 Jul 2008)
New Revision: 12476

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/INSTALL.MACOSX
Log:
 r2280 at earth:  boo | 2008-07-24 15:39:31 -0700
 Update Mac install directions



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2278
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2280

Modified: long/3D/Gale/trunk/INSTALL.MACOSX
===================================================================
--- long/3D/Gale/trunk/INSTALL.MACOSX	2008-07-24 21:44:14 UTC (rev 12475)
+++ long/3D/Gale/trunk/INSTALL.MACOSX	2008-07-24 22:41:32 UTC (rev 12476)
@@ -18,7 +18,7 @@
 it with
 
   export PETSC_DIR=$PWD
-  config/configure.py --prefix=/path/to/install/petsc --download-mpich=1 --with-external-packages-dir=/path/to/install/mpich
+  config/configure.py --download-mpich=1 --with-external-packages-dir=/path/to/install/mpich
   
 This may take a little while.  You can install it elsewhere by giving
 a different argument to --prefix.  When it is done, petsc will tell
@@ -35,7 +35,7 @@
 
 To build Gale, cd into the Gale directory and run
 
-  configure.py --with-petsc-dir=/path/to/install/petsc/ --with-mpi-dir=/path/to/install/mpich/mpich2-1.0.3
+  configure.py --with-mpi-dir=/path/to/install/mpich/mpich2-1.0.3
   make
   make install
 



More information about the cig-commits mailing list