Drop unused gsl build dependency

GSL is used only for benchmarks which are not used in the RPM build
This commit is contained in:
Pavel Cahyna 2024-02-01 18:59:27 +01:00
parent e165c037b9
commit 646fb3f134

View File

@ -38,7 +38,10 @@ BuildRequires: fftw-devel
BuildRequires: glew-devel
%endif
BuildRequires: gmp-devel
%if 0
# only used in benchmarks, not used in the RPM build
BuildRequires: gsl-devel
%endif
BuildRequires: mpfr-devel
BuildRequires: gcc-gfortran
%if %{with sparsehash}