Package: fflas-ffpack / 2.4.3-2

no-test-echelon.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Disable test-echelon
Bug: https://github.com/linbox-team/fflas-ffpack/issues/282
Bug-Debian: https://bugs.debian.org/967088
Origin: https://725446.bugs.gentoo.org/attachment.cgi?id=641924
Last-Update: 2020-08-04

--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,7 +56,6 @@
 		test-rankprofiles   \
 		test-det            \
 		test-det-check     \
-		test-echelon        \
 		test-charpoly       \
 		test-charpoly-check \
 		test-minpoly		\
@@ -119,7 +118,6 @@
 test_invert_check_SOURCES = test-invert-check.C
 test_charpoly_check_SOURCES = test-charpoly-check.C
 test_minpoly_SOURCES = test-minpoly.C
-test_echelon_SOURCES           = test-echelon.C
 test_rankprofiles_SOURCES           = test-rankprofiles.C
 test_fgemm_SOURCES             = test-fgemm.C
 test_fger_SOURCES             = test-fger.C