From cb9da7b371efc768a2b9b34eca29b2079880c04e Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 1 Jul 2015 22:47:33 +0100 Subject: [PATCH] Temporarily disable gmp dependency simply because Cray XC30's I'm benchmarking have a downlevel gmp version that chokes on ::max_align_t where gmp had a bug as far as I recall. --- lib/algorithms/approx/Remez.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/algorithms/approx/Remez.h b/lib/algorithms/approx/Remez.h index 336382d2..e6a973df 100644 --- a/lib/algorithms/approx/Remez.h +++ b/lib/algorithms/approx/Remez.h @@ -15,7 +15,7 @@ #ifndef INCLUDED_ALG_REMEZ_H #define INCLUDED_ALG_REMEZ_H -#include +#include #define JMAX 10000 //Maximum number of iterations of Newton's approximation #define SUM_MAX 10 // Maximum number of terms in exponential