Skip to content

Commit

Permalink
Update rivet.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jul 2, 2021
1 parent 78ff19c commit 0afc3cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rivet.spec
Expand Up @@ -5,7 +5,7 @@
Source: git+https://gitlab.com/hepcedar/rivet.git?obj=master/%{n}-%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz

Requires: hepmc fastjet fastjet-contrib yoda
BuildRequires: python py3-cython py2-setuptools autotools
BuildRequires: python3 py3-cython autotools

Patch0: rivet-140-313

Expand Down Expand Up @@ -46,6 +46,7 @@ CXXFLAGS="-std=c++17"
CXXFLAGS="${CXXFLAGS} -msse3"
%endif

PYTHON=$(which python3) \
./configure --disable-silent-rules --prefix=%{i} --with-hepmc=${HEPMC_ROOT} \
--with-fastjet=${FASTJET_ROOT} --with-fjcontrib=${FASTJET_CONTRIB_ROOT} --with-yoda=${YODA_ROOT} \
--disable-doxygen --disable-pdfmanual --with-pic \
Expand Down

0 comments on commit 0afc3cd

Please sign in to comment.