Drop unused gsl build dependency
GSL is used only for benchmarks which are not used in the RPM build
This commit is contained in:
parent
e165c037b9
commit
646fb3f134
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user