forked from pool/linbox
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
2680ebbad9 | |||
|
b984d14031 | ||
4a1d9dab55 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1730565665
|
||||||
|
commit: 5d4bc49206390283ee45d49e37da4556603df669bdd85e744d7f2d2d2f64f720
|
||||||
|
url: https://src.opensuse.org/jengelh/linbox
|
||||||
|
revision: master
|
BIN
a253f54da0b82c7e85fd8ad144fdb572469961e3.tar.gz
(Stored with Git LFS)
Normal file
BIN
a253f54da0b82c7e85fd8ad144fdb572469961e3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
linbox-1.7.1.tar.gz
(Stored with Git LFS)
BIN
linbox-1.7.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,17 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sat Nov 2 16:39:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package linbox
|
# spec file for package linbox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 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,13 +20,14 @@
|
|||||||
|
|
||||||
Name: linbox
|
Name: linbox
|
||||||
%define lname liblinbox0
|
%define lname liblinbox0
|
||||||
Version: 1.7.1
|
Version: 1.7.0+git106
|
||||||
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
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://linalg.org/
|
URL: https://linalg.org/
|
||||||
Source: https://github.com/linbox-team/linbox/releases/download/v%version/linbox-%version.tar.gz
|
#Source: https://github.com/linbox-team/linbox/releases/download/v%version/linbox-%version.tar.gz
|
||||||
|
Source: https://github.com/linbox-team/linbox/archive/a253f54da0b82c7e85fd8ad144fdb572469961e3.tar.gz
|
||||||
BuildRequires: autoconf >= 2.61
|
BuildRequires: autoconf >= 2.61
|
||||||
BuildRequires: automake >= 1.8
|
BuildRequires: automake >= 1.8
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@@ -73,7 +74,7 @@ This subpackage contains the include files and library links for
|
|||||||
developing against the Givaro library.
|
developing against the Givaro library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %name-a253f54da0b82c7e85fd8ad144fdb572469961e3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
Reference in New Issue
Block a user