From d0cd21ef75575d4dc24a04dc986dbdae6901ca61 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Wed, 26 Oct 2016 00:16:09 +0000 Subject: - Update to 3.3.5 - Add SIMD option to easily toggle cpu optimizations (ON by default) - Add OPENMPI option to build the MPI libraries (OFF by default) [1] - Strip slave port binaries - Take maintainership PR: 203847 [1] Submitted by: [1] --- math/fftw3/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/fftw3/files/patch-configure (limited to 'math/fftw3/files/patch-configure') diff --git a/math/fftw3/files/patch-configure b/math/fftw3/files/patch-configure new file mode 100644 index 000000000000..1bc428a294fc --- /dev/null +++ b/math/fftw3/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2016-07-30 20:34:50 UTC ++++ configure +@@ -14397,7 +14397,7 @@ fi + esac + + case "${ax_cv_c_compiler_vendor}" in +- gnu|intel) ++ gnu|intel|clang) + # SSE/SSE2 + if test "$have_sse2" = "yes" -a "x$SSE2_CFLAGS" = x; then + if test "$PRECISION" = d; then flag=msse2; else flag=msse; fi -- cgit v1.2.3