ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/geant4-toolfile.spec
(Generate patch)

Comparing COMP/CMSDIST/geant4-toolfile.spec (file contents):
Revision 1.3 by muzaffar, Mon Dec 20 13:46:34 2010 UTC vs.
Revision 1.4 by davidlt, Tue Jun 5 11:52:33 2012 UTC

# Line 7 | Line 7 | Requires: geant4
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>
# Line 15 | Line 15 | EOF_TOOLFILE
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"/>
# Line 34 | Line 34 | cat << \EOF_TOOLFILE >%i/etc/scram.d/gea
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"/>
# Line 56 | Line 57 | cat << \EOF_TOOLFILE >%i/etc/scram.d/gea
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines