unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 8828c0861495cd0cf48dd92e46cdd97a01addf0b 895 bytes (raw)
name: patches/gsl-test-i686.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
Work around a test failure due to a rounding issue on 32-bit
platforms, as reported at:

  https://lists.gnu.org/archive/html/bug-gsl/2016-10/msg00000.html

--- gsl-2.2.1/linalg/test.c	2016-10-05 13:27:42.464059730 +0200
+++ gsl-2.2.1/linalg/test.c	2016-10-05 13:27:46.988095882 +0200
@@ -4843,9 +4843,6 @@ main(void)
   gsl_test(test_cholesky_decomp_unit(),  "Cholesky Decomposition [unit triangular]");
   gsl_test(test_cholesky_solve(),        "Cholesky Solve");
 
-  gsl_test(test_cholesky_decomp(r),      "Cholesky Decomposition");
-  gsl_test(test_cholesky_invert(r),      "Cholesky Inverse");
-  gsl_test(test_pcholesky_decomp(r),     "Pivoted Cholesky Decomposition");
   gsl_test(test_pcholesky_solve(r),      "Pivoted Cholesky Solve");
   gsl_test(test_pcholesky_invert(r),     "Pivoted Cholesky Inverse");
   gsl_test(test_mcholesky_decomp(r),     "Modified Cholesky Decomposition");

debug log:

solving 8828c0861495cd0cf48dd92e46cdd97a01addf0b ...
found 8828c0861495cd0cf48dd92e46cdd97a01addf0b in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).