Re: [sage-release] Sage 9.2.beta7 released

2020-08-04 Thread 'Justin C. Walker' via sage-release
> On Aug 2, 2020, at 16:16 , 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 Built from fresh clones of the 9.2.b7 branch, on three

Re: [sage-release] Sage 9.2.beta7 released

2020-08-04 Thread Dima Pasechnik
On Tue, Aug 4, 2020 at 9:02 AM Thierry Dumont wrote: > > I ran the test again: > > sage-t --long ./parigp.py > > and this gives: > > Warning, slow doctest: > pari('K = bnfinit(y^4-52*y^2+26,1); pol = > rnfkummer(bnrinit(K,3,1),Mat(5)); L = rnfinit(K, pol); > polredabs(polredbest(L.polabs))')

Re: [sage-release] Sage 9.2.beta7 released

2020-08-04 Thread Thierry Dumont
I ran the test again: sage-t --long ./parigp.py and this gives: Warning, slow doctest: pari('K = bnfinit(y^4-52*y^2+26,1); pol = rnfkummer(bnrinit(K,3,1),Mat(5)); L = rnfinit(K, pol); polredabs(polredbest(L.polabs))') # long time Test ran for 500.40 s [13 tests, 500.83 s] Yours, t. Le

Re: [sage-release] Sage 9.2.beta7 released

2020-08-03 Thread Samuel Lelièvre
The failures all have to do with the locale. Do we have a meta-ticket for locale-related problems? Le lun. 3 août 2020 à 20:16, Kenji Iohara a écrit : > > I could compile on Mac OS.10.15.6 without installing gcc@9. > Make ptestlong gives me an error > > -- > You received this message because you

Re: [sage-release] Sage 9.2.beta7 released

2020-08-03 Thread Dima Pasechnik
On Mon, Aug 3, 2020 at 9:26 AM Thierry Dumont wrote: > > On my ubuntu 20-04, migrating from beta6 to beta7: > > -> compilation: no problem. > -> make ptestlong : all test passed ! > > Just this: > > File "src/sage/tests/parigp.py", line 11, in sage.tests.parigp > Warning, slow doctest: > pari(

Re: [sage-release] Sage 9.2.beta7 released

2020-08-03 Thread Thierry Dumont
On my ubuntu 20-04, migrating from beta6 to beta7: -> compilation: no problem. -> make ptestlong : all test passed ! Just this: File "src/sage/tests/parigp.py", line 11, in sage.tests.parigp Warning, slow doctest: pari('K = bnfinit(y^4-52*y^2+26,1); pol = rnfkummer(bnrinit(K,3,1),Mat(5)); L

[sage-release] Sage 9.2.beta7 released

2020-08-02 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 83caa4befa (tag: 9.2.beta7, trac/develop) Updated SageMath version to 9.2.beta7 acf026331e Trac #30228: Declare Sec