Re: [sage-release] Re: Sage 8.5.rc0 released

2018-12-14 Thread Dima Pasechnik
see #26713 tldr; open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg On Fri, Dec 14, 2018 at 11:56 PM John H Palmieri wrote: > > Fails to build from scratch on some OS X Mojave machines. I think the issue > is that on the affected machine, there is no

[sage-release] Re: Sage 8.5.rc0 released

2018-12-14 Thread John H Palmieri
Fails to build from scratch on some OS X Mojave machines. I think the issue is that on the affected machine, there is no directory /usr/include. What happens is that due to a configure check (from #26286), zlib is not built, but then Python cannot find zlib and so builds without zlib support.

[sage-release] Re: Sage 8.5.rc0 released

2018-12-13 Thread Sébastien Labbé
On Ubuntu 16.04, the command sage -t --all --optional=sage,optional,external tests the following optional and external doctests: Using --optional=bliss,cbc,ccache,cmake,dot2tex,external,gmpy2,lrslib,memlimit,mpir,normaliz,notedown,pandoc_attributes,pycosat,pynormaliz,python2,rst2ipynb,sage

[sage-release] Re: Sage 8.5.rc0 released

2018-12-11 Thread Eric Gourgoulhon
On Ubuntu 18.04 running on Xeon E5-2623 + 16 GB RAM: - python2: - build (-j16) from a fresh git clone OK - all tests from ptestlong passed - python3: - incremental build (-j16) from 8.5.beta6 OK Eric. -- You received this message because you are subscribed to the Google Groups