package Geant4 version v2r80200p0 build_strategy no_prototypes include_path none use CLHEP v1r* Interfaces #///////////////////////////////////////////////////////////////////// #///// Site specific macros ////////////////////////////////////////// #///////////////////////////////////////////////////////////////////// macro Geant4_native_version "8.2" macro Geant4_home "/usr/local/geant4/${Geant4_native_version}" macro Geant4_include "${Geant4_home}/include" WIN32 "${Geant4_home}\include" macro Geant4_linkopts "-L${Geant4_home}/lib -lG4readout -lG4run -lG4event -lG4tracking -lG4processes -lG4digits_hits -lG4track -lG4particles -lG4geometry -lG4graphics_reps -lG4materials -lG4intercoms -lG4global" WIN32 "" macro Geant4_interfaces_linkopts "-L${Geant4_home}/lib -lG4interfaces" macro Geant4_vis_management_linkopts "-L${Geant4_home}/lib -lG4vis_management" macro Geant4_modeling_linkopts "-L${Geant4_home}/lib -lG4modeling" macro Geant4_Tree_linkopts "-L${Geant4_home}/lib -lG4Tree" #///////////////////////////////////////////////////////////////////// #///// Run time ////////////////////////////////////////////////////// #///////////////////////////////////////////////////////////////////// path_remove LD_LIBRARY_PATH "${Geant4_home}/lib" WIN32 "" Darwin "" path_append LD_LIBRARY_PATH "${Geant4_home}/lib" WIN32 "" Darwin "" path_remove DYLD_LIBRARY_PATH "" Darwin "${Geant4_home}/lib" path_append DYLD_LIBRARY_PATH "" Darwin "${Geant4_home}/lib" set G4RADIOACTIVEDATA "${Geant4_home}/data/RadioactiveDecay" WIN32 "${Geant4_home}\data\RadioaativeDecay" set G4LEVELGAMMADATA "${Geant4_home}/data/PhotonEvaporation" WIN32 "${Geant4_home}\data\PhotonEvaporation" set G4LEDATA "${Geant4_home}/data/G4EMLOW" WIN32 "${Geant4_home}\data\G4EMLOW" set NeutronHPCrossSections "${Geant4_home}/data/G4NDL" WIN32 "${Geant4_home}\data\G4NDL"