Summary: applgrid -The APPLgrid project provides a fast and flexible way to reproduce the results of full NLO calculations with any input parton distribution Name: applgrid Version: 1.5.46 Release: 1%{?dist} License: GPL Prefix: %{_prefix} Summary: The APPLgrid project Source: http://www.hepforge.org/archive/applgrid/applgrid-%{version}.tgz Patch0: patch-applgrid-0.txt BuildRequires: gcc-c++ gcc-gfortran hoppet root autoconf binutils automake libtool Requires: hoppet root %description The APPLgrid project provides a fast and flexible way to reproduce the results of full NLO calculations with any input parton distribution set in only a few milliseconds rather than the weeks normally required to gain adequate statistics. Written in C++ (although a fortran interface is included) it can be used for the calculation of any process where the hard subprocess weights from the convolution with the PDF are available from the calculation. %prep %setup -q %patch0 -p0 %build autoreconf --force --install --verbose . automake -a --force %configure make %install make DESTDIR=%{buildroot} install #sed -i "s|${RPM_BUILD_ROOT}||g" $RPM_BUILD_ROOT/usr/bin/* #mv $RPM_BUILD_ROOT/usr/lib $RPM_BUILD_ROOT/usr/%_lib %files %defattr(-,root,root) /usr/bin/* /usr/%_lib/* /usr/include/* #/usr/share/applgrid/* #/usr/share/doc/* %clean rm -rf %{buildroot} %post ldconfig %changelog * Fri Nov 29 2019 Andrii Verbytskyi 1.5.40 - Initial