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.63 by dlange, Tue Dec 11 14:27:48 2007 UTC vs.
Revision 1.67 by dlange, Wed Dec 12 10:22:21 2007 UTC

# Line 1 | Line 1
1 < ### RPM external geant4 9.1.p01
1 > ### RPM external geant4 9.0.p01
2   %define downloadv %(echo %v | cut -d- -f1)
3   ## INITENV SET G4NDL_PATH %i/data/G4NDL%{g4NDLVersion}
4   ## INITENV SET G4EMLOW_PATH %i/data/G4EMLOW%{g4EMLOWVersion}
# 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
# Line 19 | Line 19 | Source4: http://geant4.cern.ch/support/s
19   Source5: http://geant4.cern.ch/support/source/G4ELASTIC.%{g4ElasticScatteringVersion}.tar.gz
20  
21   Patch: geant-4.8.2.p01-nobanner
22 + Patch1: geant490p1
23  
24   %prep
25   %setup -n %n.%downloadv
26   pwd
27   %patch0 -p1
28 + %patch1 -p1
29  
30   %build
31   if [ $(uname) = Darwin ]; then
# Line 203 | Line 205 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
205   <lib name=G4xrays>
206   <lib name=G4phys_lists>
207   <lib name=G4phys_builders>
208 + <lib name=G4error_propagation>
209   <Client>
210   <Environment name=GEANT4_BASE default="%i"></Environment>
211   <Environment name=G4SRC default="$GEANT4_BASE/source"></Environment>
# Line 213 | Line 216 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
216   <use name=clhep>
217   <Flags CPPDEFINES="G4USE_STD_NAMESPACE GNU_GCC">
218   <Runtime name=G4LEVELGAMMADATA value="$GEANT4_BASE/data/PhotonEvaporation2.0" type=path>
219 < <Runtime name=NeutronHPCrossSections value="$GEANT4_BASE/data/G4NDL3.9" type=path>
219 > <Runtime name=NeutronHPCrossSections value="$GEANT4_BASE/data/G4NDL3.11" type=path>
220   <Runtime name=G4RADIOACTIVEDATA value="$GEANT4_BASE/data/RadiativeDecay3.0" type=path>
221 < <Runtime name=G4LEDATA value="$GEANT4_BASE/data/G4EMLOW4.0" type=path>
221 > <Runtime name=G4LEDATA value="$GEANT4_BASE/data/G4EMLOW4.3" type=path>
222   </Tool>
223   EOF_TOOLFILE
224  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines