[105324] trunk/dports/math/atlas/Portfile

vince at macports.org vince at macports.org
Wed Apr 17 11:49:08 PDT 2013


Revision: 105324
          https://trac.macports.org/changeset/105324
Author:   vince at macports.org
Date:     2013-04-17 11:49:08 -0700 (Wed, 17 Apr 2013)
Log Message:
-----------
Workaround for a regression in llvm/clang 3.3

Modified Paths:
--------------
    trunk/dports/math/atlas/Portfile

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2013-04-17 17:59:18 UTC (rev 105323)
+++ trunk/dports/math/atlas/Portfile	2013-04-17 18:49:08 UTC (rev 105324)
@@ -224,8 +224,9 @@
     } else {
 
         # Clang 3.3 – Use loop and straight vectorizer
-        set clang_flags "-O3 -fomit-frame-pointer -fPIC\
-                         -fvectorize -fslp-vectorize"
+        #set clang_flags "-O3 -fomit-frame-pointer -fPIC\
+        #                 -fvectorize -fslp-vectorize"
+        set clang_flags "-O3 -fomit-frame-pointer -fPIC"
 
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130417/578412c9/attachment.html>


More information about the macports-changes mailing list