From dcfb7e6987a9bc55e128f309f81989818effc513f83c9bcfa3af971d2a8932c8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 9 Sep 2017 21:44:45 +0000 Subject: [PATCH] - For the BLAS implementation, switch from cblas to openblas. OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=24 --- fflas-ffpack.changes | 5 +++++ fflas-ffpack.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/fflas-ffpack.changes b/fflas-ffpack.changes index 29796c7..aa2d12e 100644 --- a/fflas-ffpack.changes +++ b/fflas-ffpack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 9 21:42:47 UTC 2017 - jengelh@inai.de + +- For the BLAS implementation, switch from cblas to openblas. + ------------------------------------------------------------------- Tue Nov 29 10:46:23 UTC 2016 - jengelh@inai.de diff --git a/fflas-ffpack.spec b/fflas-ffpack.spec index 6711a5f..28405fd 100644 --- a/fflas-ffpack.spec +++ b/fflas-ffpack.spec @@ -1,7 +1,7 @@ # # spec file for package fflas-ffpack # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,13 +33,13 @@ Url: https://linbox-team.github.io/fflas-ffpack/ #Git-Clone: https://github.com/linbox-team/fflas-ffpack Source: https://github.com/linbox-team/%name/archive/v%version.tar.gz -BuildRequires: blas-devel -BuildRequires: cblas-devel 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 BuildRequires: pkgconfig(givaro) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -84,7 +84,7 @@ fi trap "cat config.log; exit 1" ERR %configure \ --with-blas-cflags=" " \ - --with-blas-libs="-lcblas -lblas" \ + --with-blas-libs="-lopenblas" \ --enable-doc --with-docdir="%_docdir/%name" --disable-simd trap "" ERR make %{?_smp_mflags}