Re: [sage-support] how to add a patch

2015-03-22 Thread John Cremona
On 21 March 2015 at 21:40, drazi...@gmail.com wrote: I had found the ticket 12051 from this blog here http://gsoc-sage-lattices.blogspot.gr/2012/06/update-on-basis-coercion-lll-and-fincke.html I don't know if the writer of the blog is the author of the code. Maybe, we can ask him. The patch

[sage-support] Re: Flint/NTL error while compiling sage 6.4.1

2015-03-22 Thread Brett
Hi Yoe, I wondered if/how you got around this problem... I seem to have the same/similar one. Thanks, Brett On Friday, January 23, 2015 at 9:29:54 AM UTC-7, Yoe wrote: Hello, I'm trying to compile Sage 6.4.1 from tarball on CentOS 6.6 and 7.0, 64-bit architecture. Directories owner is

Re: [sage-support] how to add a patch

2015-03-22 Thread Vincent Delecroix
On 22/03/2015, John Cremona john.crem...@gmail.com wrote: On 21 March 2015 at 21:40, drazi...@gmail.com wrote: I had found the ticket 12051 from this blog here http://gsoc-sage-lattices.blogspot.gr/2012/06/update-on-basis-coercion-lll-and-fincke.html I don't know if the writer of the blog is

[sage-support] running a .spyx file?

2015-03-22 Thread John H Palmieri
Did running a .spyx file break? If I have a file testing.spyx' containing import sage.all sage.all.ZZ and then I run 'sage testing.spyx', I get an error: AttributeError: 'module' object has no attribute 'all' I think this ought to work. Should 'from sage.all import *' work also? It