1 |
< |
### RPM external geant4 7.1-p2cms |
1 |
> |
### RPM external geant4 8.1-p2cms |
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} |
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.8 |
11 |
< |
%define g4EMLOWVersion 2.2 |
10 |
> |
%define g4NDLVersion 3.9 |
11 |
> |
%define g4ElasticScatteringiVersion 1.1 |
12 |
> |
%define g4EMLOWVersion 4.0 |
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/RadiativeDecay.%{radiativeDecayVersion}.tar.gz |
19 |
< |
Source5: http://geant4.web.cern.ch/geant4/physics_lists/geant4.6.1/lists/Packaging.tar |
20 |
< |
Patch: geant4-g4e-pCMS2 |
20 |
< |
Patch2: geant4-g4tubs-lcapture-pCMS2 |
19 |
> |
Source5: http://geant4.cern.ch/support/source/G4ELASTIC.%{g4ElasticScatteringVersion}.tar.gz |
20 |
> |
Patch: geant48-pCMS2 |
21 |
|
|
22 |
|
%prep |
23 |
|
%setup -n %n.%downloadv |
24 |
|
pwd |
25 |
< |
%patch0 -p0 |
26 |
< |
%patch2 -p0 |
25 |
> |
%patch0 -p0 |
26 |
|
%build |
27 |
|
# Linux? -pthread? |
28 |
|
touch G4BuildConf.sh |
41 |
|
echo "export G4LEVELGAMMADATA=%i/data/PhotonEvaporation/%{photonEvaporationVersion}" >> G4BuildConf.sh |
42 |
|
echo "export G4RADIOACTIVEDATA=%i/data/RadiativeDecay%{radiativeDecayVersion}" >> G4BuildConf.sh |
43 |
|
echo "export G4LEDATA=%i/data/G4EMLOW%{g4EMLOWVersion}" >> G4BuildConf.sh |
44 |
+ |
echo "export G4ELASTIC=%i/data/G4ELASTIC%{g4ElasticScatteringVersion}" >> G4BuildConf.sh |
45 |
|
echo "export NeutronHPCrossSections=%i/data/G4NDL%{g4NDLVersion}" >> G4BuildConf.sh |
46 |
|
|
47 |
|
# export G4LIB_BUILD_STATIC=1 |