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

walter at geodynamics.org walter at geodynamics.org
Fri Feb 16 07:04:49 PST 2007


Author: walter
Date: 2007-02-16 07:04:49 -0800 (Fri, 16 Feb 2007)
New Revision: 6038

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/INSTALL.STATIC
Log:
 r1577 at earth:  boo | 2007-02-16 01:26:20 -0800
 update INSTALL.STATIC



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

Modified: long/3D/Gale/trunk/INSTALL.STATIC
===================================================================
--- long/3D/Gale/trunk/INSTALL.STATIC	2007-02-16 09:30:54 UTC (rev 6037)
+++ long/3D/Gale/trunk/INSTALL.STATIC	2007-02-16 15:04:49 UTC (rev 6038)
@@ -16,10 +16,12 @@
 Including X requires lots of other things that complicate the process.
 In summary, I configure PETSC with the line
 
-  $ ./config/configure.py --prefix=/home/boo/cig/petsc --with-x=0 --with-blas-lib=/usr/lib/libblas-3.a --with-lapack-lib=/usr/lib/liblapack-3.a --with-debugging=no
+  $ ./config/configure.py --prefix=/home/boo/cig/petsc --with-x=0 --with-blas-lib=/usr/lib/libblas-3.a --with-lapack-lib=/usr/lib/liblapack-3.a --with-debugging=no --with-fc=0
 
 To make static builds on your machine, you may have to edit
-SConstruct.in to set appropriate library paths and extra libraries.
+configure_vars to set appropriate library paths and extra libraries.
+In particular, I had to add pthread as a library on our Debian AMD64
+machine.
 
 
 Mac OS X



More information about the cig-commits mailing list