################################# Atlas requirements file ###################### # # Setup Environment # # Setup the ATLAS CVS repository set CVSROOT ":kserver:atlas-sw.cern.ch:/atlascvs" #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 "CERN" # # Setup an environment variable to reference the compiler versions. # set CMTCONFIG "Linux-gcc-dbg" # # Modify this to be your current base release # macro ATLAS_RELEASE 3.0.0 # set CMTCVSOFFSET "offline" # # Modify TestArea to be the location of your test release # macro TestArea "$HOME/YourTest" macro AtlasArea "/afs/cern.ch/atlas/software/dist/$(ATLAS_RELEASE)" # Setup the CMT search path # path CMTPATH "" path_append CMTPATH "$(TestArea)" path_append CMTPATH "$(AtlasArea)" # # This environment variable is needed in order to setup GAUDI correctly # set SITEROOT /afs/cern.ch # # Setup compiler-specific search paths # macro GCC_DIR "gcc-alt-2.95.2" #macro GCC_DIR "" path_remove PATH "/afs/cern.ch/atlas" path_remove PATH "$(GCC_DIR)" path_append PATH "/afs/cern.ch/atlas/software/bin" path_prepend PATH "/usr/local/$(GCC_DIR)/bin" \ sun " " path_remove LD_LIBRARY_PATH "$(GCC_DIR)" path_prepend LD_LIBRARY_PATH "/usr/local/$(GCC_DIR)/lib" \ sun " " path_remove MANPATH "$(GCC_DIR)" path_prepend MANPATH "/usr/local/$(GCC_DIR)/man" \ sun " " # ######################################### EOF ##################################