Re: [sage-devel] Error building the documentation with 8.8.beta5

2019-07-20 Thread David Coudert
Working ! Thank you. D. > you need to install full JDK, not just JRE, if you need java/javac. > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Error building the documentation with 8.8.beta5

2019-07-20 Thread Dima Pasechnik
On Sat, Jul 20, 2019 at 9:20 PM David Coudert wrote: > > I had to fully reinstall my laptop (with reformat). So I updated my system to > OSX Mojave, installed last Xcode, command tools, etc., and made a fresh > install of 8.9.beta3, but I still have the same issue :( > > I have installed Java 8

Re: [sage-devel] Error building the documentation with 8.8.beta5

2019-07-20 Thread David Coudert
I had to fully reinstall my laptop (with reformat). So I updated my system to OSX Mojave, installed last Xcode, command tools, etc., and made a fresh install of 8.9.beta3, but I still have the same issue :( I have installed Java 8 update 221 (last version) But when I try:

Re: [sage-devel] Cremona's database of elliptic curves over rationals : compilation?

2019-07-20 Thread 'Julien Puydt' via sage-devel
Le 19/07/2019 à 16:41, John Cremona a écrit : > Not written by me, just used by me to update Sage's optional package.  > William would remember who wrote it. I crossed the build/pkgs/elliptic_curves and src/sage/databases/cremona.py files and obtained the following build script. I'm a bit

[sage-devel] signature missing in introspection some of the time

2019-07-20 Thread John H Palmieri
See https://ask.sagemath.org/question/47214/help-doesnt-show-function-call/. Some of the time when you evaluate blah? the signature is not present. Is this a bug or is it intended? I like this behavior: sage: A = SteenrodAlgebra() sage: A.antipode? Signature: B.antipode(self, *args)

Re: [sage-devel] uninstall package

2019-07-20 Thread Dima Pasechnik
On Sat, Jul 20, 2019 at 8:15 AM Vincent Delecroix <20100.delecr...@gmail.com> wrote: > > Thanks. > > For the awali optional packages, the uninstall script does nothing... Is > there something specific to be done to make it work? The uninstaller looks in local/var/lib/sage/installed/awali-* for a

Re: [sage-devel] uninstall package

2019-07-20 Thread Vincent Delecroix
Thanks. For the awali optional packages, the uninstall script does nothing... Is there something specific to be done to make it work? Le 20/07/2019 à 09:13, Dima Pasechnik a écrit : one can run make -clean which will invoke the script in question to uninstall . On Sat, Jul 20,

Re: [sage-devel] uninstall package

2019-07-20 Thread Dima Pasechnik
one can run make -clean which will invoke the script in question to uninstall . On Sat, Jul 20, 2019 at 8:07 AM Vincent Delecroix <20100.delecr...@gmail.com> wrote: > > Dear all, > > Since https://trac.sagemath.org/ticket/25139 we are supposed to be > able to uninstall packages (see

[sage-devel] Re: uninstall package

2019-07-20 Thread Vincent Delecroix
I sort of found the answer by grepping the source code $ make PKG-clean that most of the time calls $ sage-spkg-uninstall PKG Shouldn't we make it visible in the documentation? Le 20/07/2019 à 09:04, Vincent Delecroix a écrit : Dear all, Since https://trac.sagemath.org/ticket/25139 we

[sage-devel] uninstall package

2019-07-20 Thread Vincent Delecroix
Dear all, Since https://trac.sagemath.org/ticket/25139 we are supposed to be able to uninstall packages (see the script build/sage_bootstrap/uninstall.py). But I did not find any documentation on how to actually call the command. Is it intended to be called directly? Should we add an uninstall