Re: [sage-release] Sage 9.0.beta10 released

2019-12-27 Thread Dima Pasechnik
In flint log there are errors about "unknown type constexpr", which seem to indicate that c++ compiler needs "-std=c++11", which did not make it through somehow, and Apple's clang has a weird default -std= value. Try building flint as follows: CXXFLAGS="$CXXFLAGS -std=c++" ./sage -i flint (or

Re: [sage-release] Sage 9.0.beta10 released

2019-12-26 Thread Samuel Lelièvre
Le jeu. 26 déc. 2019 à 00:28, Samuel Lelièvre: > > On one laptop, > - MacBook Air, Early 2014 > - macOS 10.14.6 Mojave > - Homebrew installed with many packages > - "git pull origin develop" from 9.0.beta9 > - "./configure --with-python=3 && make": ok > - "make testlong": All tests pass!

Re: [sage-release] Sage 9.0.beta10 released

2019-12-26 Thread Eric Gourgoulhon
Le mardi 24 décembre 2019 18:03:53 UTC+1, John Cremona a écrit : > > On behalf of all Sage users and deleopers I would like to thank Volker for > all his efforts over yet another year as release manager. Your work is > much appreciated > +1 Thank you Volker! Here is my report: On Ubuntu

Re: [sage-release] Sage 9.0.beta10 released

2019-12-25 Thread Samuel Lelièvre
Tue 2019-12-24 15:36 UTC, Volker Braun: > > I'm thinking this should be the last beta so, so rc0 will be next. Exciting! > Happy Holidays everyone! Happy holidays Volker! > fcadfadd4e (tag: 9.0.beta10, trac/develop) Updated SageMath version to > 9.0.beta10 On one laptop, - MacBook Air, Early

Re: [sage-release] Sage 9.0.beta10 released

2019-12-24 Thread 'Justin C. Walker' via sage-release
> On Dec 24, 2019, at 07:36 , Volker Braun wrote: > > As always, you can get the latest beta version from the "develop" git branch. > Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html > > I'm thinking this should be the last beta so, so

Re: [sage-release] Sage 9.0.beta10 released

2019-12-24 Thread John Cremona
On behalf of all Sage users and deleopers I would like to thank Volker for all his efforts over yet another year as release manager. Your work is much appreciated and I hope you are able to take a break from it for a few days at least! John On Tue, 24 Dec 2019, 15:36 Volker Braun, wrote: > As

[sage-release] Sage 9.0.beta10 released

2019-12-24 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained source tarball is at http://www.sagemath.org/download-latest.html I'm thinking this should be the last beta so, so rc0 will be next. Happy Holidays everyone! fcadfadd4e (tag: