linbox 1.7.1

This commit is contained in:
2025-07-25 01:03:10 +02:00
parent 91afdb365f
commit a09ccff71e
4 changed files with 14 additions and 8 deletions

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 24 23:00:12 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.7.1
* Only register uint128_t as a TypeName when it's available
* Set SubmatrixAdapter::setEntry return type to void
* New sparse sequence iterator API
-------------------------------------------------------------------
Sun Jun 22 21:11:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -20,15 +20,13 @@
Name: linbox
%define lname liblinbox0
Version: 1.7.0+git119
Version: 1.7.1
Release: 0
Summary: C++ library for computation with matrices over ints and finite fields
License: LGPL-2.1-or-later
Group: Productivity/Scientific/Math
URL: https://linalg.org/
#Source: https://github.com/linbox-team/linbox/releases/download/v%version/linbox-%version.tar.gz
%define rev 48953a8a39a3cb06dd2382afed119b5213824854
Source: https://github.com/linbox-team/linbox/archive/%rev.tar.gz
Source: https://github.com/linbox-team/linbox/releases/download/v%version/linbox-%version.tar.gz
BuildRequires: autoconf >= 2.61
BuildRequires: automake >= 1.8
BuildRequires: gcc-c++
@@ -75,7 +73,7 @@ This subpackage contains the include files and library links for
developing against the Givaro library.
%prep
%autosetup -p1 -n %name-%rev
%autosetup -p1
%build
autoreconf -fi