[MacPorts] #64954: boost177 @1.77.0+universal: error: 64-bit PPC compilation is not supported when targeting OSX 10.6 or later
MacPorts
noreply at macports.org
Mon Apr 25 16:23:57 UTC 2022
#64954: boost177 @1.77.0+universal: error: 64-bit PPC compilation is not supported
when targeting OSX 10.6 or later
-----------------------+-----------------------
Reporter: kithrup | Owner: michaelld
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords:
Port: boost177 |
-----------------------+-----------------------
Comment (by kithrup):
I locally changed it to
{{{
} else if $(address-model) = 64 {
if $(support-ppc64) {
options = -arch x86_64 -arch ppc64 ;
} else {
options = -arch x86_64 -arch arm64 ;
}
} else {
}}}
and it seems to have built & installed.
--
Ticket URL: <https://trac.macports.org/ticket/64954#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list