Re: For anyone looking for a worthy project -> not one of the boost ports can build universal x86_64/arm64, which prevents a lot of ports from building universal

2023-02-17 Thread Ken Cunningham
building boost 176 universal on my M1 bogs down in the selection of the assembly context files. All the correct assembly files are not included, so the link phase fails. It looks fixable, but have to sort out how to get them right.

Re: For anyone looking for a worthy project -> not one of the boost ports can build universal x86_64/arm64, which prevents a lot of ports from building universal

2023-02-15 Thread Ken Cunningham
thanks, that looks like a good start !

Re: For anyone looking for a worthy project -> not one of the boost ports can build universal x86_64/arm64, which prevents a lot of ports from building universal

2023-02-14 Thread John Ross Hunt
Here's the patch I use for boost176.  It's a bit hackish, but builds an x86_64/arm64 universal binary on Intel.  Untested on Apple silicon, though. On 2/14/23 10:19 AM, Ken Cunningham wrote: just thought I'd point that one out, for interested folks. Best, Ken -jrh--- Portfile2023-02-14

For anyone looking for a worthy project -> not one of the boost ports can build universal x86_64/arm64, which prevents a lot of ports from building universal

2023-02-14 Thread Ken Cunningham
just thought I'd point that one out, for interested folks. Best, Ken