Remove use fmtlib package from build system

This commit is contained in:
Joakim Hove
2020-09-18 11:19:41 +02:00
parent f9d43e738a
commit 3004e14e9a
3 changed files with 3 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ License: GPL-3.0
Group: Development/Libraries/C and C++
Url: http://www.opm-project.org/
Source0: https://github.com/OPM/%{name}/archive/release/%{version}/%{tag}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: git doxygen bc openmpi-devel mpich-devel fmt-devel
BuildRequires: git doxygen bc openmpi-devel mpich-devel
%{?!el8:BuildRequires: devtoolset-8-toolchain}
%{?el8:BuildRequires: boost-devel}
%{?!el8:BuildRequires: boost148-devel}