forked from pool/linbox
Accepting request 559950 from science
- Update to new upstream release 1.5.2 OBS-URL: https://build.opensuse.org/request/show/559950 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linbox?expand=0&rev=2
This commit is contained in:
commit
aa8826f987
@ -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
3
linbox-1.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2
|
||||||
|
size 1901386
|
@ -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
|
Sat Sep 9 21:20:48 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
13
linbox.spec
13
linbox.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package linbox
|
# 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
|
# 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: linbox
|
Name: linbox
|
||||||
%define lname liblinbox0
|
%define lname liblinbox0
|
||||||
Version: 1.4.2
|
Version: 1.5.2
|
||||||
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+
|
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
|
Source: https://github.com/linbox-team/linbox/releases/download/v%version/linbox-%version.tar.gz
|
||||||
BuildRequires: autoconf >= 2.61
|
BuildRequires: autoconf >= 2.61
|
||||||
BuildRequires: automake >= 1.8
|
BuildRequires: automake >= 1.8
|
||||||
BuildRequires: fflas-ffpack-devel
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: iml-devel
|
BuildRequires: iml-devel
|
||||||
@ -38,6 +37,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: mpfr-devel
|
BuildRequires: mpfr-devel
|
||||||
BuildRequires: ntl-devel
|
BuildRequires: ntl-devel
|
||||||
BuildRequires: openblas-devel
|
BuildRequires: openblas-devel
|
||||||
|
BuildRequires: pkgconfig(fflas-ffpack) >= 2.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -72,7 +72,12 @@ developing against the Givaro library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure --disable-static
|
%configure --disable-static \
|
||||||
|
%ifarch %ix86
|
||||||
|
--disable-sse --disable-sse2 \
|
||||||
|
%endif
|
||||||
|
--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 \
|
||||||
|
--disable-avx --disable-avx2 --disable-fma --disable-fma4
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user