3 |
|
|
4 |
|
Requires: hepmc boost fastjet swig gsl |
5 |
|
Patch0: rivet-1.4.0 |
6 |
+ |
Patch1: rivet-1.3.0-make_pair-fix |
7 |
+ |
Patch2: rivet-1.4.0-fix-clang |
8 |
+ |
|
9 |
|
%prep |
10 |
|
%setup -n Rivet-%{realversion} |
11 |
|
%patch0 -p0 |
12 |
+ |
%patch1 -p1 |
13 |
+ |
%patch2 -p1 |
14 |
|
./configure --prefix=%i --with-boost=${BOOST_ROOT} --with-hepmc=$HEPMC_ROOT --with-fastjet=$FASTJET_ROOT --with-gsl=$GSL_ROOT --disable-doxygen --disable-pdfmanual --with-pic |
15 |
|
# The following hack insures that the bins with the library linked explicitly |
16 |
|
# rather than indirectly, as required by the gold linker |