[126963] trunk/dports/lang/g95/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Oct 18 08:46:33 PDT 2014
> On Oct 18, 2014, at 7:05 AM, takeshi at macports.org wrote:
>
> Revision
> 126963
> Author
> takeshi at macports.org
> Date
> 2014-10-18 05:05:00 -0700 (Sat, 18 Oct 2014)
> Log Message
>
> g95: blacklist clang on Lion and Mountain Lion
> Modified Paths
>
> • trunk/dports/lang/g95/Portfile
> +if {${os.major} == 11 || ${os.major} == 12} {
> + compiler.blacklist-append *clang*
> +}
This is unusual. What's the basis for this? Is it because of libstdc++? or because of the clang version? or something else?
More information about the macports-dev
mailing list