From c03abf013bf0724e7c5b7c4c937b0da39b6580b4 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Wed, 30 Dec 2020 00:42:08 +0000 Subject: math/fftw3*: Update to 3.3.9 Changes: http://www.fftw.org/release-notes.html --- math/fftw3/files/patch-configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'math/fftw3/files/patch-configure') diff --git a/math/fftw3/files/patch-configure b/math/fftw3/files/patch-configure index 1bc428a294fc..dab230ed959a 100644 --- a/math/fftw3/files/patch-configure +++ b/math/fftw3/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig 2016-07-30 20:34:50 UTC +--- configure.orig 2020-12-30 00:12:14 UTC +++ configure -@@ -14397,7 +14397,7 @@ fi +@@ -14937,7 +14937,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 + # 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