summaryrefslogtreecommitdiff
path: root/harmony/gsl/aarch64-test-failure.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-05-30 22:24:00 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-05-30 22:24:00 +0000
commit6b2b39c0eecce7fd0512ffe1c30266f3640beff1 (patch)
tree74b682b900cca428f7a94b00ce4b2b4312fd6b3b /harmony/gsl/aarch64-test-failure.patch
parentb089308d5658cebf7a721d09994adf4eb56ed1d8 (diff)
downloadpackages-6b2b39c0eecce7fd0512ffe1c30266f3640beff1.tar.gz
packages-6b2b39c0eecce7fd0512ffe1c30266f3640beff1.tar.bz2
packages-6b2b39c0eecce7fd0512ffe1c30266f3640beff1.tar.xz
packages-6b2b39c0eecce7fd0512ffe1c30266f3640beff1.zip
harmony/gsl: fix license and aarch64 build
Diffstat (limited to 'harmony/gsl/aarch64-test-failure.patch')
-rw-r--r--harmony/gsl/aarch64-test-failure.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/harmony/gsl/aarch64-test-failure.patch b/harmony/gsl/aarch64-test-failure.patch
new file mode 100644
index 000000000..0b6e80380
--- /dev/null
+++ b/harmony/gsl/aarch64-test-failure.patch
@@ -0,0 +1,13 @@
+https://lists.gnu.org/archive/html/help-gsl/2017-02/msg00002.html
+
+--- gsl-2.4/linalg/test_cholesky.c.old 2017-06-19 10:00:43.000000000 +0000
++++ gsl-2.4/linalg/test_cholesky.c 2018-05-30 07:37:04.835628069 +0000
+@@ -551,7 +551,7 @@
+ if (N <= 4)
+ {
+ create_hilbert_matrix2(m);
+- test_mcholesky_invert_eps(m, 256.0 * N * GSL_DBL_EPSILON, "mcholesky_invert unscaled hilbert");
++ test_mcholesky_invert_eps(m, 512.0 * N * GSL_DBL_EPSILON, "mcholesky_invert unscaled hilbert");
+ }
+
+ gsl_matrix_free(m);