[105384] trunk/dports/math/atlas/Portfile
Lawrence Velázquez
larryv at macports.org
Fri Apr 19 11:02:09 PDT 2013
On Apr 19, 2013, at 6:31 AM, vince at macports.org wrote:
> Revision: 105384
> https://trac.macports.org/changeset/105384
> Author: vince at macports.org
> Date: 2013-04-19 03:31:54 -0700 (Fri, 19 Apr 2013)
> Log Message:
> -----------
> Disable the clang family compilers.
>
> Modified Paths:
> --------------
> trunk/dports/math/atlas/Portfile
>
> Modified: trunk/dports/math/atlas/Portfile
> ===================================================================
> --- trunk/dports/math/atlas/Portfile 2013-04-19 09:14:25 UTC (rev 105383)
> +++ trunk/dports/math/atlas/Portfile 2013-04-19 10:31:54 UTC (rev 105384)
> @@ -26,8 +26,6 @@
> # No precompiled binaries
> archive_sites
>
> -compiler.blacklist clang clang-mp-3.2 clang-mp-3.3
> -
> homepage http://math-atlas.sourceforge.net/
>
> master_sites sourceforge:math-atlas:atlas \
> @@ -48,6 +46,9 @@
> sha256 60a65daaf16ec315034675942618a2230521ea7adf85eea788ee54841072faf0
>
>
> +compiler.blacklist macports-clang-3.1 macports-clang-3.0
> +compiler.blacklist macports-clang-2.9
This sets the blacklist to "macports-clang-2.9" alone. You probably want this:
compiler.blacklist macports-clang-3.1 macports-clang-3.0 \
macports-clang-2.9
vq
More information about the macports-dev
mailing list