SHA256
10
0
forked from pool/linbox

Compare commits

7 Commits

Author SHA256 Message Date
9d37f6b033 Accepting request 1295636 from science
- Update to release 1.7.1

OBS-URL: https://build.opensuse.org/request/show/1295636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linbox?expand=0&rev=9
2025-07-25 15:05:30 +00:00
OBS User unknown
68d9dbe235 [info=a09ccff71e8a9230ea912d9c7ea4ad56167130429091d99f8a1499e466a55c06]
OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=17
2025-07-24 23:05:07 +00:00
fce98dd9bb Accepting request 1287763 from science
- Update to snapshot 1.7.0+git119 (48953a8a3)
  * Resolve compile error with gcc-15

OBS-URL: https://build.opensuse.org/request/show/1287763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linbox?expand=0&rev=8
2025-06-24 18:46:43 +00:00
OBS User unknown
7cee130cb8 [info=91afdb365fbd0c8c50970c4458b8ad26570f2cf1e291838ecb1c201ae289e4a7]
OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=16
2025-06-22 21:13:21 +00:00
2680ebbad9 Accepting request 1220311 from science
- Update to snapshot 1.7.0+git106 (a253f54da)

OBS-URL: https://build.opensuse.org/request/show/1220311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linbox?expand=0&rev=7
2024-11-03 06:17:40 +00:00
OBS User unknown
b984d14031 [info=5d4bc49206390283ee45d49e37da4556603df669bdd85e744d7f2d2d2f64f720]
OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=15
2024-11-02 16:41:23 +00:00
4a1d9dab55 [info=e44219681d332cfd6c45ea2aae498f9c0c07ebf38f638e9d62d19e09ee188cd5]
OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=14
2024-11-02 16:09:31 +00:00
6 changed files with 33 additions and 8 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1753398190
commit: a09ccff71e8a9230ea912d9c7ea4ad56167130429091d99f8a1499e466a55c06
url: https://src.opensuse.org/jengelh/linbox
revision: master

3
build.specials.obscpio Normal file
View File

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

Binary file not shown.

BIN
linbox-1.7.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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>
- Update to snapshot 1.7.0+git119 (48953a8a3)
* Resolve compile error with gcc-15
-------------------------------------------------------------------
Sat Nov 2 16:39:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to snapshot 1.7.0+git106 (a253f54da)
* Build fixes for when linbox is built in a C++20 environment
-------------------------------------------------------------------
Tue Dec 14 11:25:03 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package linbox
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,12 @@
Name: linbox
%define lname liblinbox0
Version: 1.7.0
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
BuildRequires: autoconf >= 2.61
BuildRequires: automake >= 1.8
@@ -91,8 +90,7 @@ autoreconf -fi
%make_install
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/liblinbox.so.0*