Re: Reason for rpath usage on arm64

2022-05-30 Thread Ken Cunningham
Iain has added what MacPorts needed to the gcc branches he maintains, and plans to push them through. This option will let us add the needed rpath to where MacPorts puts the gcc libraries. --with-darwin-add-path= Also, re cmake PG, changing the cmake option for in-build library paths should

Re: Reason for rpath usage on arm64

2022-05-30 Thread Ken Cunningham
ah yes, your question was arm64-specific so that led to the gcc assumption. the way the cmake PG configures cmake breaks testing on all archs and systems. this comes up regularly, eg https://lists.macports.org/pipermail/macports-dev/2021-September/043754.html Perhaps it might beneficially be

Re: Reason for rpath usage on arm64

2022-05-30 Thread Ryan Schmidt
On May 30, 2022, at 01:01, Ken Cunningham wrote: > ah yes, your question was arm64-specific so that led to the gcc assumption. > > the way the cmake PG configures cmake breaks testing on all archs and systems. It worked for me on Catalina x86_64 but not on Big Sur arm64, and I was trying to