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

sean at macports.org sean at macports.org
Wed Aug 31 20:06:55 PDT 2016


Revision: 152212
          https://trac.macports.org/changeset/152212
Author:   sean at macports.org
Date:     2016-08-31 20:06:55 -0700 (Wed, 31 Aug 2016)
Log Message:
-----------
fftw-3: remove code that fails to build for gcc; fixes #52145

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

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2016-09-01 02:55:11 UTC (rev 152211)
+++ trunk/dports/math/fftw-3/Portfile	2016-09-01 03:06:55 UTC (rev 152212)
@@ -230,14 +230,6 @@
 }
 
 if {${name} == ${subport}} {
-    platform i386 {
-        if {![variant_isset universal]} {
-            configure.args-append       --enable-sse2
-            if { [avx_compiler_isset] == 1 } {
-                configure.args-append   --enable-avx --enable-avx2
-            }
-        }
-    }
     livecheck.type  regex
     livecheck.url   ${homepage}
     livecheck.regex {FFTW (\d+(?:\.\d+)*) is the latest}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160831/4500ad3b/attachment.html>


More information about the macports-changes mailing list