diff --git a/fflas-ffpack.changes b/fflas-ffpack.changes index b27e313..f2fd830 100644 --- a/fflas-ffpack.changes +++ b/fflas-ffpack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 30 14:26:57 UTC 2016 - jengelh@inai.de + +- Switch from ATLAS to CBLAS + ------------------------------------------------------------------- Sat Mar 12 21:38:30 UTC 2016 - jengelh@inai.de diff --git a/fflas-ffpack.spec b/fflas-ffpack.spec index b594fe1..3c9e298 100644 --- a/fflas-ffpack.spec +++ b/fflas-ffpack.spec @@ -1,7 +1,7 @@ # # spec file for package fflas-ffpack # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %ifarch %ix86 %define atlas %_libdir/atlas-sse2 %else @@ -28,20 +29,20 @@ Release: 0 Summary: Finite Field Linear Algebra Subroutines License: LGPL-2.1+ Group: Productivity/Scientific/Math -URL: https://linbox-team.github.io/fflas-ffpack/ +Url: https://linbox-team.github.io/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: libatlas3-devel BuildRequires: libtool >= 2.2 BuildRequires: pkg-config -BuildRequires: pkgconfig(givaro) >= 4.0.1 BuildRequires: pkgconfig(givaro) < 4.0.2 -BuildRoot: %_tmppath/%name-%version-build +BuildRequires: pkgconfig(givaro) >= 4.0.1 +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The FFLAS-FFPACK library provides functionalities for dense linear @@ -83,7 +84,7 @@ if [ ! -e configure ]; then fi %configure \ --with-blas-cflags=" " \ - --with-blas-libs="-L%atlas -lcblas -ltatlas" \ + --with-blas-libs="-lcblas -lblas" \ --enable-doc --with-docdir="%_docdir/%name" make %{?_smp_mflags}