Revision: 105573 https://trac.macports.org/changeset/105573 Author: vince@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" }
participants (1)
-
vince@macports.org