Hello community, here is the log from the commit of package fflas-ffpack for openSUSE:Factory checked in at 2016-06-07 23:49:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fflas-ffpack (Old) and /work/SRC/openSUSE:Factory/.fflas-ffpack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fflas-ffpack" Changes: -------- --- /work/SRC/openSUSE:Factory/fflas-ffpack/fflas-ffpack.changes 2016-04-05 10:43:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fflas-ffpack.new/fflas-ffpack.changes 2016-06-07 23:49:13.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 30 14:26:57 UTC 2016 - [email protected] + +- Switch from ATLAS to CBLAS + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fflas-ffpack.spec ++++++ --- /var/tmp/diff_new_pack.1bW88J/_old 2016-06-07 23:49:14.000000000 +0200 +++ /var/tmp/diff_new_pack.1bW88J/_new 2016-06-07 23:49:14.000000000 +0200 @@ -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 @@ 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 @@ 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}
