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