Print

Print


Commit in SlacMCPrj/scripts on MAIN
setup-autotools.sh+3added 1.1
setup-rave.sh+4-41.2 -> 1.3
setup-python2.4.sh+2-21.9 -> 1.10
setup-mokka.sh+3-11.3 -> 1.4
run-mokka.sh+21.4 -> 1.5
+14-7
1 added + 4 modified, total 5 files
JM: Script updates.

SlacMCPrj/scripts
setup-autotools.sh added at 1.1
diff -N setup-autotools.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ setup-autotools.sh	20 Jun 2007 03:32:45 -0000	1.1
@@ -0,0 +1,3 @@
+#!/bin/sh
+export PATH=$PRJ_EXTERN/autotools/bin:$PATH
+export LD_LIBRARY_PATH=$PRJ_EXTERN/autotools/lib:$LD_LIBRARY_PATH

SlacMCPrj/scripts
setup-rave.sh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- setup-rave.sh	30 Oct 2006 19:55:16 -0000	1.2
+++ setup-rave.sh	20 Jun 2007 03:32:45 -0000	1.3
@@ -1,5 +1,5 @@
 #!/bin/sh
-export RAVE_BASE=$PRJ_EXTERN/rave/pro
-export PYTHONPATH=${RAVE_BASE}:${PYTHONPATH}
-export LD_LIBRARY_PATH=${RAVE_BASE}:${LD_LIBRARY_PATH}
-export CLASSPATH=${RAVE_BASE}:${CLASSPATH}
+export RAVE_BASE=${PRJ_EXTERN}/rave/head
+#export PYTHONPATH=${RAVE_BASE}:${PYTHONPATH}
+export LD_LIBRARY_PATH=${RAVE_BASE}/lib:${RAVE_BASE}/lib/jni:${LD_LIBRARY_PATH}
+export CLASSPATH=${RAVE_BASE}/rave_svn/java/JavaRave.jar:${CLASSPATH}

SlacMCPrj/scripts
setup-python2.4.sh 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- setup-python2.4.sh	27 Oct 2006 23:17:32 -0000	1.9
+++ setup-python2.4.sh	20 Jun 2007 03:32:45 -0000	1.10
@@ -60,10 +60,10 @@
 . setup-fann.sh
 
 # qt3 because PyQwt and others look for this
-. setup-qt3.sh
+#. setup-qt3.sh
 
 # qt4
-#source setup-qt4.sh
+source setup-qt4.sh
 
 # OpenDx
 . setup-dx.sh

SlacMCPrj/scripts
setup-mokka.sh 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- setup-mokka.sh	27 Mar 2006 21:38:55 -0000	1.3
+++ setup-mokka.sh	20 Jun 2007 03:32:45 -0000	1.4
@@ -1,7 +1,9 @@
 #!/bin/sh
 
 # Geant4
-. setup-geant4.8.0.p01.sh
+#. setup-geant4.8.0.p01.sh
+
+. setup-coin.sh
 
 # base dir
 if [ -z "$MOKKA_BASE" ]; then

SlacMCPrj/scripts
run-mokka.sh 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- run-mokka.sh	2 Oct 2006 17:17:58 -0000	1.4
+++ run-mokka.sh	20 Jun 2007 03:32:45 -0000	1.5
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+. setup-mokka.sh
+
 # setup Geant4 data files
 source setup-geant4-data.sh
 
CVSspam 0.2.8