compiler.whitelist and compiler installation side-effects

René J.V. Bertin rjvbertin at gmail.com
Tue Sep 22 17:24:37 PDT 2015


On Tuesday September 22 2015 19:01:39 Ryan Schmidt wrote:
> 
> On Sep 22, 2015, at 6:39 PM, Ryan Schmidt wrote:
> 
> > compiler.blacklist {clang < 600} {macports-clang < 3.5} macports-clang-3.4 macports-clang-3.3
> > 
> > Apple and the clang project release versions at different times, so Apple clang 600 might not correspond exactly to public clang 3.5. And note also that you would need to specify both "{macports-clang < 3.5}" (to handle the version the user might have selected with "port select clang") and "macports-clang-3.4 macports-clang-3.3" to handle users who have not selected clang and users who have selected a version of clang older than 3.5.
> 
> Well, I suppose the compiler_blacklist_versions portgroup could be smartened to automatically add "macports-clang-3.4 macports-clang-3.3" if you specify "{macports-clang < 3.5}".

Is it me or does this look like there are multiple Ryans discussing among themselves here? :)


More information about the macports-dev mailing list