################################# Atlas requirements file ###################### # # Setup Environment # # Several alternate settings for ATLAS_DIST_AREA have # to be considered according to the CMTSITE # # The macros ATLAS_DIST_AREA and ATLAS_AREA are mandatory. # set CMTSITE CERN macro ATLAS_DIST_AREA "/afs/cern.ch/atlas/software/dist" # # Select releases as they are available # macro ATLAS_RELEASE "4.4.0" use AtlasSettings v* $(ATLAS_DIST_AREA) # # Prepend your test area(s) according to your choices # path_remove CMTPATH $HOME/YourTests path_prepend CMTPATH $HOME/YourTests # ######################################### EOF ##################################