Changes between Initial Version and Version 1 of Ticket #57737, comment 4


Ignore:
Timestamp:
Dec 6, 2018, 11:37:56 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57737, comment 4

    initial v1  
    2020}}}
    2121
    22 The blacklisting in the clang-3.9 Portfile already excludes clang-3.4, but as all the compilers are blacklisted, it winds up circling back to `gcc-4.2` on Leopard, which of course fails as it is not c++11.
     22The blacklisting in the clang-3.9 Portfile already excludes clang-3.4, but as all the compilers are blacklisted, it winds up circling back to `gcc-4.2` on Leopard, which of course fails as it is not c++11. (That's how I came to attempt to build it with clang-3.4.)
    2323
    2424I'm not 100% certain we can automate this fully, but we could add clang-3.7 as a fallback compiler in the clang-3.9 Portfile.