- Update to release 2.5.0
OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=35
This commit is contained in:
parent
406c56fac7
commit
8d3b1c01d1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f372783a17a9899ee9f88d4c9421d80facccb95556146dad7020d07a03791cc9
|
|
||||||
size 1059033
|
|
3
fflas-ffpack-2.5.0.tar.gz
Normal file
3
fflas-ffpack-2.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dafb4c0835824d28e4f823748579be6e4c8889c9570c6ce9cce1e186c3ebbb23
|
||||||
|
size 1098354
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 14 11:15:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.5.0
|
||||||
|
* First support for quasiseparable matrices (Compact Bruhat generators)
|
||||||
|
* Sub-cubic fsyrk (C <- a. A x A^T + b C)
|
||||||
|
- Drop reproducible.patch (merged)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 24 16:11:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sat Aug 24 16:11:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fflas-ffpack
|
# spec file for package fflas-ffpack
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 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,7 +20,7 @@
|
|||||||
|
|
||||||
Name: fflas-ffpack
|
Name: fflas-ffpack
|
||||||
%define lname libfflas0
|
%define lname libfflas0
|
||||||
Version: 2.4.3
|
Version: 2.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Finite Field Linear Algebra Subroutines
|
Summary: Finite Field Linear Algebra Subroutines
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -28,8 +28,7 @@ Group: Productivity/Scientific/Math
|
|||||||
URL: https://linbox-team.github.io/fflas-ffpack/
|
URL: https://linbox-team.github.io/fflas-ffpack/
|
||||||
|
|
||||||
#Git-Clone: https://github.com/linbox-team/fflas-ffpack
|
#Git-Clone: https://github.com/linbox-team/fflas-ffpack
|
||||||
Source: https://github.com/linbox-team/fflas-ffpack/releases/download/%version/fflas-ffpack-%version.tar.gz
|
Source: https://github.com/linbox-team/fflas-ffpack/releases/download/v%version/fflas-ffpack-%version.tar.gz
|
||||||
Patch1: reproducible.patch
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -89,13 +88,15 @@ trap "cat config.log; exit 1" ERR
|
|||||||
%else
|
%else
|
||||||
--with-blas-libs="-lcblas -lblas" \
|
--with-blas-libs="-lcblas -lblas" \
|
||||||
%endif
|
%endif
|
||||||
--enable-doc --with-docdir="%_docdir/%name" --disable-simd
|
--enable-doc --with-docdir="%_docdir/%name" \
|
||||||
|
--disable-simd --without-archnative
|
||||||
trap "" ERR
|
trap "" ERR
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -f "%buildroot/%_docdir/%name/fflas-ffpack-html/INSTALL"
|
rm -f "%buildroot/%_docdir/%name/fflas-ffpack-html/INSTALL"
|
||||||
|
perl -i -lpe 's{^#!/usr/bin/env bash$}{#!/bin/bash}g' %buildroot/%_bindir/*-config
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
Index: fflas-ffpack-2.3.2/configure.ac
|
|
||||||
===================================================================
|
|
||||||
--- fflas-ffpack-2.3.2.orig/configure.ac
|
|
||||||
+++ fflas-ffpack-2.3.2/configure.ac
|
|
||||||
@@ -172,9 +172,6 @@ echo "----------------------------------
|
|
||||||
FF_CHECK_OMP
|
|
||||||
|
|
||||||
|
|
||||||
-# Checks which SIMD optimization flags to use and set SIMD_CFLAGS accordingly
|
|
||||||
-INSTR_SET
|
|
||||||
-AC_SUBST(SIMD_FLAGS)
|
|
||||||
|
|
||||||
dnl gcc-4.9.2 bug See https://trac.sagemath.org/ticket/17635#comment:178
|
|
||||||
AS_IF([ test "x$CCNAM" = "xgcc492" ],[REQUIRED_FLAGS="${REQUIRED_FLAGS} -fpermissive"],[])
|
|
Loading…
Reference in New Issue
Block a user