Re: [sage-devel] OS X 10.7 testers needed

2012-04-03 Thread Jeroen Demeyer
Also send me spkg/logs/mpir-2.1.3.p10.log Did you set CFLAGS="-march=native"? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.googl

[sage-devel] Re: D[] notation input for ODEs

2012-04-03 Thread Nils Bruin
On Apr 2, 8:56 pm, Nils Bruin wrote: > In short, the problem is that > > at( f(x,y,z), [x=u,y=v,z=w]) > > is valid in maxima but cannot be handled because of the list embedded > in an expression. Problem solved by extending the grammar accepted by sage.misc.parser.Parser. Now an "arg" can also be

[sage-devel] JRE and malware vulnerability

2012-04-03 Thread kcrisman
With respect to Jmol, there seems to be a lot of traffic about older Java versions and exploitable security holes. http://developers.slashdot.org/story/12/04/03/1350223/mozilla-blocks-vulnerable-java-versions-in-firefox Something similar with Apple, apparently. So just an FYI on this - not that

Re: [sage-devel] OS X 10.7 testers needed

2012-04-03 Thread Justin C. Walker
On Apr 3, 2012, at 16:26 , Jeroen Demeyer wrote: > On 2012-04-04 01:08, Justin C. Walker wrote: >> >> On Apr 3, 2012, at 06:11 , Jeroen Demeyer wrote: >> >>> Could somebody with an OS X 10.7 machine please try to build the >>> following from source, preferably with SAGE_CHECK=yes: >>> >>> http

Re: [sage-devel] OS X 10.7 testers needed

2012-04-03 Thread Jeroen Demeyer
On 2012-04-04 01:08, Justin C. Walker wrote: > > On Apr 3, 2012, at 06:11 , Jeroen Demeyer wrote: > >> Could somebody with an OS X 10.7 machine please try to build the >> following from source, preferably with SAGE_CHECK=yes: >> >> http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.b

Re: [sage-devel] Re: upgrade of networkx spkg (to get Bellman-Ford algorithm)

2012-04-03 Thread Daniel Krenn
Am 2012-04-04 00:43, schrieb Dima Pasechnik: > On 2012-04-03, François Bissey wrote: >> On Tue, 03 Apr 2012 23:38:32 Daniel Krenn wrote: >>> I upgraded the package, available at [1]. The upgrading was really easy; >>> all patches were already included into 1.6, so obsolete. > > Please open a trac

Re: [sage-devel] OS X 10.7 testers needed

2012-04-03 Thread Justin C. Walker
On Apr 3, 2012, at 06:11 , Jeroen Demeyer wrote: > Could somebody with an OS X 10.7 machine please try to build the > following from source, preferably with SAGE_CHECK=yes: > > http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta12-gcc/sage-5.0.beta12-gcc.tar Second download wor

[sage-devel] Re: upgrade of networkx spkg (to get Bellman-Ford algorithm)

2012-04-03 Thread Dima Pasechnik
On 2012-04-03, François Bissey wrote: > On Tue, 03 Apr 2012 23:38:32 Daniel Krenn wrote: >> Am 2012-04-01 12:25, schrieb Daniel Krenn: >> > Am 2012-03-31 19:36, schrieb Dima Pasechnik: >> >> On 2012-03-31, Daniel Krenn wrote: >> >>> At the moment networkx-1.2.p2.spkg is included in Sage. Networkx

Re: [sage-devel] OS X 10.7 testers needed

2012-04-03 Thread Justin C. Walker
On Apr 3, 2012, at 06:11 , Jeroen Demeyer wrote: > Could somebody with an OS X 10.7 machine please try to build the > following from source, preferably with SAGE_CHECK=yes: > > http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta12-gcc/sage-5.0.beta12-gcc.tar Just tried to downl

Re: [sage-devel] Re: upgrade of networkx spkg (to get Bellman-Ford algorithm)

2012-04-03 Thread François Bissey
On Tue, 03 Apr 2012 23:38:32 Daniel Krenn wrote: > Am 2012-04-01 12:25, schrieb Daniel Krenn: > > Am 2012-03-31 19:36, schrieb Dima Pasechnik: > >> On 2012-03-31, Daniel Krenn wrote: > >>> At the moment networkx-1.2.p2.spkg is included in Sage. Networkx 1.2 > >>> is > >>> now over 20 month old and

Re: [sage-devel] Re: upgrade of networkx spkg (to get Bellman-Ford algorithm)

2012-04-03 Thread Daniel Krenn
Am 2012-04-01 12:25, schrieb Daniel Krenn: > Am 2012-03-31 19:36, schrieb Dima Pasechnik: >> On 2012-03-31, Daniel Krenn wrote: >>> At the moment networkx-1.2.p2.spkg is included in Sage. Networkx 1.2 is >>> now over 20 month old and networkx 1.6 is available. Does anyone plan >>> upgrading this?

Re: [sage-devel] Improving differential equation solvers

2012-04-03 Thread David Joyner
On Tue, Apr 3, 2012 at 1:56 PM, john.hoebing wrote: > Its probably a good time to see what we can do to improve the way sage > handles ordinary differential equations.  I would vote against making > improvements directly to maxima, and instead think about how we can > implement our own de solvers,

[sage-devel] Improving differential equation solvers

2012-04-03 Thread john.hoebing
Its probably a good time to see what we can do to improve the way sage handles ordinary differential equations. I would vote against making improvements directly to maxima, and instead think about how we can implement our own de solvers, perhaps using sympy, or using regular expression matching to

[sage-devel] Re: OS X 10.7 testers needed

2012-04-03 Thread Dima Pasechnik
On 2012-04-03, Jeroen Demeyer wrote: > Could somebody with an OS X 10.7 machine please try to build the > following from source, preferably with SAGE_CHECK=yes: > > http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta12-gcc/sage-5.0.beta12-gcc.tar > needless to say, sqrt5.cs.washi

[sage-devel] Re: sage cells on sage wiki

2012-04-03 Thread Jason Grout
I tested the following with sage -wiki and everything seems to work fine. There don't seem to be any conflicts between jsmath and mathjax, for example. 1. Install the following plugin by copying it into data/plugin/parser/sagecell.py: https://gist.github.com/2288588 2. The following should

[sage-devel] OS X 10.7 testers needed

2012-04-03 Thread Jeroen Demeyer
Could somebody with an OS X 10.7 machine please try to build the following from source, preferably with SAGE_CHECK=yes: http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta12-gcc/sage-5.0.beta12-gcc.tar -- To post to this group, send an email to sage-devel@googlegroups.com To uns

Re: [sage-devel] Lion and 4.8 app dmg

2012-04-03 Thread Ivan Andrus
On Apr 3, 2012, at 12:47 AM, Jason Grout wrote: > Just curious: is the 4.8 app dmg that you can download for OSX 10.6 working > on OSX 10.7 now? Is that the recommended way to run the Sage app on OSX 10.7? > > Jason It should work as well as the non-app version. I can't test it since I don't