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

Comparing COMP/CMSDIST/geant4.spec (file contents):
Revision 1.65 by dlange, Tue Dec 11 14:49:07 2007 UTC vs.
Revision 1.66 by dlange, Tue Dec 11 15:24:16 2007 UTC

# Line 10 | Line 10 | Requires: clhep
10   %define g4NDLVersion 3.11
11   %define g4ElasticScatteringVersion 1.1
12   %define g4EMLOWVersion 4.3
13 < %define radiativeDecayVersion 3.2
13 > %define radiativeDecayVersion 3.0
14   Source0: http://geant4.cern.ch/support/source/%n.%downloadv.tar.gz
15   Source1: http://geant4.cern.ch/support/source/G4NDL.%{g4NDLVersion}.tar.gz
16   Source2: http://geant4.cern.ch/support/source/G4EMLOW.%{g4EMLOWVersion}.tar.gz
17   Source3: http://geant4.cern.ch/support/source/PhotonEvaporation.%{photonEvaporationVersion}.tar.gz
18 < Source4: http://geant4.cern.ch/support/source/G4RadiativeDecay.%{radiativeDecayVersion}.tar.gz
18 > Source4: http://geant4.cern.ch/support/source/RadiativeDecay.%{radiativeDecayVersion}.tar.gz
19   Source5: http://geant4.cern.ch/support/source/G4ELASTIC.%{g4ElasticScatteringVersion}.tar.gz
20  
21   Patch: geant-4.8.2.p01-nobanner
# Line 99 | Line 99 | mkdir -p %i/data
99   tar -C %i/data -zxvf %_sourcedir/G4NDL*.tar.gz
100   tar -C %i/data -zxvf %_sourcedir/G4EMLOW*.tar.gz
101   tar -C %i/data -zxvf %_sourcedir/Photon*.tar.gz
102 < tar -C %i/data -zxvf %_sourcedir/G4Rad*.tar.gz
102 > tar -C %i/data -zxvf %_sourcedir/Rad*.tar.gz
103   #
104  
105   # SCRAM ToolBox toolfile
# Line 213 | Line 213 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
213   <use name=clhep>
214   <Flags CPPDEFINES="G4USE_STD_NAMESPACE GNU_GCC">
215   <Runtime name=G4LEVELGAMMADATA value="$GEANT4_BASE/data/PhotonEvaporation2.0" type=path>
216 < <Runtime name=NeutronHPCrossSections value="$GEANT4_BASE/data/G4NDL3.9" type=path>
216 > <Runtime name=NeutronHPCrossSections value="$GEANT4_BASE/data/G4NDL3.11" type=path>
217   <Runtime name=G4RADIOACTIVEDATA value="$GEANT4_BASE/data/RadiativeDecay3.0" type=path>
218 < <Runtime name=G4LEDATA value="$GEANT4_BASE/data/G4EMLOW4.0" type=path>
218 > <Runtime name=G4LEDATA value="$GEANT4_BASE/data/G4EMLOW4.3" type=path>
219   </Tool>
220   EOF_TOOLFILE
221  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines