Re: [sage-release] Re: Sage 8.8.rc2 released

2019-06-21 Thread Dima Pasechnik
File "src/sage/schemes/hyperelliptic_curves/hyperelliptic_finite_field.py", line 1373, in sage.schemes.hyperelliptic_curves.hyperelliptic_finite_field.HyperellipticCurve_finite_field.zeta_function Failed example: H.zeta_function() Expected: (81*x^4 + 72*x^3 + 32*x^2 + 8*x + 1)/(9*x^2 -

[sage-release] Re: Sage 8.8.rc2 released

2019-06-21 Thread Eric Gourgoulhon
On Ubuntu 18.04 running on bi-Xeon E5-2623 (8 cores) + 16 GB RAM: *- python2: * - incremental build (from 8.8.rc1, with -j16) completed, with Sphinx complaining during the doc build: formatargspec() is now deprecated. Please use sphinx.util.inspect.Signature instead - all tests

Re: [sage-release] Re: Sage 8.8.rc2 released

2019-06-19 Thread Paul Masson
That did indeed fix the issue. Thanks guys! On Wednesday, June 19, 2019 at 6:25:30 PM UTC-7, John H Palmieri wrote: > > This problem is being discussed at https://trac.sagemath.org/ticket/28008. > As François says, you can touch matrix_rational_dense.pyx and do "sage -b", > or you can do "sage

Re: [sage-release] Re: Sage 8.8.rc2 released

2019-06-19 Thread John H Palmieri
This problem is being discussed at https://trac.sagemath.org/ticket/28008. As François says, you can touch matrix_rational_dense.pyx and do "sage -b", or you can do "sage -ba" to rebuild all of Sage's library files, in case other ones are also affected. On Wednesday, June 19, 2019 at 5:52:19

Re: [sage-release] Re: Sage 8.8.rc2 released

2019-06-19 Thread François Bissey
You shouldn't need two copies. It is more like a dependency issue. sage/matrix/matrix_rational_dense.so (and may be other) should be re-built during the incremental build but isn’t/aren't. Touching the relevant .pyx file and using `./sage -b` should fix it. > On 20/06/2019, at 12:48 PM, Paul

[sage-release] Re: Sage 8.8.rc2 released

2019-06-19 Thread Paul Masson
In an incremental build from beta 7 on macOX Mojave (10.14.5), I'm still encountering a crash-inducing issue with openblas. The relevant part of the crash log is ImportError: dlopen(/Users/Masson/Downloads/GitHub/sage/local/lib/python2.7/site-packages/sage/matrix/matrix_rational_dense.so,