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.22 by eulisse, Wed Sep 20 09:27:59 2006 UTC vs.
Revision 1.33 by elmer, Mon Feb 5 06:01:09 2007 UTC

# Line 1 | Line 1
1 < ### RPM external geant4 8.1-p2cms
1 > ### RPM external geant4 8.2-cms1
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 8 | Line 8
8   Requires: clhep
9   %define photonEvaporationVersion 2.0
10   %define g4NDLVersion 3.9
11 < %define g4ElasticScatteringiVersion 1.1
11 > %define g4ElasticScatteringVersion 1.1
12   %define g4EMLOWVersion 4.0
13   %define radiativeDecayVersion 3.0
14   Source0: http://geant4.cern.ch/support/source/%n.%downloadv.tar.gz
# Line 17 | Line 17 | Source2: http://geant4.cern.ch/support/s
17   Source3: http://geant4.cern.ch/support/source/PhotonEvaporation.%{photonEvaporationVersion}.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 < Patch: geant48-pCMS2
21 <
20 > Patch: geant482-cms1
21   %prep
22   %setup -n %n.%downloadv
23   pwd
# Line 75 | Line 74 | echo "export G4VIS_BUILD_DAWNFILE_DRIVER
74   source G4BuildConf.sh
75   mkdir -p %i
76   tar -cf - config source | tar -C %i -xf -
77 +
78   make %makeprocesses -C $G4BASE all
79   make %makeprocesses -C $G4BASE includes
80   make %makeprocesses -C $G4BASE
81   make %makeprocesses -C $G4BASE global
82   make %makeprocesses -C $G4BASE
83 + make %makeprocesses -C $G4BASE/../physics_lists/hadronic/Packaging
84  
85   %install
86   mkdir -p %i/etc
# Line 94 | Line 95 | tar -C %i/data -zxvf %_sourcedir/G4EMLOW
95   tar -C %i/data -zxvf %_sourcedir/Photon*.tar.gz
96   tar -C %i/data -zxvf %_sourcedir/Rad*.tar.gz
97   mkdir -p %i/share
98 < cp -r physics_lists  %i/share
98 > cp -r physics_lists  %i/share
99 > ln -sf plists/$(uname)-g++/libPackaging.so %i/lib/libPackaging.so
100 > find %{i}/share/physics_lists/hadronic/Packaging/include/ -iname *.hh | sed -e "s|.*/||" | xargs -i ln -sf ../share/physics_lists/hadronic/Packaging/include/{} %{i}/include/{}
101 > #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines