diff --git a/fflas-ffpack.spec b/fflas-ffpack.spec index 28405fd..6196da7 100644 --- a/fflas-ffpack.spec +++ b/fflas-ffpack.spec @@ -37,7 +37,6 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gmp-devel >= 3.1.1 -BuildRequires: lapack-devel BuildRequires: libtool >= 2.2 BuildRequires: openblas-devel BuildRequires: pkg-config @@ -83,8 +82,7 @@ if [ ! -e configure ]; then fi trap "cat config.log; exit 1" ERR %configure \ - --with-blas-cflags=" " \ - --with-blas-libs="-lopenblas" \ + --with-blas-cflags=" " --with-blas-libs="-lopenblas" \ --enable-doc --with-docdir="%_docdir/%name" --disable-simd trap "" ERR make %{?_smp_mflags}