[cig-commits] r18040 - in short/3D/PyLith: . pylith_installer

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 10:14:56 PST 2011


Author: brad
Date: 2011-03-07 10:14:56 -0800 (Mon, 07 Mar 2011)
New Revision: 18040

Added:
   short/3D/PyLith/pylith_installer/
   short/3D/PyLith/pylith_installer/notes.txt
Log:
Imported pylith_installer.

Added: short/3D/PyLith/pylith_installer/notes.txt
===================================================================
--- short/3D/PyLith/pylith_installer/notes.txt	                        (rev 0)
+++ short/3D/PyLith/pylith_installer/notes.txt	2011-03-07 18:14:56 UTC (rev 18040)
@@ -0,0 +1,79 @@
+--install-gcc
+          python
+          mpi==[openmpi,mpich]
+          cppunit
+          swig
+          numpy
+          proj
+          netcdf
+          hdf5
+          petsc
+          spatialdata
+          nemesis
+          fiat
+
+--enable-testing
+         swig - spatialdata, pylith
+         netcdf - pylith
+         SCECVMH - spatialdata
+         hdf5 - petsc, pylith
+         svn (requires swig) - nemesis, spatialdata, pylith
+
+--petsc-options=[]
+
+
+CONFIGURE
+
+1. if not install gcc
+  check for CC, CXX
+
+2. if not install python
+  check for python
+
+3. if testing and not install cppunit
+  check for cppunit
+
+4. if svn and not install swig
+  check for swig
+
+5. if not install numpy
+  check for numpy
+
+6. if not install proj
+  check for proj
+
+7. if netcdf enabled and not install netcdf
+  check for netcdf
+
+8. if hdf5 enabled and not install hdf5
+  check for hdf5
+
+9. if not install petsc
+  check for petsc
+
+10. if not install spatialdata
+  check for spatialdata
+
+11. if not install nemesis
+  check for nemesis
+
+12. if not install fiat
+  check for fiat
+
+
+INSTALL
+
+gcc
+python
+mpi
+cppunit
+swig
+numpy
+proj
+netcdf
+hdf5
+petsc
+spatialdata
+nemesis
+fiat
+pylith



More information about the CIG-COMMITS mailing list