source: cmt/tags/v1r0/Geant4/v2r80200p0/cmt/requirements @ 121

Last change on this file since 121 was 121, checked in by garnier, 17 years ago

ajout de la version sous les packages Interfaces

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