diff --git a/.files b/.files index 39ef142..ff5e6a2 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 44a9362..dacf661 100644 --- a/.rev +++ b/.rev @@ -87,4 +87,12 @@ - Update to new upstream release 2.4.3 725839 + + a6f2b2069db2328b80cdbded0f0362b0 + 2.5.0 + + dimstar_suse + - Update to release 2.5.0 + 940463 + diff --git a/fflas-ffpack-2.4.3.tar.gz b/fflas-ffpack-2.4.3.tar.gz deleted file mode 120000 index f83c9f8..0000000 --- a/fflas-ffpack-2.4.3.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeidbjwvkmr2whmgdsnaw4lcyg62wee4e2mttepe6sigmrkykihblkq \ No newline at end of file diff --git a/fflas-ffpack-2.5.0.tar.gz b/fflas-ffpack-2.5.0.tar.gz new file mode 120000 index 0000000..e0e4215 --- /dev/null +++ b/fflas-ffpack-2.5.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeidu6khd6r4z4tmpdemys7a3ycr3xos6ueosetxngi63ccmwckbpzy \ No newline at end of file diff --git a/fflas-ffpack.changes b/fflas-ffpack.changes index c0d9bf4..660ed2f 100644 --- a/fflas-ffpack.changes +++ b/fflas-ffpack.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Dec 14 11:15:44 UTC 2021 - Jan Engelhardt + +- 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 - Update to new upstream release 2.4.3 diff --git a/fflas-ffpack.spec b/fflas-ffpack.spec index 38644e8..2f15015 100644 --- a/fflas-ffpack.spec +++ b/fflas-ffpack.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: fflas-ffpack %define lname libfflas0 -Version: 2.4.3 +Version: 2.5.0 Release: 0 Summary: Finite Field Linear Algebra Subroutines License: LGPL-2.1-or-later @@ -28,8 +28,7 @@ Group: Productivity/Scientific/Math URL: https://linbox-team.github.io/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 -Patch1: reproducible.patch +Source: https://github.com/linbox-team/fflas-ffpack/releases/download/v%version/fflas-ffpack-%version.tar.gz BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -42,7 +41,7 @@ BuildRequires: blas-devel BuildRequires: cblas-devel %endif BuildRequires: pkg-config -BuildRequires: pkgconfig(givaro) >= 4.1.0 +BuildRequires: pkgconfig(givaro) >= 4.1.2 %description The FFLAS-FFPACK library provides functionalities for dense linear @@ -89,13 +88,15 @@ trap "cat config.log; exit 1" ERR %else --with-blas-libs="-lcblas -lblas" \ %endif - --enable-doc --with-docdir="%_docdir/%name" --disable-simd + --enable-doc --with-docdir="%_docdir/%name" \ + --disable-simd --without-archnative trap "" ERR -make %{?_smp_mflags} +%make_build %install %make_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 %files devel diff --git a/reproducible.patch b/reproducible.patch deleted file mode 100644 index 2145718..0000000 --- a/reproducible.patch +++ /dev/null @@ -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"],[])