[sage-devel] Re: Changes to supported platforms

2012-05-04 Thread Johan Grönqvist
2012-05-02 21:44, Jeroen Demeyer skrev: On 2012-05-02 21:40, Johan Grönqvist wrote: 2012-05-02 10:44, Jeroen Demeyer skrev: I made some changes to http://wiki.sagemath.org/SupportedPlatforms The only debian version mentioned for sage-5.0 is "Debian 5.0 on x86 (Both 32-bit and 64-bit)" which i

Re: [sage-devel] Re: Can we develop a plan to get 100% doctest coverage?

2012-05-04 Thread Robert Bradshaw
On Thu, May 3, 2012 at 8:50 AM, rjf wrote: > > > It seems to me that "doctests" are supposed to serve two purposes. > Since I have not looked at them (well, maybe one or two over the years?), > my comments may be naive or irrelevant, but here goes. > > documentation has to be written by the progra

[sage-devel] Re: Help with detecting "glibc detected"

2012-05-04 Thread Simon King
Hi Volker, On 4 Mai, 18:37, Volker Braun wrote: > Simon, for debugging and correctness check purposes it would be great to > have a hook to run an optional garbage collection (or anything else) before > each access to a weak dictionary cache in Sage. Did you ever think about > something like that

Re: [sage-devel] sage-5.0.rc0 released

2012-05-04 Thread John H Palmieri
On Friday, May 4, 2012 12:27:33 PM UTC-7, Henry de Valence wrote: > > On Wed, May 2, 2012 at 3:02 AM, Jeroen Demeyer wrote: > > Please build, test, and report! We'd love to hear about your > > experiences with this release. > > Running ./sage -testall -long, I get: > What sort of machine, O

Re: [sage-devel] sage-5.0.rc0 released

2012-05-04 Thread Henry de Valence
On Wed, May 2, 2012 at 3:02 AM, Jeroen Demeyer wrote: > Please build, test, and report!  We'd love to hear about your > experiences with this release. Running ./sage -testall -long, I get: -- The following tests failed:

Re: [sage-devel] sage-5.0.rc0 released

2012-05-04 Thread Anthony David
On Wed, May 2, 2012 at 5:02 PM, Jeroen Demeyer wrote: > Dear Sage lovers, > > We're releasing Sage 5.0.rc0. > > Source archive: > > http://boxen.math.washington.edu/home/release/sage-5.0.rc0/sage-5.0.rc0.tar > > Upgrade path: > > http://boxen.math.washington.edu/home/release/sage-5.0.rc0/sage-5.0.

[sage-devel] eigenvalues for symmetric matrices

2012-05-04 Thread Chris Godsil
I am making an appeal to have the patch http://trac.sagemath.org/sage_trac/ticket/11608 reviewed. For background, I'll be giving some lectures on algebraic graph theory at Simon Fraser University in July (see http://www.sfu.ca/~mdevos/summerschool2012/CourseDetails.html) and I want the student

[sage-devel] Re: Help with detecting "glibc detected"

2012-05-04 Thread Volker Braun
Simon, for debugging and correctness check purposes it would be great to have a hook to run an optional garbage collection (or anything else) before each access to a weak dictionary cache in Sage. Did you ever think about something like that? Right now one can abuse the python debugger hook to

Re: [sage-devel] SAT and MAXSAT in Sage

2012-05-04 Thread Julian Rüth
The author of akmaxsat is a good friend of mine. He was excited to hear that an interface to his solver might be added to Sage. So if you need any additional interface in akmaxsat, he should be able to do something about it. If you start writing a wrapper, please CC me (saraedum) on the ticket — I

[sage-devel] Re: Help with detecting "glibc detected"

2012-05-04 Thread Simon King
Hi Willem Jan, On 4 Mai, 17:37, Willem Jan Palenstijn wrote: > > Anyway, I still wonder: Can't one use valgrind to detect those things? > > > I tried > >  valgrind --log-file=... ./sage -t > > devel/sage/sage/crypto/mq/mpolynomialsystem.py > > and then "glibc detected" did show up on screen. But

Re: [sage-devel] Re: Help with detecting "glibc detected"

2012-05-04 Thread Willem Jan Palenstijn
On Fri, May 04, 2012 at 07:31:46AM +, Simon King wrote: > On 2012-05-04, Simon King wrote: > >> I guess I better try whether garbage collection is related. Or create a > >> hook, such that all occuring calls to Python functions or methods are > >> listed. > > Aha! When disabling garbage coll

Re: [sage-devel] eclib on googlecode

2012-05-04 Thread John Cremona
I answered this partly in your off-list message to me. I can divide the binaries into 3 classes (but the boundaries are not so clear): (1) mwrank (needed to be installed for Sage; none of the others are) (2) programs which *I* need to be installed when I do "make install" on my machine (3) everyt

Re: [sage-devel] eclib on googlecode

2012-05-04 Thread Julien Puydt
Le mercredi 23 février, John Cremona a écrit: > The source for eclib is now at eclib.googlecode.com. The tests seem to be considered as normal programs -- hence installed when typing "make install". If that's not the intent, you should use "noinst_PROGRAMS" instead of "bin_PROGRAMS" in tests/Make

Re: [sage-devel] eclib on googlecode

2012-05-04 Thread Julien Puydt
Le vendredi 04 mai, Julien Puydt a écrit: > I know I can use autogen.sh to get what I need That script should run libtoolize, after aclocal and before automake. Snark on #sagemath -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an emai

Re: [sage-devel] eclib on googlecode

2012-05-04 Thread Julien Puydt
Le vendredi 04 mai, Julien Puydt a écrit: > Le mercredi 23 février, John Cremona a écrit: > > The source for eclib is now at eclib.googlecode.com. > > I tried to compile it, but soon hit a wall: > > jpuydt@newton:/tmp/eclib$ ./configure > configure: error: cannot find install-sh, install.sh, or s

Re: [sage-devel] eclib on googlecode

2012-05-04 Thread Julien Puydt
Le mercredi 23 février, John Cremona a écrit: > The source for eclib is now at eclib.googlecode.com. I tried to compile it, but soon hit a wall: jpuydt@newton:/tmp/eclib$ ./configure configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." Hope that helps, Snark o

[sage-devel] Re: Help with detecting "glibc detected"

2012-05-04 Thread Simon King
On 2012-05-04, Simon King wrote: >> I guess I better try whether garbage collection is related. Or create a >> hook, such that all occuring calls to Python functions or methods are listed. Aha! When disabling garbage collection before the failing test and enabling it afterwards, then the tests pa

[sage-devel] Re: Help with detecting "glibc detected"

2012-05-04 Thread Simon King
PPS: On 2012-05-04, Simon King wrote: > PS: > > I guess I better try whether garbage collection is related. Or create a > hook, such that all occuring calls to Python functions or methods are listed. I tried the latter. But helas, all tests pass when tracing the python calls. Big bug fun here...

Re: [sage-devel] Re: Help with detecting "glibc detected"

2012-05-04 Thread Julien Puydt
Le vendredi 04 mai, Simon King a écrit: > Hi Julien > > On 2012-05-03, Julien Puydt wrote: > >> However, when I give the same commands in an interactive session > >> (without change_warning_output(sys.stdout), since I don't know > >> where to import that from), there is no crash. That's not good