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

ram at macports.org ram at macports.org
Tue Dec 3 15:48:35 PST 2013


Revision: 114262
          https://trac.macports.org/changeset/114262
Author:   ram at macports.org
Date:     2013-12-03 15:48:35 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
math/fftw-3-long: ensure --enable-avx is not passed

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

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2013-12-03 23:25:15 UTC (rev 114261)
+++ trunk/dports/math/fftw-3/Portfile	2013-12-03 23:48:35 UTC (rev 114262)
@@ -160,8 +160,11 @@
 
 subport fftw-3-long {
     configure.args-append --enable-long-double
+    if { $is_clang == 1 } {
+        configure.args-delete --enable-avx
+    }
 
-     array set merger_configure_args {
+    array set merger_configure_args {
         ppc    ""
         ppc64  ""
         i386   ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/a58fbaf5/attachment-0001.html>


More information about the macports-changes mailing list