commit:     4a9befd789f03603d4e5d5d4a7a095862a8a5cf4
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 14:39:03 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 14:39:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9befd7

sci-libs/fflas-ffpack: disable another flaky test

Closes: https://bugs.gentoo.org/924880
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild |  1 +
 .../files/fflas-ffpack-2.5.0-no-test-fsyr2k.patch  | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild 
b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
index 90005f9a7fc4..46851e065012 100644
--- a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
+++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild
@@ -27,6 +27,7 @@ PATCHES=(
        "${FILESDIR}/${PN}-2.5.0-blaslapack.patch"
        "${FILESDIR}/${PN}-2.4.3-no-test-echelon.patch"
        "${FILESDIR}/${PN}-2.4.3-fix-pc-libdir.patch"
+       "${FILESDIR}/${PN}-2.5.0-no-test-fsyr2k.patch"
 )
 
 pkg_pretend() {

diff --git 
a/sci-libs/fflas-ffpack/files/fflas-ffpack-2.5.0-no-test-fsyr2k.patch 
b/sci-libs/fflas-ffpack/files/fflas-ffpack-2.5.0-no-test-fsyr2k.patch
new file mode 100644
index 000000000000..102f5f7dd90b
--- /dev/null
+++ b/sci-libs/fflas-ffpack/files/fflas-ffpack-2.5.0-no-test-fsyr2k.patch
@@ -0,0 +1,30 @@
+From 59ba369aee228b0d166cd7f86d365b17a0104777 Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky <[email protected]>
+Date: Sun, 18 Feb 2024 07:39:09 -0500
+Subject: [PATCH 1/1] tests/Makefile.am: disable test-fsyr2k
+
+We have a report of this failing on Gentoo, and it's unlikely to get
+fixed any time soon. In any case it's reported upstream at,
+
+  https://github.com/linbox-team/fflas-ffpack/issues/393
+
+Bug: https://bugs.gentoo.org/924880
+---
+ tests/Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index cd73818..2941182 100755
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -57,7 +57,6 @@ BASIC_TESTS =               \
+               test-quasisep       \
+               test-pluq-check     \
+               test-fsyrk          \
+-              test-fsyr2k          \
+               test-fsytrf          \
+               test-invert-check   \
+               test-rankprofiles   \
+-- 
+2.43.0
+

Reply via email to