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

vince at macports.org vince at macports.org
Thu Apr 25 09:34:35 PDT 2013


Revision: 105573
          https://trac.macports.org/changeset/105573
Author:   vince at macports.org
Date:     2013-04-25 09:34:35 -0700 (Thu, 25 Apr 2013)
Log Message:
-----------
Re-enable clang-3.3 option and disable vectorizing flags that cause computation errors.

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

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2013-04-25 16:28:01 UTC (rev 105572)
+++ trunk/dports/math/atlas/Portfile	2013-04-25 16:34:35 UTC (rev 105573)
@@ -7,7 +7,7 @@
 license                 BSD
 name                    atlas
 version                 3.10.1
-revision                4
+revision                5
 
 # additional versions
 set lapackversion       3.4.2
@@ -231,8 +231,7 @@
     } else {
 
         # Clang 3.3 – Use loop and straight vectorizer
-        set clang_flags "-O3 -fomit-frame-pointer -fPIC\
-                         -fvectorize -fslp-vectorize-aggressive"
+        set clang_flags "-O3 -fomit-frame-pointer -fPIC"
 
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130425/668721f1/attachment-0001.html>


More information about the macports-changes mailing list