Re: [matplotlib-devel] autoconf+python

2013-01-08 Thread Arnaud Gardelein
1/7/13, Benjamin Root wrote: > > From: Benjamin Root > Subject: Re: [matplotlib-devel] autoconf+python > To: "Thomas Kluyver" > Cc: "matplotlib development list" Date: Monday, January 7, 2013, 12:24 PM > > > > On Mon, Jan 7, 2013 at 12:11 PM, Thomas K

Re: [matplotlib-devel] autoconf+python

2013-01-07 Thread Michiel de Hoon
appropriate compiler/linker options as was used for Python itself. Best, -Michiel. --- On Mon, 1/7/13, Benjamin Root wrote: From: Benjamin Root Subject: Re: [matplotlib-devel] autoconf+python To: "Thomas Kluyver" Cc: "matplotlib development list" Date: Monday, January 7,

Re: [matplotlib-devel] autoconf+python

2013-01-07 Thread Michael Droettboom
On 01/07/2013 12:38 PM, Eric Firing wrote: > On 2013/01/07 7:29 AM, Michael Droettboom wrote: >> I, also, am not too much up on the details --- but I think if it's >> possible for "make install" to just call "python setup.py install" under >> the hood, I'd have no objections. > I think I would even

Re: [matplotlib-devel] autoconf+python

2013-01-07 Thread Matěj Týč
On Po, 2013-01-07 at 07:38 -1000, Eric Firing wrote: > On 2013/01/07 7:29 AM, Michael Droettboom wrote: > > I, also, am not too much up on the details --- but I think if it's > > possible for "make install" to just call "python setup.py install" under > > the hood, I'd have no objections. > > I t

Re: [matplotlib-devel] autoconf+python

2013-01-07 Thread Eric Firing
On 2013/01/07 7:29 AM, Michael Droettboom wrote: > I, also, am not too much up on the details --- but I think if it's > possible for "make install" to just call "python setup.py install" under > the hood, I'd have no objections. I think I would even object to that. What would be the point of it?

Re: [matplotlib-devel] autoconf+python

2013-01-07 Thread Michael Droettboom
On 01/07/2013 12:24 PM, Benjamin Root wrote: On Mon, Jan 7, 2013 at 12:11 PM, Thomas Kluyver > wrote: On 7 January 2013 16:57, Benjamin Root mailto:ben.r...@ou.edu>> wrote: I was just reading some comments from Richard Stallman on ./ when I no

Re: [matplotlib-devel] autoconf+python

2013-01-07 Thread Eric Firing
On 2013/01/07 7:24 AM, Benjamin Root wrote: > > > On Mon, Jan 7, 2013 at 12:11 PM, Thomas Kluyver > wrote: > > On 7 January 2013 16:57, Benjamin Root > wrote: > > I was just reading some comments from Richard Stallman on ./ >

Re: [matplotlib-devel] autoconf+python

2013-01-07 Thread Benjamin Root
On Mon, Jan 7, 2013 at 12:11 PM, Thomas Kluyver wrote: > On 7 January 2013 16:57, Benjamin Root wrote: > >> I was just reading some comments from Richard Stallman on ./ when I >> noticed that he pointed out a useful autoconf feature that was added >> somewhat recently. Essentially, this feature

Re: [matplotlib-devel] autoconf+python

2013-01-07 Thread Thomas Kluyver
On 7 January 2013 16:57, Benjamin Root wrote: > I was just reading some comments from Richard Stallman on ./ when I > noticed that he pointed out a useful autoconf feature that was added > somewhat recently. Essentially, this feature would allow one to do a > build/install of a python module usi

[matplotlib-devel] autoconf+python

2013-01-07 Thread Benjamin Root
I was just reading some comments from Richard Stallman on ./ when I noticed that he pointed out a useful autoconf feature that was added somewhat recently. Essentially, this feature would allow one to do a build/install of a python module using the "./configure; make install" approach, if one choo