forked from pool/linbox
- Update to release 1.6.3
OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=10
This commit is contained in:
parent
93b9521238
commit
5becfaf00d
@ -1,28 +0,0 @@
|
|||||||
From 56be8673613fff87fb2329f71bceb0c793c00b82 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Clement Pernet <clement.pernet@gmail.com>
|
|
||||||
Date: Fri, 18 May 2018 11:00:08 +0200
|
|
||||||
Subject: [PATCH] remove unnecessary double template, fixing gcc-8.1
|
|
||||||
compilation error, see
|
|
||||||
https://groups.google.com/forum/#!topic/sage-devel/NgzlZknrizg
|
|
||||||
|
|
||||||
---
|
|
||||||
linbox/matrix/densematrix/blas-transposed-matrix.h | 3 ---
|
|
||||||
1 file changed, 3 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/linbox/matrix/densematrix/blas-transposed-matrix.h b/linbox/matrix/densematrix/blas-transposed-matrix.h
|
|
||||||
index b81e65972..d9c031434 100644
|
|
||||||
--- a/linbox/matrix/densematrix/blas-transposed-matrix.h
|
|
||||||
+++ b/linbox/matrix/densematrix/blas-transposed-matrix.h
|
|
||||||
@@ -67,9 +67,6 @@ namespace LinBox
|
|
||||||
/*! TransposedBlasMatrix.
|
|
||||||
* NO DOC
|
|
||||||
*/
|
|
||||||
-#if !defined(__INTEL_COMPILER) && !defined(__CUDACC__) & !defined(__clang__)
|
|
||||||
- template <>
|
|
||||||
-#endif
|
|
||||||
template< class Matrix >
|
|
||||||
class TransposedBlasMatrix< TransposedBlasMatrix< Matrix > > : public Matrix {
|
|
||||||
|
|
||||||
--
|
|
||||||
2.17.1
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2
|
|
||||||
size 1901386
|
|
3
linbox-1.6.3.tar.gz
Normal file
3
linbox-1.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a58a188307b07c57964e844bceb99321d3043a8a4a1fccc082a54928bb9a0057
|
||||||
|
size 1968034
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 12:03:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.6.3
|
||||||
|
* Major code refactorizations for: Solve Solution, Echelon Form
|
||||||
|
Code, prime generators, Smith Form via Valence, MPI
|
||||||
|
serialization and communicators.
|
||||||
|
* New hadamard bound solutions.
|
||||||
|
* Removal of the obsolete sage-interface.
|
||||||
|
* Updated and new polynomial matrix classes and API with Givaro.
|
||||||
|
* MPI-based Chinese Remaindering applied to Solve.
|
||||||
|
- Drop 0001-remove-unnecessary-double-template-fixing-gcc-8.1-co.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 15 13:47:53 UTC 2018 - schwab@suse.de
|
Wed Aug 15 13:47:53 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
17
linbox.spec
17
linbox.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package linbox
|
# spec file for package linbox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,15 +20,14 @@
|
|||||||
|
|
||||||
Name: linbox
|
Name: linbox
|
||||||
%define lname liblinbox0
|
%define lname liblinbox0
|
||||||
Version: 1.5.2
|
Version: 1.6.3
|
||||||
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: http://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
|
||||||
Patch1: 0001-remove-unnecessary-double-template-fixing-gcc-8.1-co.patch
|
|
||||||
BuildRequires: autoconf >= 2.61
|
BuildRequires: autoconf >= 2.61
|
||||||
BuildRequires: automake >= 1.8
|
BuildRequires: automake >= 1.8
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -46,7 +45,6 @@ BuildRequires: blas-devel
|
|||||||
BuildRequires: cblas-devel
|
BuildRequires: cblas-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(fflas-ffpack) >= 2.3.0
|
BuildRequires: pkgconfig(fflas-ffpack) >= 2.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LinBox is a C++ template library for exact, high-performance linear
|
LinBox is a C++ template library for exact, high-performance linear
|
||||||
@ -76,8 +74,7 @@ This subpackage contains the include files and library links for
|
|||||||
developing against the Givaro library.
|
developing against the Givaro library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch -P 1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -97,16 +94,14 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/liblinbox.so.0*
|
%_libdir/liblinbox.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%_bindir/*-config
|
%_bindir/*-config
|
||||||
%_includedir/%name/
|
%_includedir/%name/
|
||||||
%_libdir/liblinbox.so
|
%_libdir/liblinbox.so
|
||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
%_mandir/man1/*.1*
|
%_mandir/man1/*.1*
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user