Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-30 Thread Andrew Straw
David Cournapeau wrote: Andrew Straw wrote: I looked a little further, and it depends on the directory that the tests are run from -- if I manually log into the build slave, I can get the tests to run (in fact, one segfaults) if I try from a different working directory. Anyhow, now that

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-30 Thread Tony S Yu
On Nov 30, 2009, at 4:34 AM, Andrew Straw wrote: However, with svn r7985, the trunk fails to find the tests. This is so weird. There's nothing in that commit that I can see that should cause the failure, but it seems repeatable. r7984 doesn't have it and r7985 does. And it appears to be

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-25 Thread David Cournapeau
Andrew Straw wrote: Michael Droettboom wrote: I know it's been a while since you announced this, but I'm just looking into this now. Also, I got some ways in making the buildbot build with numscons, but I stopped at a bug where it looked like the matplotlib.tests.* modules were not

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-25 Thread Andrew Straw
David Cournapeau wrote: Andrew Straw wrote: Michael Droettboom wrote: I know it's been a while since you announced this, but I'm just looking into this now. Also, I got some ways in making the buildbot build with numscons, but I stopped at a bug where it looked like the

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-25 Thread John Hunter
On Wed, Nov 25, 2009 at 10:52 AM, Andrew Straw straw...@astraw.com wrote: Also, would you like svn commit access? That may just make things easier -- John, what do you think? I think we can trust David. :) Absolutely -- send me an svn login and I can add him to the list of committers if he

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-25 Thread John Hunter
On Wed, Nov 25, 2009 at 10:57 AM, John Hunter jdh2...@gmail.com wrote: On Wed, Nov 25, 2009 at 10:52 AM, Andrew Straw straw...@astraw.com wrote: Also, would you like svn commit access? That may just make things easier -- John, what do you think? I think we can trust David. :) Absolutely --

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-23 Thread Michael Droettboom
I know it's been a while since you announced this, but I'm just looking into this now. My primary interest is having a build script that selects the correct c++ compiler and get around a long-standing distutils bug. I'm running into a little speed bump here. It's failing on the pkg-config

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-11-23 Thread Andrew Straw
Michael Droettboom wrote: I know it's been a while since you announced this, but I'm just looking into this now. Also, I got some ways in making the buildbot build with numscons, but I stopped at a bug where it looked like the matplotlib.tests.* modules were not getting installed:

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-10 Thread David Cournapeau
Andrew Straw wrote: David Cournapeau wrote: Hi, I don't know if that's of any interest for matplotlib developers, but I added scripts to build matplotlib with numscons: http://github.com/cournape/matplotlib/tree/scons_build OK, I managed to clone your repo -- I cloned

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-09 Thread Andrew Straw
David Cournapeau wrote: Hi, I don't know if that's of any interest for matplotlib developers, but I added scripts to build matplotlib with numscons: http://github.com/cournape/matplotlib/tree/scons_build OK, I managed to clone your repo -- I cloned mine, then added yours as a remote,

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-06 Thread David Cournapeau
Andrew Straw wrote: David Cournapeau wrote: Hi, I don't know if that's of any interest for matplotlib developers, but I added scripts to build matplotlib with numscons: http://github.com/cournape/matplotlib/tree/scons_build Hi David, I'm trying to download your git

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-05 Thread David Cournapeau
Andrew Straw wrote: David Cournapeau wrote: Andrew Straw wrote: Andrew Straw wrote: David Cournapeau wrote: I have a question about git as well, actually - I could not update the svn metadata, unfortunately, by using git-svn rebase

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-04 Thread David Cournapeau
Andrew Straw wrote: Andrew Straw wrote: David Cournapeau wrote: I have a question about git as well, actually - I could not update the svn metadata, unfortunately, by using git-svn rebase -l (I used your branch on github and the instructions on matplotlib website). It gives me

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-02 Thread David Cournapeau
Hi Andrew, Andrew Straw wrote: Dear David, It certainly is of interest to me. When I get a little time (maybe this weekend), I'd like to try it. Specifically, I'd like to setup a buildbot that would automatically build and run the test suite with it. Along those lines, is there any reason

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-02 Thread David Cournapeau
Andrew Straw wrote: David Cournapeau wrote: Hi, I don't know if that's of any interest for matplotlib developers, but I added scripts to build matplotlib with numscons: http://github.com/cournape/matplotlib/tree/scons_build Not every configuration is supported yet, but I can

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-02 Thread Eric Firing
David Cournapeau wrote: Hi Andrew, Andrew Straw wrote: Dear David, It certainly is of interest to me. When I get a little time (maybe this weekend), I'd like to try it. Specifically, I'd like to setup a buildbot that would automatically build and run the test suite with it. Along those

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-02 Thread Andrew Straw
David Cournapeau wrote: I have a question about git as well, actually - I could not update the svn metadata, unfortunately, by using git-svn rebase -l (I used your branch on github and the instructions on matplotlib website). It gives me an awful lot of merging errors, which seems to indicate

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-02 Thread Andrew Straw
Eric Firing wrote: The only concern that occurs to me with respect to including both setup.py and setupscons.py is that when a module is added or removed, it means figuring out what to do with two systems instead of one. So the question is, will it make it easier or significantly harder for

[matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-01 Thread David Cournapeau
Hi, I don't know if that's of any interest for matplotlib developers, but I added scripts to build matplotlib with numscons: http://github.com/cournape/matplotlib/tree/scons_build Not every configuration is supported yet, but I can successfully build matplotlib on Linux with gtk or wx