Import Geant4 1.0.0 source tree
This commit is contained in:
@@ -12,18 +12,6 @@
|
||||
# --------------------------
|
||||
source /lal/OPACS/v3/setup.csh
|
||||
#
|
||||
# Geant4 global path :
|
||||
# ------------------
|
||||
#setenv G4INSTALL /geant4/dev/geant4
|
||||
#
|
||||
# If you have one, execute your Geant4 setup script :
|
||||
# -------------------------------------------------
|
||||
# Mainly it should define G4INSTALL, G4SYSTEM, G4LIB, G4WORKDIR
|
||||
# needed by the mgr/Makefile, Config.mk make files :
|
||||
#source $G4INSTALL/mgr/setup.csh
|
||||
#source $G4INSTALL/mgr/setsf.csh
|
||||
#source $G4INSTALL/mgr/setiv.csh
|
||||
#
|
||||
# CLHEP, Rogue Wave path :
|
||||
# ----------------------
|
||||
if ( `uname -n` == "aleph" ) then
|
||||
@@ -38,9 +26,13 @@ setenv RWLIBS "-L${RWROOT}/lib -lrwtool"
|
||||
endif
|
||||
if ( `uname -n` == "lx1.lal.in2p3.fr" ) then
|
||||
setenv CLHEPROOT /lal/CLHEP/1.4/Linux-gxx
|
||||
setenv RWROOT /lal/rogue/6.1/Linux-gxx
|
||||
setenv RWFLAGS "-I${RWROOT}"
|
||||
setenv RWLIBS "-L${RWROOT}/lib -lrwtool"
|
||||
# With RogueWave :
|
||||
#setenv RWROOT /lal/rogue/6.1/Linux-gxx
|
||||
#setenv RWFLAGS "-I${RWROOT}"
|
||||
#setenv RWLIBS "-L${RWROOT}/lib -lrwtool"
|
||||
# With STL :
|
||||
setenv RWFLAGS "-I$G4INSTALL/source/global/STLInterface"
|
||||
setenv RWLIBS ""
|
||||
endif
|
||||
if ( `uname -n` == "papou1" ) then
|
||||
setenv G4WORKDIR /geant4/dev
|
||||
|
||||
Reference in New Issue
Block a user