[153380] trunk/dports/math/fftw-3/Portfile

sean at macports.org sean at macports.org
Thu Sep 29 11:18:06 PDT 2016


Revision: 153380
          https://trac.macports.org/changeset/153380
Author:   sean at macports.org
Date:     2016-09-29 11:18:06 -0700 (Thu, 29 Sep 2016)
Log Message:
-----------
fftw-3: blacklist gcc-4.2; fixes #52158

Modified Paths:
--------------
    trunk/dports/math/fftw-3/Portfile

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2016-09-29 18:06:24 UTC (rev 153379)
+++ trunk/dports/math/fftw-3/Portfile	2016-09-29 18:18:06 UTC (rev 153380)
@@ -68,7 +68,7 @@
 mpi.setup
 
 # blacklist older versions of clang which do not handle the --enable-avx option (#41622, #41673)
-compiler.blacklist-append {clang <= 211.10.1}
+compiler.blacklist-append {clang <= 211.10.1} gcc-4.2
 
 configure.args \
     --enable-threads \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160929/bdb66aa6/attachment.html>


More information about the macports-changes mailing list