Re: math/R: Flang is broken for the foreseeable future; switch arm64 to gfortran

2020-08-13 Thread Brian Callahan
On Thursday, August 13, 2020 10:59 AM, Peter Hessler wrote: > I've slipped this into the currently running aarch64 bulk build, it > fails with: > > ... > checking size of int... configure: error: in > `/usr/obj/ports/R-4.0.2/build-aarch64': > configure: error: cannot compute sizeof (int) > >

math/R: Flang is broken for the foreseeable future; switch arm64 to gfortran

2020-08-13 Thread Brian Callahan
Hi Ingo -- When we upgraded to llvm-10.0.0, I had to mark flang as BROKEN [0] because upstream has not yet ported what is now called Classic Flang to llvm-10, as most efforts have shifted to the new Flang, which has been upstreamed into mainline LLVM. There are plans to upgrade Classic Flang to

Re: math/R: Flang is broken for the foreseeable future; switch arm64 to gfortran

2020-08-13 Thread Peter Hessler
I've slipped this into the currently running aarch64 bulk build, it fails with: ... checking size of int... configure: error: in `/usr/obj/ports/R-4.0.2/build-aarch64': configure: error: cannot compute sizeof (int) -peter On 2020 Aug 13 (Thu) at 14:47:48 + (+), Brian