SHA256
1
0
forked from pool/linbox

- 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:
Jan Engelhardt 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

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> Thu Sep 5 12:03:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package linbox # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
Name: linbox Name: linbox
%define lname liblinbox0 %define lname liblinbox0
Version: 1.6.3 Version: 1.7.0
Release: 0 Release: 0
Summary: C++ library for computation with matrices over ints and finite fields Summary: C++ library for computation with matrices over ints and finite fields
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -83,8 +83,9 @@ autoreconf -fi
--disable-sse --disable-sse2 \ --disable-sse --disable-sse2 \
%endif %endif
--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 \ --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 \
--disable-avx --disable-avx2 --disable-fma --disable-fma4 --disable-avx --disable-avx2 --disable-fma --disable-fma4 \
make %{?_smp_mflags} --without-archnative
%make_build
%install %install
%make_install %make_install