| Line | |
|---|
| 1 | package Geant4
|
|---|
| 2 | version v2r80200p0
|
|---|
| 3 |
|
|---|
| 4 | build_strategy no_prototypes
|
|---|
| 5 |
|
|---|
| 6 | include_path none
|
|---|
| 7 |
|
|---|
| 8 | use CLHEP v1r* cmt
|
|---|
| 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 |
|
|---|
| 24 | #/////////////////////////////////////////////////////////////////////
|
|---|
| 25 | #///// Run time //////////////////////////////////////////////////////
|
|---|
| 26 | #/////////////////////////////////////////////////////////////////////
|
|---|
| 27 |
|
|---|
| 28 | path_remove LD_LIBRARY_PATH "${Geant4_home}/lib" WIN32 "" Darwin ""
|
|---|
| 29 | path_append LD_LIBRARY_PATH "${Geant4_home}/lib" WIN32 "" Darwin ""
|
|---|
| 30 |
|
|---|
| 31 | path_remove DYLD_LIBRARY_PATH "" Darwin "${Geant4_home}/lib"
|
|---|
| 32 | path_append DYLD_LIBRARY_PATH "" Darwin "${Geant4_home}/lib"
|
|---|
| 33 |
|
|---|
| 34 | set G4RADIOACTIVEDATA "${Geant4_home}/data/RadioactiveDecay" WIN32 "${Geant4_home}\data\RadioaativeDecay"
|
|---|
| 35 | set G4LEVELGAMMADATA "${Geant4_home}/data/PhotonEvaporation" WIN32 "${Geant4_home}\data\PhotonEvaporation"
|
|---|
| 36 | set G4LEDATA "${Geant4_home}/data/G4EMLOW" WIN32 "${Geant4_home}\data\G4EMLOW"
|
|---|
| 37 | set NeutronHPCrossSections "${Geant4_home}/data/G4NDL" WIN32 "${Geant4_home}\data\G4NDL"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.