forked from pool/linbox
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9d37f6b033 | |||
|
|
68d9dbe235 | ||
| fce98dd9bb | |||
|
|
7cee130cb8 | ||
| 2680ebbad9 | |||
|
|
b984d14031 | ||
| 4a1d9dab55 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1753398190
|
||||
commit: a09ccff71e8a9230ea912d9c7ea4ad56167130429091d99f8a1499e466a55c06
|
||||
url: https://src.opensuse.org/jengelh/linbox
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:440b0ec9c024178b01eca32cc38acbab1739cd5d342152acec73839f30223455
|
||||
size 256
|
||||
BIN
linbox-1.7.0.tar.gz
LFS
BIN
linbox-1.7.0.tar.gz
LFS
Binary file not shown.
BIN
linbox-1.7.1.tar.gz
LFS
Normal file
BIN
linbox-1.7.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user