################################# Atlas requirements file #######################
#                                   Setup Environment
#
# Several alternate settings for ATLAS_DIST_AREA have
# to be considered according to the CMTSITE
#
set CMTSITE "STANDALONE"
 
macro ATLAS_DIST_AREA "/share/app/atlas_app/atlas_rel/11.0.42/dist/11.0.42/"
 
#
# Select releases as they are available
#
 
macro ATLAS_RELEASE "11.0.42"

#macro ATLAS_RELEASE ${ATLAS_BASE_RELEASE}

#MJO060420 uncomment next 2 lines
macro_remove cppflags "" STANDALONE "-pedantic"
macro_remove cppflags "" STANDALONE "-pedantic-errors"

path_remove  CMTPATH "/home/cranshaw/tests11"
path_prepend CMTPATH "/home/cranshaw/tests11"

################################# Atlas requirements file #####################