[sage-devel] Foundation for scientific python software

2011-10-04 Thread Jason Grout
Recently, Travis Oliphant posted to the numpy list about starting a foundation to support scientific python software development: http://thread.gmane.org/gmane.comp.python.numeric.general/46232 They set up a mailing list here: https://groups.google.com/group/fastecuhla I post here because (a)

Re: [sage-devel] Re: sagenb.org down?

2011-10-04 Thread William Stein
On Tue, Oct 4, 2011 at 5:02 AM, Jason Grout wrote: > On 10/4/11 6:57 AM, Jason Grout wrote: >> >> Other times, the formatting is gone (it looks like maybe a CSS page >> didn't load), the OpenID icons are gone, etc. > > Indeed: in the error console, I see things like jquery.js, jquery.openid.js, >

Re: [sage-devel] Re: Options for sage -pkg

2011-10-04 Thread Jeroen Demeyer
On 2011-10-04 15:44, leif wrote: > * We get integrity checking / checksums without further changes and > without additional files. (We may have to support gzip in sage-spkg, > but the required changes are trivial.) I really do not understand how md5sums are related to compression. -- To post to

[sage-devel] Re: building Sage on Lion

2011-10-04 Thread rjf
On Oct 1, 10:41 am, William Stein wrote: > On Sat, Oct 1, 2011 at 9:46 AM, rjf wrote: > > > On Oct 1, 9:35 am, Dima Pasechnik wrote: > >> It's actually a good point. Apple tries to target educational users by > >> offering discounts etc... > > > True, and you could also point out that Sage can

[sage-devel] Re: Options for sage -pkg

2011-10-04 Thread leif
On 4 Okt., 15:56, Volker Braun wrote: > I agree that we should just compress every spkg we distribute, but while > developing the spkg its nice to be able to turn off compression as it can > take quite a bit of time. The change proposed on #352 was to use 'gzip -1' for "uncompressed" spkgs, which

[sage-devel] Re: Options for sage -pkg

2011-10-04 Thread Volker Braun
I agree that we should just compress every spkg we distribute, but while developing the spkg its nice to be able to turn off compression as it can take quite a bit of time. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to s

[sage-devel] Re: Options for sage -pkg

2011-10-04 Thread leif
On 4 Okt., 12:38, Alexander Dreyer wrote: > Hi everybody, > I've had added the ability to use command line switches together with > sage -pkg here:http://trac.sagemath.org/sage_trac/ticket/11676 > > For instance, you can write >   sage -pkg -nocompress > instead of sage -pkg_nc, which is the curre

[sage-devel] review request: M4RI update & M4RIE final sign-off

2011-10-04 Thread Martin Albrecht
Hi, It would be great if someone could help with finalising the following two reviews: 1) M4RI update: http://trac.sagemath.org/sage_trac/ticket/11757 This update fixes two bugs + deals with compiler flags nicer. I tested it on the machine where the previous version had issues and everythi

[sage-devel] Re: sagenb.org down?

2011-10-04 Thread Jason Grout
On 10/4/11 6:57 AM, Jason Grout wrote: Other times, the formatting is gone (it looks like maybe a CSS page didn't load), the OpenID icons are gone, etc. Indeed: in the error console, I see things like jquery.js, jquery.openid.js, etc., not loading due to 502 Proxy errors. Thanks, Jason --

[sage-devel] Re: sagenb.org down?

2011-10-04 Thread Jason Grout
On 10/4/11 6:50 AM, Jason Grout wrote: On 10/4/11 6:41 AM, Jason Grout wrote: It seems that sagenb.org is down. I get this: Proxy Error It seems to be back up again now. I take that back. It seems pretty sporadic. Maybe once in 10-20 refreshes I get the Proxy error for a few consecutive

[sage-devel] Re: sagenb.org down?

2011-10-04 Thread Jason Grout
On 10/4/11 6:41 AM, Jason Grout wrote: It seems that sagenb.org is down. I get this: Proxy Error It seems to be back up again now. Thanks, Jason -- 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...@

[sage-devel] sagenb.org down?

2011-10-04 Thread Jason Grout
It seems that sagenb.org is down. I get this: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /. Reason: Error reading from remote server Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.17 with Suhosin-Patch mod_ss

[sage-devel] Options for sage -pkg

2011-10-04 Thread Alexander Dreyer
Hi everybody, I've had added the ability to use command line switches together with sage -pkg here:http://trac.sagemath.org/sage_trac/ticket/11676 For instance, you can write sage -pkg -nocompress instead of sage -pkg_nc, which is the current way to do it. The idea of additional variants for sa