Re: [sage-support] Re: Problem with sagetex with a large file (many sage calculations)

2013-05-04 Thread Dan Drake
On Fri, 03 May 2013 at 01:34PM -0700, Volker Braun wrote: Can you open a trac ticket with a minimal testcase? I realize that minimal means pretty lengthy for your problem, but without any way to reproduce it this is not going to get fixed. Yes, please open a ticket with a testcase. I'd like

[sage-support] Re: problem with gurobi backend in Sage 5.9 under Mac OS X 10.6.8

2013-05-04 Thread Daniel Friedan
Installing gurobi works fine in Sage-5.8 also. So the problem first appeared in Sage-5.9. On Saturday, May 4, 2013 12:10:42 AM UTC-4, Daniel Friedan wrote: The gurobi backend does not seem to get built in Sage-5.9 under Mac OS X 10.6.8. I'm running

[sage-support] Re: problem with gurobi backend in Sage 5.9 under Mac OS X 10.6.8

2013-05-04 Thread Nathann Cohen
Gloops ! You are right ! Gurobi is built if the two files exist, and the first of those is : SAGE_INC + gurobi_c.h Looks like the value of SAGE_INC changed and does not end with a '/' anymore. A patch fixes that. Very short patch, by the way :-) http://trac.sagemath.org/sage_trac/ticket/14531

[sage-support] Conversion of DifferentialForm to a Symbolic form

2013-05-04 Thread nonlinear
Sage 5.4.1 running under Oracle VM on Windows 8. Hi, I got the following code that does total differentiation off a Sage blog: x, y, z = var('x, y, z') U = CoordinatePatch((x, y, z)) F = DifferentialForms(U) f = F(x^2 + y + sin(z)); f g = f.diff(); g cos(z)*dz + 2*x*dx + dy How do I

[sage-support] problems with mpir in upgrading to Sage 5.9

2013-05-04 Thread pong
Sage complains with when building the package mpir-2.6.0.p2. I broswed through the logs and it looks like complains about the complier which the one my sage using is gcc-4.6.3 (I think). I think it might be a similar to the one that I had in upgrading to sage 5.7: