diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-02-18 09:39:03 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-02-18 09:39:42 -0500 |
commit | 4a9befd789f03603d4e5d5d4a7a095862a8a5cf4 (patch) | |
tree | 8b5a8be0f6af500ebe489e58abfed0b970e9dd40 /sci-libs/fflas-ffpack | |
parent | sci-libs/onnx: fix build on musl (diff) | |
download | gentoo-4a9befd789f03603d4e5d5d4a7a095862a8a5cf4.tar.gz gentoo-4a9befd789f03603d4e5d5d4a7a095862a8a5cf4.tar.bz2 gentoo-4a9befd789f03603d4e5d5d4a7a095862a8a5cf4.zip |
sci-libs/fflas-ffpack: disable another flaky test
Closes: https://bugs.gentoo.org/924880
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/fflas-ffpack')
-rw-r--r-- | sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/fflas-ffpack/files/fflas-ffpack-2.5.0-no-test-fsyr2k.patch | 30 |
2 files changed, 31 insertions, 0 deletions
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 <michael@orlitzky.com> +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 + |