[MacPorts] #51724: compilers-1.0: default to gcc6

MacPorts noreply at macports.org
Thu Sep 1 21:49:17 PDT 2016


#51724: compilers-1.0: default to gcc6
---------------------------+--------------------------------
  Reporter:  ryandesign@…  |      Owner:  macports-tickets@…
      Type:  enhancement   |     Status:  closed
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:
Resolution:  fixed         |   Keywords:
      Port:                |
---------------------------+--------------------------------

Comment (by ryandesign@…):

 If the issue is really specific to 10.5 PPC, you could write:

 {{{
 if {${os.platform} eq "darwin" && ${os.version} == 9 && ${os.arch} eq
 "powerpc"} {
     set compilers.gcc_default gcc5
 } else {
     set compilers.gcc_default gcc6
 }
 }}}

 Of course, I would rather fix #51388.

-- 
Ticket URL: <https://trac.macports.org/ticket/51724#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list