[cig-commits] r7571 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Sat Jun 30 18:57:52 PDT 2007


Author: brad
Date: 2007-06-30 18:57:52 -0700 (Sat, 30 Jun 2007)
New Revision: 7571

Modified:
   short/3D/PyLith/trunk/INSTALL
Log:
Added some notes on packages needed for version 1.0

Modified: short/3D/PyLith/trunk/INSTALL
===================================================================
--- short/3D/PyLith/trunk/INSTALL	2007-07-01 01:57:29 UTC (rev 7570)
+++ short/3D/PyLith/trunk/INSTALL	2007-07-01 01:57:52 UTC (rev 7571)
@@ -1,6 +1,21 @@
 Installation Instructions
 *************************
 
+1. MPI
+2. PETSc
+3. Pyrex
+4. Pyrexembed (CIG)
+5. Pythia (CIG)
+6. Nemesis (CIG)
+7. Proj
+8. Cppunit (optional; needed to run tests)
+9. Netcdf (optional; needed to import meshes from CUBIT)
+10. Numpy
+11. FIAT
+12. Spatialdata (CIG)
+13. PyLith
+
+
 System Requirements
 ===================
 
@@ -82,7 +97,7 @@
 If you will be running `make install' as a non-root user, specify a
 prefix when running `configure'; e.g.,
 
-   ./configure --prefix=$HOME/pylith3d
+   ./configure --prefix=$HOME/pylith
 
 After installing, you may optionally run `make check' to run the
 examples.  However, `check' takes a long time; instead, you may



More information about the cig-commits mailing list