SHA256
1
0
forked from pool/linbox

Accepting request 940464 from science

- Update to release 1.7.0

OBS-URL: https://build.opensuse.org/request/show/940464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linbox?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-12-14 21:02:02 +00:00 committed by Git OBS Bridge
commit e44219681d
4 changed files with 19 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a58a188307b07c57964e844bceb99321d3043a8a4a1fccc082a54928bb9a0057
size 1968034

3
linbox-1.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d2159fd395be0298362dd37f6c696676237bc8e2757341fbc46520e3b466bcc
size 2258420

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 14 11:25:03 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.7.0
* New polynomial matrix API
* New FFT code for polynomial matrices
* Dixon solver refactorization
* Cleanup of BlasMatrixDomain with minor API changes
-------------------------------------------------------------------
Thu Sep 5 12:03:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package linbox
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
Name: linbox
%define lname liblinbox0
Version: 1.6.3
Version: 1.7.0
Release: 0
Summary: C++ library for computation with matrices over ints and finite fields
License: LGPL-2.1-or-later
@ -44,7 +44,7 @@ BuildRequires: openblas-devel
BuildRequires: blas-devel
BuildRequires: cblas-devel
%endif
BuildRequires: pkgconfig(fflas-ffpack) >= 2.3.0
BuildRequires: pkgconfig(fflas-ffpack) >= 2.5.0
%description
LinBox is a C++ template library for exact, high-performance linear
@ -70,7 +70,7 @@ LinBox is a C++ template library for exact, high-performance linear
algebra computation with dense, sparse, and structured matrices over
the integers and over finite fields.
This subpackage contains the include files and library links for
This subpackage contains the include files and library links for
developing against the Givaro library.
%prep
@ -83,8 +83,9 @@ autoreconf -fi
--disable-sse --disable-sse2 \
%endif
--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 \
--disable-avx --disable-avx2 --disable-fma --disable-fma4
make %{?_smp_mflags}
--disable-avx --disable-avx2 --disable-fma --disable-fma4 \
--without-archnative
%make_build
%install
%make_install