Re: [sage-devel] How to deal with MACOSX_DEPLOYMENT_TARGET in Python packages

2019-03-08 Thread Dima Pasechnik
On Fri, Mar 8, 2019 at 2:00 PM Jeroen Demeyer wrote: > > On 2019-03-08 10:42, Jeroen Demeyer wrote: > > (*) For some reason, the analogous C header works > > regardless of MACOSX_DEPLOYMENT_TARGET. Unfortunately, this header is > > not compatible with C++, so I really need . > > I just realized t

Re: [sage-devel] How to deal with MACOSX_DEPLOYMENT_TARGET in Python packages

2019-03-08 Thread Jeroen Demeyer
On 2019-03-08 10:42, Jeroen Demeyer wrote: (*) For some reason, the analogous C header works regardless of MACOSX_DEPLOYMENT_TARGET. Unfortunately, this header is not compatible with C++, so I really need . I just realized that I tried this only with g++ on Linux. With clang++ on OS X, does

Re: [sage-devel] How to deal with MACOSX_DEPLOYMENT_TARGET in Python packages

2019-03-08 Thread Samuel Lelievre
Fri 2019-03-08 11:21:09 UTC+1, Dima Pasechnik: > > I gather openblas has moved to 10.8 from 10.6, see > https://github.com/xianyi/OpenBLAS/issues/1580 > > Realistically, 10.9 is OK too, I don't think it's actually possible to > build current Sage on anything older than 10.11 or so... Current S

Re: [sage-devel] How to deal with MACOSX_DEPLOYMENT_TARGET in Python packages

2019-03-08 Thread Dima Pasechnik
I gather openblas has moved to 10.8 from 10.6, see https://github.com/xianyi/OpenBLAS/issues/1580 Realistically, 10.9 is OK too, I don't think it's actually possible to build current Sage on anything older than 10.11 or so... On Fri, Mar 8, 2019 at 9:42 AM Jeroen Demeyer wrote: > > Hello, > > Wh