From 88533090f25c231a5eee007ea492892680b02268f4edddb9e16386ef34270030 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 9 Sep 2017 22:34:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=25 --- fflas-ffpack.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}