forked from pool/fflas-ffpack
Accepting request 400203 from science
- Switch from ATLAS to CBLAS OBS-URL: https://build.opensuse.org/request/show/400203 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fflas-ffpack?expand=0&rev=3
This commit is contained in:
commit
8cd3003ed4
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user