Re: Installing universal binaries on Apple M1 using macports

2021-03-31 Thread Sandeep Thakkar
for arm64 and a different macosx-version-min for x86_64. > > > I would say — Yuk. > > > Are you sure you want to build this exactly? If you did want to build a > univeral binary that runs on x86_64 from 10.14 up, and on arm64, you might > well have to build them separately and lipo them together, either manually or > using the muniversal PG to do it for you. > > > Best, > > > Ken > > -- Sandeep Thakkar

Re: Installing universal binaries on Apple M1 using macports

2021-03-30 Thread Sandeep Thakkar
The same behaviour with llvm-11 On Tue, Mar 30, 2021 at 5:10 PM Chris Jones wrote: > Hi, > > Llvm/clang 10 does not work reliably on apple silicon. use llvm/clang 11 > instead. > > Chris > > On 30 Mar 2021, at 7:19 am, Sandeep Thakkar < > sandeep.thak...@enter

Installing universal binaries on Apple M1 using macports

2021-03-29 Thread Sandeep Thakkar
ol -l /opt/local/libexec/llvm-10/lib/libLLVM.dylib| grep "minos\|sdk"* minos 11.0 sdk 11.1 The sdk version looks fine, but why the minos is 11.0? shouldn't it be 10.14 as expected? What am I missing? -- Sandeep Thakkar

Re: How to install on 10.15 with deployment target as 10.13?

2020-06-25 Thread Sandeep Thakkar
mpiler_rt for other > systems like WIndows, etc, it is apparently expected to be found in the > system libraries on Darwin. > > Ken -- Sandeep Thakkar

Re: How to install on 10.15 with deployment target as 10.13?

2020-06-25 Thread Sandeep Thakkar
On Fri, Jun 26, 2020 at 10:41 AM Ryan Schmidt wrote: > > > On Jun 25, 2020, at 23:15, Sandeep Thakkar wrote: > > > > I'm compiling postgres with LLVM support on macOS 10.15 Catalina. The > binaries are supported on 10.13+. On target machine (10.13), the library >

How to install on 10.15 with deployment target as 10.13?

2020-06-25 Thread Sandeep Thakkar
lso did "export MACOSX_DEPLOYMENT_TARGET=10.13" on the terminal where I executed port install clang-8.0 -- Sandeep Thakkar