[cig-commits] commit: merge with the server version.

Mercurial hg at geodynamics.org
Thu Feb 2 17:03:50 PST 2012


changeset:   70:b05aac787afd
tag:         tip
parent:      69:69f5d718168f
parent:      68:ffc4ad85aa4e
user:        Sylvain Barbot <sbarbot at caltech.edu>
date:        Thu Feb 02 17:03:40 2012 -0800
description:
merge with the server version.


diff -r 69f5d718168f -r b05aac787afd setup.csh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.csh	Thu Feb 02 17:03:40 2012 -0800
@@ -0,0 +1,17 @@
+set relax=`pwd`
+
+if ( ! -f relax) then
+    echo
+    echo "*** Error! ***"
+    echo
+    echo "Source this script from the top-level Relax directory:"
+    echo
+    echo "    cd [directory containing 'setup.sh']"
+    echo "    source setup.sh"
+    echo 
+else
+    setenv PATH "{$relax}:{$relax/util}:{$PATH}"
+    setenv GMT_SHAREDIR "$relax/share"
+    setenv PROJ_LIB "$relax/share"
+    echo "Ready to run Relax."
+endif



More information about the CIG-COMMITS mailing list