source: Interfaces/Geant4/v2r80200p0/cmt/requirements @ 225

Last change on this file since 225 was 225, checked in by barrand, 17 years ago
File size: 1.8 KB
Line 
1package Geant4
2version v2r80200p0
3
4build_strategy no_prototypes
5
6include_path none
7
8use CLHEP v1r* Interfaces
9
10#/////////////////////////////////////////////////////////////////////
11#///// Site specific macros //////////////////////////////////////////
12#/////////////////////////////////////////////////////////////////////
13
14macro Geant4_native_version "8.2"
15
16macro Geant4_home "/usr/local/geant4/${Geant4_native_version}"
17
18macro Geant4_include "${Geant4_home}/include" WIN32 "${Geant4_home}\include"
19
20macro Geant4_linkopts "-L${Geant4_home}/lib -lG4readout -lG4run -lG4event -lG4tracking -lG4processes -lG4digits_hits -lG4track -lG4particles -lG4geometry -lG4graphics_reps -lG4materials -lG4intercoms -lG4global" WIN32 ""
21
22macro Geant4_interfaces_linkopts "-L${Geant4_home}/lib -lG4interfaces"
23macro Geant4_vis_management_linkopts "-L${Geant4_home}/lib -lG4vis_management"
24macro Geant4_modeling_linkopts "-L${Geant4_home}/lib -lG4modeling"
25macro Geant4_Tree_linkopts "-L${Geant4_home}/lib -lG4Tree"
26
27#/////////////////////////////////////////////////////////////////////
28#///// Run time //////////////////////////////////////////////////////
29#/////////////////////////////////////////////////////////////////////
30
31path_remove LD_LIBRARY_PATH "${Geant4_home}/lib" WIN32 "" Darwin ""
32path_append LD_LIBRARY_PATH "${Geant4_home}/lib" WIN32 "" Darwin ""
33
34path_remove DYLD_LIBRARY_PATH "" Darwin "${Geant4_home}/lib"
35path_append DYLD_LIBRARY_PATH "" Darwin "${Geant4_home}/lib"
36
37set G4RADIOACTIVEDATA "${Geant4_home}/data/RadioactiveDecay" WIN32 "${Geant4_home}\data\RadioaativeDecay"
38set G4LEVELGAMMADATA "${Geant4_home}/data/PhotonEvaporation" WIN32 "${Geant4_home}\data\PhotonEvaporation"
39set G4LEDATA "${Geant4_home}/data/G4EMLOW" WIN32 "${Geant4_home}\data\G4EMLOW"
40set NeutronHPCrossSections "${Geant4_home}/data/G4NDL" WIN32 "${Geant4_home}\data\G4NDL"
Note: See TracBrowser for help on using the repository browser.