;; This buffer is for notes you don't want to save, and for Lisp evaluation. ;; If you want to create a file, visit that file with C-x C-f, ;; then enter the text in that file's own buffer. umask 022 cd /tmp/waugh source /afs/cern.ch/sw/lcg/contrib/gcc/4.3/x86_64-slc5-gcc43-opt/setup.sh export PYTHONHOME=/usr/local/python-2.5.5 export PATH=$PYTHONHOME/bin:$PATH export LD_LIBRARY_PATH=$PYTHONHOME/lib:$LD_LIBRARY_PATH export PYTHONPATH=$PYTHONHOME/lib/python2.5:$PYTHONPATH export PATH=$HOME/local/swig-1.3.40/bin:$PATH svn co http://svn.hepforge.org/rivet/tags/rivet-1.2.1 cd rivet-1.2.1/ autoreconf -iv ./configure --prefix=/unix/cedar/software/slc5/rivet-1.2.1 --with-boost=/afs/cern.ch/sw/lcg/external/Boost/1.42.0_python2.5/x86_64-slc5-gcc43-opt --with-boost-incpath=/afs/cern.ch/sw/lcg/external/Boost/1.42.0_python2.5/x86_64-slc5-gcc43-opt/include/boost-1_42 --with-hepmc=/afs/cern.ch/sw/lcg/external/HepMC/2.03.11/x86_64-slc5-gcc43-opt --with-fastjet=/afs/cern.ch/sw/lcg/external/fastjet/2.4.2/x86_64-slc5-gcc43-opt make make install