Re: [matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2011-01-03 Thread Russell E. Owen
In article <4d02914a.6050...@noaa.gov>, Christopher Barker wrote: > On 12/9/10 11:57 PM, Ludwig Schwardt wrote: > > This patch reminded me to ask why the builtin libpng, zlib and > > libfreetype on Mac OS 10.5 and later are not used to build Matplotlib, > > It may be because we still want to su

Re: [matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2010-12-31 Thread Friedrich Romstedt
2010/12/31 John Hunter : > I don't know what the situation is now, but the last version of OS X I > installed was 10.4 and X11 was a separate installation from xcode, if I > recall correctly.  Are you sure it is on by default? I'm not completely sure, but really quite sure. I don't think it's com

Re: [matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2010-12-31 Thread John Hunter
On Fri, Dec 31, 2010 at 10:00 AM, Friedrich Romstedt < friedrichromst...@gmail.com> wrote: > > I've been meaning to publish my installation instructions for > > numpy/scipy/matplotlib/ipython on Snow Leopard somewhere for quite a > > while, but that will have to wait for another day... I've tried

Re: [matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2010-12-31 Thread John Hunter
On Fri, Dec 31, 2010 at 9:54 AM, Friedrich Romstedt < friedrichromst...@gmail.com> wrote: > > Also, not everyone has X11 installed (or does everyone now?) > > > One can opt X11 out at installation time IIRC. But it's a rare case I > believe. > > I don't know what the situation is now, but the l

Re: [matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2010-12-31 Thread Friedrich Romstedt
2010/12/10 Ludwig Schwardt : > For the record, I set the following environment variables in > ~/.profile on Snow Leopard: > >    # These compiler flags ensure 32-bit + 64-bit code generation, as > Snow Leopard produces 64-bit code by default >    export MACOSX_DEPLOYMENT_TARGET=10.6 >    export CFL

Re: [matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2010-12-31 Thread Friedrich Romstedt
2010/12/10 Christopher Barker : > On 12/9/10 11:57 PM, Ludwig Schwardt wrote: >> This patch reminded me to ask why the builtin libpng, zlib and >> libfreetype on Mac OS 10.5 and later are not used to build Matplotlib, > > It may be because we still want to support OS-X 10.4 . I was not aware of th

Re: [matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2010-12-10 Thread Christopher Barker
On 12/9/10 11:57 PM, Ludwig Schwardt wrote: > This patch reminded me to ask why the builtin libpng, zlib and > libfreetype on Mac OS 10.5 and later are not used to build Matplotlib, It may be because we still want to support OS-X 10.4 . Also, not everyone has X11 installed (or does everyone now?)

Re: [matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2010-12-09 Thread Ludwig Schwardt
Hi, This patch reminded me to ask why the builtin libpng, zlib and libfreetype on Mac OS 10.5 and later are not used to build Matplotlib, removing the need to download these extra libraries. I was pleased to discover that Snow Leopard shipped with libpng and libfreetype as part of X11, only to fin

[matplotlib-devel] PATCH: fix libpng URLs for OS X makefile

2010-12-09 Thread Uri Laserson
This patch is for make.osx. Note it also changes the python version to 2.7. https://gist.github.com/735337 Uri ... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Te