gcc will now support -stdlib=libc++, etc

2021-03-28 Thread Ken Cunningham
Just an interesting FYI that gcc mainline now has support for the -stdlib=libc++ flag, and will build software against libc++ using the libc++ headers if desired. https://github.com/gcc-mirror/gcc/commit/662b9c55cf06d3df6682ef865fb2b685820317a9 I'm not certain if this is rolling out in the soo

Re: ARM64 Github CI

2021-03-28 Thread Joshua Root
On 2021-3-29 10:04 , Fred Wright wrote: Does MacPorts play nicely with chroot? Unfortunately macOS doesn't play nice with chroot. I looked into it years ago for MPAB and I expect it's only gotten worse since. - Josh

Re: ARM64 Github CI

2021-03-28 Thread Fred Wright
On Fri, 26 Mar 2021, Ryan Schmidt wrote: On Mar 24, 2021, at 17:50, Joshua Root wrote: we would have to set up a self-hosted runner. People have expressed interest in this (for x86_64) every now and then over the years, but as of now we have no ability to do this. Software would need to b

Existing fix for py-scipy shared objects with incorrect @rpath/libmkl_rt.dylib?

2021-03-28 Thread Steven Smith
Re: https://trac.macports.org/ticket/62578 Is there a python or Portfile one-liner fix for the incorrect @rpath issues in py-scipy’s shared objects? We can code up an exhaustive search of the build for all the .so's and use install_name_tool-correct to correct this, but if possible I’d like to