7 |
|
mkdir -p %i/etc/scram.d |
8 |
|
cat << \EOF_TOOLFILE >%i/etc/scram.d/geant4.xml |
9 |
|
<tool name="geant4" version="@TOOL_VERSION@"> |
10 |
< |
<info url="http://wwwinfo.cern.ch/asd/geant4/geant4.html"/> |
10 |
> |
<info url="http://geant4.web.cern.ch/geant4/"/> |
11 |
|
<use name="geant4core"/> |
12 |
|
<use name="geant4vis"/> |
13 |
|
</tool> |
15 |
|
|
16 |
|
cat << \EOF_TOOLFILE >%i/etc/scram.d/geant4core.xml |
17 |
|
<tool name="geant4core" version="@TOOL_VERSION@"> |
18 |
< |
<info url="http://wwwinfo.cern.ch/asd/geant4/geant4.html"/> |
18 |
> |
<info url="http://geant4.web.cern.ch/geant4/"/> |
19 |
|
<lib name="G4digits_hits"/> |
20 |
|
<lib name="G4error_propagation"/> |
21 |
|
<lib name="G4event"/> |
34 |
|
<lib name="G4run"/> |
35 |
|
<lib name="G4tracking"/> |
36 |
|
<lib name="G4track"/> |
37 |
+ |
<lib name="G4analysis"/> |
38 |
|
<client> |
39 |
|
<environment name="GEANT4CORE_BASE" default="@TOOL_ROOT@"/> |
40 |
|
<environment name="LIBDIR" default="$GEANT4CORE_BASE/lib"/> |
41 |
|
<environment name="G4LIB" value="$LIBDIR"/> |
42 |
|
<environment name="INCLUDE" default="$GEANT4CORE_BASE/include"/> |
43 |
|
</client> |
44 |
< |
<flags cppdefines="G4USE_STD_NAMESPACE GNU_GCC G4V9"/> |
44 |
> |
<flags cppdefines="GNU_GCC G4V9"/> |
45 |
|
<use name="clhep"/> |
46 |
|
</tool> |
47 |
|
EOF_TOOLFILE |
48 |
|
|
49 |
|
cat << \EOF_TOOLFILE >%i/etc/scram.d/geant4vis.xml |
50 |
|
<tool name="geant4vis" version="@TOOL_VERSION@"> |
51 |
< |
<info url="http://wwwinfo.cern.ch/asd/geant4/geant4.html"/> |
51 |
> |
<info url="http://geant4.web.cern.ch/geant4/"/> |
52 |
|
<lib name="G4FR"/> |
53 |
|
<lib name="G4modeling"/> |
54 |
|
<lib name="G4RayTracer"/> |
57 |
|
<lib name="G4vis_management"/> |
58 |
|
<lib name="G4visXXX"/> |
59 |
|
<lib name="G4VRML"/> |
60 |
+ |
<lib name="G4GMocren"/> |
61 |
+ |
<lib name="G4zlib"/> |
62 |
|
<use name="geant4core"/> |
63 |
|
</tool> |
64 |
|
EOF_TOOLFILE |