Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-06 Thread Fernando Garcia Bermudez
On Sat, Mar 5, 2011 at 23:52, Jouni K. Seppänen wrote: > Thanks; pull request #17 is IMHO ready for merging into v1.0.x, but > let's wait to see if anyone has further comments. I created pull request > #30 for merging into master; that one also has newer dependency versions > as suggested by Eric

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Fernando Garcia Bermudez
On Sat, Mar 5, 2011 at 10:34, Eric Firing wrote: > Newer versions of the libraries can also be used, although this is not > critical. v1.0.x still needs the 1.2 series of libpng, but master can > now handle > > ZLIBVERSION=1.2.5 > PNGVERSION=1.5.1 > FREETYPEVERSION=2.4.4 > We have to make sure

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Fernando Garcia Bermudez
nen writes: > > > Fernando Garcia Bermudez writes: > > > >> Fine by me as well. Maybe modify the documentation to point to > >> mpl_install_std. How should we proceed? > > > > I'll make some other cleanups and create some commits that you can >

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Fernando Garcia Bermudez
Fine by me as well. Maybe modify the documentation to point to mpl_install_std. How should we proceed? -- Fernando On Fri, Mar 4, 2011 at 23:55, Eric Firing wrote: > On 03/04/2011 09:09 PM, Jouni K. Seppänen wrote: > > Eric Firing writes: > > > >> What is the rationale for removing the --pref

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-04 Thread Fernando Garcia Bermudez
On Fri, Mar 4, 2011 at 13:40, Eric Firing wrote: > On 03/04/2011 10:30 AM, Jouni K. Seppänen wrote: > > We have an open pull request for fixing some problems in the make.osx > > file: > > > > https://github.com/matplotlib/matplotlib/pull/17 > > > > I think it's otherwise fine, but it changes the

Re: [matplotlib-devel] What's the status of the py3k branch?

2011-02-03 Thread Fernando Garcia Bermudez
I'll stay on the lookout for the github py3k branch and will do as suggested. Thanks for the update. -- Fernando On Thu, Feb 3, 2011 at 06:05, Michael Droettboom wrote: > On 02/03/2011 07:48 AM, Darren Dale wrote: >> On Thu, Feb 3, 2011 at 12:12 AM, Fernando Garcia Bermu

Re: [matplotlib-devel] What's the status of the py3k branch?

2011-02-02 Thread Fernando Garcia Bermudez
[Resending in plain text, for better archiving] I stumbled across this post on the matplotlib-users archives (http://www.mailinglistarchive.com/html/matplotlib-us...@lists.sourceforge.net/2010-09/msg00359.html) that linked to the py3k branch. After doing a checkout, though, I ran into issues runni

[matplotlib-devel] What's the status of the py3k branch?

2011-02-02 Thread Fernando Garcia Bermudez
I stumbled across this post on the matplotlib-users archivesthat linked to the py3k branch. After doing a checkout, though, I ran into issues running the make.osx script as the README.osx recommends