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.41 by elmer, Tue May 29 22:40:42 2007 UTC vs.
Revision 1.42 by andreasp, Tue Jun 12 07:16:47 2007 UTC

# Line 1 | Line 1
1 < ### RPM external geant4 8.2.p01-cms1
1 > ### RPM external geant4 8.3
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 7 | Line 7
7   # Build system fudging and some patches by Lassi A. Tuura <lat@iki.fi>  
8   Requires: clhep
9   %define photonEvaporationVersion 2.0
10 < %define g4NDLVersion 3.9
11 < %define g4ElasticScatteringVersion 1.1
12 < %define g4EMLOWVersion 4.0
13 < %define radiativeDecayVersion 3.0
10 > %define g4NDLVersion 3.10
11 > %define g4EMLOWVersion 4.2
12 > %define radioactiveDecayVersion 3.1
13   Source0: http://geant4.cern.ch/support/source/%n.%downloadv.tar.gz
14   Source1: http://geant4.cern.ch/support/source/G4NDL.%{g4NDLVersion}.tar.gz
15   Source2: http://geant4.cern.ch/support/source/G4EMLOW.%{g4EMLOWVersion}.tar.gz
16   Source3: http://geant4.cern.ch/support/source/PhotonEvaporation.%{photonEvaporationVersion}.tar.gz
17 < Source4: http://geant4.cern.ch/support/source/RadiativeDecay.%{radiativeDecayVersion}.tar.gz
18 < Source5: http://geant4.cern.ch/support/source/G4ELASTIC.%{g4ElasticScatteringVersion}.tar.gz
20 < Patch: geant482-cms1
21 < Patch1: geant-4.8.2.p01-nobanner
17 > Source4: http://geant4.cern.ch/support/source/G4RadioactiveDecay.%{radioactiveDecayVersion}.tar.gz
18 > Patch: geant-4.8.2.p01-nobanner
19  
20   %prep
21   %setup -n %n.%downloadv
22   pwd
23 < %patch0 -p0
27 < %patch1 -p1
23 > %patch0 -p1
24  
25   %build
26   if [ $(uname) = Darwin ]; then
# Line 45 | Line 41 | echo "unset G4DEBUG" >> G4BuildConf.sh
41   echo "export G4OPTIMIZE=1" >> G4BuildConf.sh
42  
43   echo "export G4LEVELGAMMADATA=%i/data/PhotonEvaporation/%{photonEvaporationVersion}" >> G4BuildConf.sh
44 < echo "export G4RADIOACTIVEDATA=%i/data/RadiativeDecay%{radiativeDecayVersion}" >> G4BuildConf.sh
44 > echo "export G4RADIOACTIVEDATA=%i/data/RadioactiveDecay%{radioactiveDecayVersion}" >> G4BuildConf.sh
45   echo "export G4LEDATA=%i/data/G4EMLOW%{g4EMLOWVersion}" >> G4BuildConf.sh
50 echo "export G4ELASTIC=%i/data/G4ELASTIC%{g4ElasticScatteringVersion}" >> G4BuildConf.sh
46   echo "export NeutronHPCrossSections=%i/data/G4NDL%{g4NDLVersion}" >> G4BuildConf.sh
47  
48   # export G4LIB_BUILD_STATIC=1
# Line 100 | Line 95 | mkdir -p %i/data
95   tar -C %i/data -zxvf %_sourcedir/G4NDL*.tar.gz
96   tar -C %i/data -zxvf %_sourcedir/G4EMLOW*.tar.gz
97   tar -C %i/data -zxvf %_sourcedir/Photon*.tar.gz
98 < tar -C %i/data -zxvf %_sourcedir/Rad*.tar.gz
98 > tar -C %i/data -zxvf %_sourcedir/G4Rad*.tar.gz
99   #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines