1 |
< |
### RPM external thepeg 1.1.1 |
2 |
< |
Source: http://www.thep.lu.se/ThePEG/ThePEG++-%{realversion}.tgz |
1 |
> |
### RPM external thepeg 1.2.0 |
2 |
> |
Source: http://www.thep.lu.se/~leif/ThePEG/ThePEG-%{realversion}.tgz |
3 |
|
Requires: lhapdf |
4 |
< |
|
4 |
> |
Requires: gsl |
5 |
|
|
6 |
|
%prep |
7 |
< |
%setup -q -n ThePEG++-%{realversion}/ThePEG |
7 |
> |
%setup -q -n ThePEG-%{realversion} |
8 |
|
perl -p -i -e 's|-lLHAPDF|-llhapdf -llhapdf_dummy|' configure |
9 |
|
perl -p -i -e 's|libLHAPDF|liblhapdf|' configure |
10 |
< |
./configure --with-LHAPDF=$LHAPDF_ROOT/lib --without-javagui --prefix=%i |
10 |
> |
./configure --with-LHAPDF=$LHAPDF_ROOT/lib --without-javagui --prefix=%i --with-gsl=$GSL_ROOT |
11 |
|
|
12 |
|
%build |
13 |
|
make |