Re: [sage-devel] Problems compiling sage

2019-07-21 Thread Anne Schilling
Thank you! That worked. Anne On Sunday, July 21, 2019 at 4:15:35 PM UTC-7, Dima Pasechnik wrote: > > On Sun, Jul 21, 2019 at 11:54 PM Anne Schilling > > wrote: > > > > Hi! > > > > I am have trouble building the latest version of Sage on MacOS 10.12.6. > > I've seen something like this on OS

Re: [sage-devel] Problems compiling sage

2019-07-21 Thread Dima Pasechnik
On Sun, Jul 21, 2019 at 11:54 PM Anne Schilling wrote: > > Hi! > > I am have trouble building the latest version of Sage on MacOS 10.12.6. I've seen something like this on OSX. Try removing local/share/gap/ and local/lib/gap by hand and then build again. Hope this helps, Dima > > gap-4.10.2.p0

[sage-devel] Problems compiling sage

2019-07-21 Thread Anne Schilling
Hi! I am have trouble building the latest version of Sage on MacOS 10.12.6. gap-4.10.2.p0/inst/Applications/sage/local/./share/gap/bin/x86_64-apple-darwin16.7.0-default64-kv3/src Error copying files for gap-4.10.2.p0. **

[sage-devel] Re: Introducing a new feature: graphics insets

2019-07-21 Thread Eric Gourgoulhon
Now that the dependency ticket #27865 has been merged in Sage 8.9.beta0, it would nice if someone could review #27866, so that the graphic inset functionality is included in Sage 8.9 release... IMHO, this functiona

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

2019-07-21 Thread 'Julien Puydt' via sage-devel
Le 21/07/2019 à 13:19, John Cremona a écrit : > > On Sat, 20 Jul 2019 at 21:08, 'Julien Puydt' via sage-devel > mailto:sage-devel@googlegroups.com>> wrote: > > Le 19/07/2019 à 16:41, John Cremona a écrit : > > > Not written by me, just used by me to update Sage's optional package.  >

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

2019-07-21 Thread John Cremona
On Sat, 20 Jul 2019 at 21:08, 'Julien Puydt' via sage-devel < sage-devel@googlegroups.com> wrote: > 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/ellipt

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

2019-07-21 Thread Kwankyu Lee
There is already a ticket for that: https://trac.sagemath.org/ticket/26254 but no one is working on it. On Sunday, July 21, 2019 at 1:32:24 AM UTC+9, John H Palmieri wrote: > > See > https://ask.sagemath.org/question/47214/help-doesnt-show-function-call/. > Some of the time when you evaluate >

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

2019-07-21 Thread Simon King
On 2019-07-21, Travis Scrimshaw wrote: > Maybe a difference between Python and Cython classes? If I recall correctly, Cython can be made to embed information into the docstring, because otherwise that information wouldn't be accessible. And with Python classes that information is directly availab

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

2019-07-21 Thread Travis Scrimshaw
Maybe a difference between Python and Cython classes? Best, Travis On Sunday, July 21, 2019 at 2:32:24 AM UTC+10, John H Palmieri wrote: > > See > https://ask.sagemath.org/question/47214/help-doesnt-show-function-call/. > Some of the time when you evaluate > >blah? > > the signature is not