SHA256
1
0
forked from pool/linbox

linbox-1.5.2

OBS-URL: https://build.opensuse.org/package/show/science/linbox?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2017-12-25 19:58:25 +00:00 committed by Git OBS Bridge
parent 509973f9c0
commit 98d532a98c
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47f025fe7aab204fb276307f32a562de357c887c6ef589b9e4f7a57a3b58ecaf
size 1823584

3
linbox-1.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2
size 1901386

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 25 19:54:37 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.5.2
* remove all unused stuff from linbox-sage
-------------------------------------------------------------------
Sat Sep 9 21:20:48 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package linbox
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: linbox
%define lname liblinbox0
Version: 1.4.2
Version: 1.5.2
Release: 0
Summary: C++ library for computation with matrices over ints and finite fields
License: LGPL-2.1+
@ -28,7 +28,6 @@ Url: http://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
BuildRequires: fflas-ffpack-devel
BuildRequires: gcc-c++
BuildRequires: gmp-devel
BuildRequires: iml-devel
@ -38,6 +37,7 @@ BuildRequires: libtool
BuildRequires: mpfr-devel
BuildRequires: ntl-devel
BuildRequires: openblas-devel
BuildRequires: pkgconfig(fflas-ffpack) >= 2.3.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description