1 | package Geant4 |
---|
2 | version v2r80200p0 |
---|
3 | |
---|
4 | build_strategy no_prototypes |
---|
5 | |
---|
6 | include_path none |
---|
7 | |
---|
8 | use CLHEP v1r* Interfaces |
---|
9 | |
---|
10 | #///////////////////////////////////////////////////////////////////// |
---|
11 | #///// Site specific macros ////////////////////////////////////////// |
---|
12 | #///////////////////////////////////////////////////////////////////// |
---|
13 | |
---|
14 | macro Geant4_native_version "8.2" |
---|
15 | |
---|
16 | macro Geant4_home "/usr/local/geant4/${Geant4_native_version}" |
---|
17 | |
---|
18 | macro Geant4_include "${Geant4_home}/include" WIN32 "${Geant4_home}\include" |
---|
19 | |
---|
20 | macro Geant4_linkopts "-L${Geant4_home}/lib -lG4readout -lG4run -lG4event -lG4tracking -lG4processes -lG4digits_hits -lG4track -lG4particles -lG4geometry -lG4graphics_reps -lG4materials -lG4intercoms -lG4global" WIN32 "" |
---|
21 | |
---|
22 | macro Geant4_interfaces_linkopts "-L${Geant4_home}/lib -lG4interfaces" |
---|
23 | macro Geant4_vis_management_linkopts "-L${Geant4_home}/lib -lG4vis_management" |
---|
24 | macro Geant4_modeling_linkopts "-L${Geant4_home}/lib -lG4modeling" |
---|
25 | macro Geant4_Tree_linkopts "-L${Geant4_home}/lib -lG4Tree" |
---|
26 | |
---|
27 | #///////////////////////////////////////////////////////////////////// |
---|
28 | #///// Run time ////////////////////////////////////////////////////// |
---|
29 | #///////////////////////////////////////////////////////////////////// |
---|
30 | |
---|
31 | path_remove LD_LIBRARY_PATH "${Geant4_home}/lib" WIN32 "" Darwin "" |
---|
32 | path_append LD_LIBRARY_PATH "${Geant4_home}/lib" WIN32 "" Darwin "" |
---|
33 | |
---|
34 | path_remove DYLD_LIBRARY_PATH "" Darwin "${Geant4_home}/lib" |
---|
35 | path_append DYLD_LIBRARY_PATH "" Darwin "${Geant4_home}/lib" |
---|
36 | |
---|
37 | set G4RADIOACTIVEDATA "${Geant4_home}/data/RadioactiveDecay" WIN32 "${Geant4_home}\data\RadioaativeDecay" |
---|
38 | set G4LEVELGAMMADATA "${Geant4_home}/data/PhotonEvaporation" WIN32 "${Geant4_home}\data\PhotonEvaporation" |
---|
39 | set G4LEDATA "${Geant4_home}/data/G4EMLOW" WIN32 "${Geant4_home}\data\G4EMLOW" |
---|
40 | set NeutronHPCrossSections "${Geant4_home}/data/G4NDL" WIN32 "${Geant4_home}\data\G4NDL" |
---|