[cig-commits] r9005 - short/3D/PyLith/trunk/doc/install

brad at geodynamics.org brad at geodynamics.org
Sun Jan 13 13:08:29 PST 2008


Author: brad
Date: 2008-01-13 13:08:29 -0800 (Sun, 13 Jan 2008)
New Revision: 9005

Modified:
   short/3D/PyLith/trunk/doc/install/PowerbookPro_Aagaard.txt
Log:
Started work on listing install instructions for Brad's Mac.

Modified: short/3D/PyLith/trunk/doc/install/PowerbookPro_Aagaard.txt
===================================================================
--- short/3D/PyLith/trunk/doc/install/PowerbookPro_Aagaard.txt	2008-01-13 20:26:02 UTC (rev 9004)
+++ short/3D/PyLith/trunk/doc/install/PowerbookPro_Aagaard.txt	2008-01-13 21:08:29 UTC (rev 9005)
@@ -1,17 +1,57 @@
-X (OSX install disc 1, additional options)
-Xcode (OSX install disc 1)
+1. X and Xcode
 
-Fink
+  X and Xcode are on the Apple OSX install disc 1. X is under
+  "additional options."
 
-Fink COmmander
+2. Install Fink (http://www.???)
 
-  svn-client
+3. Install Fink Commander (http://www.???)
 
-  autoconf2.5
-  automake1.9
-  libtool14
-  netcdf
+4. Install Fink packages
 
+  Install the following Fink binary packages:
+
+    svn-client
+    autoconf2.5
+    automake1.9
+    libtool4
+    netcdf
+
+5. Install python 2.5.X
+
+  a. Download the package from http://www.python.org.
+  b. Install the package by double clicking on ??.
+
+6. Create directories for source code and installed tools.
+
+  I place applications that are rarely updated in /sw/tools (with Fink
+  stuff in /sw). For CIG source code, I separate the source code,
+  build directories, and installed code. The source code sits in
+  $HOME/src/cig, I build the packages under ~/scratch/build/cig, and
+  install the packages to $HOME/tools/cig.
+
+  In set the following environment variables: TOOLS_DIR, CIG_DIR, and
+  PYTHON_VERSION. Using bash shell:
+
+    export $TOOLS_DIR=/sw/tools
+    export $CIG_DIR=$HOME/tools/cig
+
+7. Install mercurial (http://www.???)
+
+  a. Download the package to $HOME/sw/tools/mercurial-???
+  b. Install package.
+
+    python setup.py install --prefix=$TOOLS_DIR/mercurial-???
+
+  c. Set environment variables.
+
+    MERCURIAL_DIR=$TOOLS_DIR/mercurial-???
+    export PYTHONPATH=$PYTHONPATH:$MERCURIAL_DIR/lib/python$PYTHON_VERSION/site-packages
+  
+    PYTHONPATH
+  a. Move to the source directory.
+
+    cd /sw/tools
 mercurial
 
 MPICH2



More information about the cig-commits mailing list