1 |
|
### RPM external geant4 7.1 |
2 |
|
## INITENV SET G4NDL_PATH %i/data/G4NDL%{g4NDLVersion} |
3 |
|
## INITENV SET G4EMLOW_PATH %i/data/G4EMLOW%{g4EMLOWVersion} |
4 |
< |
## INITENV SET PHOTON_EVAPORATION_PATH %i/data/PhotonEvaportation/%{photonEvaportationVersion} |
4 |
> |
## INITENV SET PHOTON_EVAPORATION_PATH %i/data/PhotonEvaportation%{photonEvaporationVersion} |
5 |
|
## INITENV SET RADIATIVE_DECAY_PATH %i/data/RadiativeDecay%{radiativeDecayVersion} |
6 |
|
# Build system fudging and some patches by Lassi A. Tuura <lat@iki.fi> |
7 |
|
Requires: clhep |
14 |
|
Source2: http://geant4.cern.ch/support/source/G4EMLOW.%{g4EMLOWVersion}.tar.gz |
15 |
|
Source3: http://geant4.cern.ch/support/source/PhotonEvaporation.%{photonEvaporationVersion}.tar.gz |
16 |
|
Source4: http://geant4.cern.ch/support/source/RadiativeDecay.%{radiativeDecayVersion}.tar.gz |
17 |
+ |
Source5: http://geant4.web.cern.ch/geant4/physics_lists/geant4.6.1/lists/Packaging.tar |
18 |
|
|
19 |
|
%prep |
20 |
|
%setup -n %n.%v |
74 |
|
tar -cf - config source | tar -C %i -xf - |
75 |
|
make %makeprocesses -C $G4BASE all |
76 |
|
make %makeprocesses -C $G4BASE includes |
77 |
+ |
make %makeprocesses -C $G4BASE |
78 |
|
make %makeprocesses -C $G4BASE global |
79 |
+ |
make %makeprocesses -C $G4BASE |
80 |
|
|
81 |
|
%install |
82 |
|
mkdir -p %i/etc |