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} |
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 |
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 |
|
|