[sage-devel] Sage-5.0-beta5 build failed on linux

2012-02-26 Thread Jonathan Hanke
Hi, I am trying to build the latest development version of SAGE on a large multiprocessor dell linux machine, and it failed with the following error message. The error message is rather cryptic, so please let me know if there is any specific architecture/log information you need. Thanks, -Jon

[sage-devel] Build of GMP-ECM fails for sage 4.8 (on a buildbot node)

2012-02-25 Thread Jonathan Hanke
Hi, I was trying to build sage-4.8 on a Sun Fire 4450 server ( parsley.math.uga.edu) running Redhat linux and I'm having some issues. It appears to fail when building GMP-ECM, but I'm a little confused because this machine is included in the automated buildbot testing framework. I have included

[sage-devel] Help with simple C++/Cython Example

2012-02-25 Thread Jonathan Hanke
Hi, I was trying to get the C++ cython example described in the docs ( http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html) to build in Sage 4.8, but I'm getting some errors I don't understand. I created a separate development branch called "sage-c_extensions", added extension lines

[sage-devel] Make check fails for sage 4.6.2 build

2011-04-01 Thread Jonathan Hanke
Hi, I was building sage 4.6.2 on a Sun Fire 4450 server (called parsley) running Redhat linux, and the there was a preparser failure when running make check. Is this something I should be concerned about? I thought that the new sage builds are automatically tested on this architecture, so how ca

[sage-devel] QuadraticForm Impact/Usage information?

2011-03-02 Thread Jonathan Hanke
Help out a fellow colleague with his promotion file. Have you ever used quadratic forms in Sage? If so, please send me an email at letting me know, or just respond to this email. Thanks! -Jon =) -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this

[sage-devel] Failed to build Atlas in Sage 4.5.2 on Xenon processor.

2010-08-23 Thread Jonathan Hanke
Hi, I'm trying to build sage 4.5.2 on a Sun Fire X4450 server (Intel Xenon processors) running Redhat linux (Enterprise edition), and get an error when building Atlas in the make script. Any comments are appreciated. Thanks, -Jon =) ---

[sage-devel] Question about multivariate power series.

2009-08-28 Thread Jonathan Hanke
Hi, I was wondering if there is (or is planned) support for natural multivariate power series ring constructions (with say fixed precision for each variable) similar to that of polynomal rings? It would be nice to be able to say something like S = PowerSeriesRing(QQ, 'x,y', [15, 20]) or S. = Pow

[sage-devel] Question about Exception Handling in Automated Doctesting

2009-04-29 Thread Jonathan Hanke
I was wondering if there is a way of passing a doctest which correctly raises an exception? I tried the #random comment, but it doesn't pass with this. I also didn't find anything in the manual at http://www.sagemath.org/doc/developer/conventions.html?highlight=doctest#documentation-strings abo

[sage-devel] Trouble building 3.4.1 on Mac Pro

2009-04-25 Thread Jonathan Hanke
Hi, I'm having trouble with building gmp-mpir in sage 3.4.1 on my Mac Pro. I have previously successfully built 3.1.2 without any difficulty. Any comments are appreciated. Thanks, -Jon =) --- The Hardware overview is Model N

[sage-devel] Question about determinants failing over GF(2)

2009-03-04 Thread Jonathan Hanke
Hi, I'm getting a strange error message in the library that I'm having trouble reproducing at the prompt for determinants over GF(2). The full commands to create the message are below, using the sage in ~jonhanke/sage3.3.rc0_bad directory on the sage.math machine. Thanks, -Jon =)

[sage-devel] Sage/Mercurial Merge Question

2008-09-30 Thread Jonathan Hanke
Hi, I have a question about how to merge patches when they misbehave. I have some development code in a sage 2.8.14 branch which I want to merge to the newest version of sage on another machine (both Macs). To do this I installed mercurial, compiled the new sage, and cloned a new branch from it

[sage-devel] Re: hg_sage.push() and other minor changes.

2007-12-01 Thread Jonathan Hanke
Sorry, but there was a bug. Here's the updated bundle. Thanks, -Jon =) --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at ht

[sage-devel] hg_sage.push() and other minor changes.

2007-12-01 Thread Jonathan Hanke
Hi All, I noticed that the push() method was missing in sage-2.8.14, so here is a patch. I also added current_branch() and list_branches() for the convenience of those who may want to manage multiple branches simultaneously. I was also interested in being able to have a separate default outgoing