install_name_tool problem with symlinks on Xcode 12.2

2020-11-24 Thread Ryan Schmidt
Heads up! install_name_tool in Xcode 12.2 -- the version we are using for Big Sur -- has a bug that could affect ports. If you give install_name_tool a path to a symlink to a library, you might expect it to modify the library, and that's what it did in previous versions of Xcode. But in Xcode 12

Re: install_name_tool problem with symlinks on Xcode 12.2

2020-11-24 Thread Ken Cunningham
> install_name_tool in Xcode 12.2 -- the version we are using for Big Sur -- > has a bug that could affect ports. The source code for the Xcode 12.2 version is not yet up on the Apple Open Source website. The last version up there is Xcode 11.3.1 (cctools-949).

llvm/clang/lldb -devel on Apple Silicon

2020-11-24 Thread Ken Cunningham
So the latest build of llvm etc did build through and install on Apple Silicon That is a milestone of sorts I think. This allows openmp, and the first alternative compiler to try for failed builds. I’ll move this into llvm/clang 11 soon, once I finish wrestling with the github PG. Best, Ken

Re: llvm/clang/lldb -devel on Apple Silicon

2020-11-24 Thread Michael Dickens
Very cool! Does this Clang provide Fortran compiling yet? - MLD On Tue, Nov 24, 2020, at 12:47 PM, Ken Cunningham wrote: > So the latest build of llvm etc did build through and install on Apple Silicon > > That is a milestone of sorts I think. > > This allows openmp, and the first alternative co

Re: llvm/clang/lldb -devel on Apple Silicon

2020-11-24 Thread Chris Jones
> On 24 Nov 2020, at 6:02 pm, Michael Dickens wrote: > > Very cool! Does this Clang provide Fortran compiling yet? - MLD Strictly speaking, clang will never support fortran. Flang, is an additional frontend to LLVM that aims to be a production quality fortran compiler for the LLVM ecosyst

Re: llvm/clang/lldb -devel on Apple Silicon

2020-11-24 Thread Ken Cunningham
sadly, today, flang is pretty much useless for us. It can only process source and send it off to another fortran compiler ( a commercial one from the company that donated flang to the community) to be compiled. But obviously that will disappear in due course, and flang will work independently

port maintainers: please test check for implicit decls

2020-11-24 Thread Clemens Lang
Hello port maintainers, I just merged https://github.com/macports/macports-base/pull/217, a sanity check that runs after the configure phase to detect implicitly declared functions in autotools configure scripts. This will become a significant problem with the release of Big Sur, since Apple has