# Setup the ATLAS CVS repository #set CVSROOT=:pserver:jpcatlas@atlas-sw.cern.ch:/atlascvs # This needs to be set according to your local site. Known sites are: # CERN # BNL # LBNL set CMTSITE "EXTSITE" macro ATLAS_DIST_AREA "/afs/cern.ch/atlas/software/dist" \ CERN "/afs/cern.ch/atlas/software/dist" \ BNL "/afs/rhic/usatlas/software/dist" \ LBNL "/auto/atlas/local/software/dist" \ EXTSITE "/home/jpp/MyAtlas/dist" # Modify this to be your current base release macro ATLAS_RELEASE 2.4.1 #macro ATLAS_RELEASE 2.6.0 use AtlasSettings v* $(ATLAS_DIST_AREA) set CMTTEST "/home/jpp/MyAtlas/MyCode" # Setup the CMT search path path_remove CMTPATH "$(CMTTEST)" path_prepend CMTPATH "$(CMTTEST)" # This environment variable is needed in order to setup GAUDI correctly set SITEROOT /home/jpp/MyAtlas # Setup Compiler macro GCC_DIR "gcc-alt-2.95.2" macro JPP_XTRA "/home/jpp/libs" path_remove PATH "$(GCC_DIR)" path_prepend PATH "/home/jpp/GCC/$(GCC_DIR)/bin" path_remove LD_LIBRARY_PATH "$(GCC_DIR)" path_remove LD_LIBRARY_PATH "$(JPP_XTRA)" path_prepend LD_LIBRARY_PATH "/home/jpp/GCC/$(GCC_DIR)/lib" path_prepend LD_LIBRARY_PATH "$(JPP_XTRA)" # Put this at the end... set CVSROOT=/home/jpp/MyAtlas/AtlasCVS