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
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
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
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