forked from pool/linbox
Accepting request 629437 from openSUSE:Factory:RISCV
- Add option to build without openblas OBS-URL: https://build.opensuse.org/request/show/629437 OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=8
This commit is contained in:
parent
460b9c76aa
commit
93b9521238
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 15 13:47:53 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
- Add option to build without openblas
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 23 08:58:41 UTC 2018 - jengelh@inai.de
|
Sat Jun 23 08:58:41 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without openblas
|
||||||
|
|
||||||
Name: linbox
|
Name: linbox
|
||||||
%define lname liblinbox0
|
%define lname liblinbox0
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
@ -37,7 +39,12 @@ BuildRequires: libm4rie-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: mpfr-devel
|
BuildRequires: mpfr-devel
|
||||||
BuildRequires: ntl-devel
|
BuildRequires: ntl-devel
|
||||||
|
%if %{with openblas}
|
||||||
BuildRequires: openblas-devel
|
BuildRequires: openblas-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: blas-devel
|
||||||
|
BuildRequires: cblas-devel
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(fflas-ffpack) >= 2.3.0
|
BuildRequires: pkgconfig(fflas-ffpack) >= 2.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user