- Update to release 1.7.0

OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=12
This commit is contained in:
2021-12-14 11:46:37 +00:00
committed by Git OBS Bridge
parent 5becfaf00d
commit b662700100
4 changed files with 18 additions and 8 deletions

BIN
linbox-1.6.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
linbox-1.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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
@@ -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