<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/94cf3fd1364add08d1d8e7d82d67ec644ebbd2ad">https://github.com/macports/macports-ports/commit/94cf3fd1364add08d1d8e7d82d67ec644ebbd2ad</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 94cf3fd  fftw-3: blacklist older compilers
</span>94cf3fd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 94cf3fd1364add08d1d8e7d82d67ec644ebbd2ad
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Mar 22 07:05:12 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    fftw-3: blacklist older compilers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/60145
</span>---
 math/fftw-3/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/fftw-3/Portfile b/math/fftw-3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fdfbbd0..f086a93 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/fftw-3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/fftw-3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,6 +78,8 @@ mpi.setup
</span> 
 # blacklist older versions of clang which do not handle the --enable-avx option (#41622, #41673)
 compiler.blacklist-append {clang <= 211.10.1} gcc-4.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/60145
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append *gcc-3.* *gcc-4.*
</span> 
 configure.args \
     --enable-threads \
</pre><pre style='margin:0'>

</pre>