[info=5d4bc49206390283ee45d49e37da4556603df669bdd85e744d7f2d2d2f64f720]

OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=15
This commit is contained in:
OBS User unknown
2024-11-02 16:41:23 +00:00
committed by Git OBS Bridge
parent 4a1d9dab55
commit b984d14031
6 changed files with 18 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
mtime: 1639515722 mtime: 1730565665
commit: e44219681d332cfd6c45ea2aae498f9c0c07ebf38f638e9d62d19e09ee188cd5 commit: 5d4bc49206390283ee45d49e37da4556603df669bdd85e744d7f2d2d2f64f720
url: https://src.opensuse.org/jengelh/linbox url: https://src.opensuse.org/jengelh/linbox
revision: master revision: master

BIN
a253f54da0b82c7e85fd8ad144fdb572469961e3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:40fd6666f856d7bedf79c8bbd4caa51b680fb3c188a51f7c10df6d036ba725fc oid sha256:d14d6010cb54439d2b9310448bcde2e05c755e1d382527f62150e8b48ff1a28e
size 256 size 256

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d2159fd395be0298362dd37f6c696676237bc8e2757341fbc46520e3b466bcc
size 2258420

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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> Tue Dec 14 11:25:03 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package linbox # spec file for package linbox
# #
# Copyright (c) 2021 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,14 +20,14 @@
Name: linbox Name: linbox
%define lname liblinbox0 %define lname liblinbox0
Version: 1.7.0 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++
@@ -74,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
@@ -91,8 +91,7 @@ autoreconf -fi
%make_install %make_install
rm -f "%buildroot/%_libdir"/*.la rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig %ldconfig_scriptlets -n %lname
%postun -n %lname -p /sbin/ldconfig
%files -n %lname %files -n %lname
%_libdir/liblinbox.so.0* %_libdir/liblinbox.so.0*