Re: [matplotlib-devel] Building on Windows (Was Re: Calling all Mac OSX users!)

2011-08-17 Thread Christoph Gohlke
On 8/17/2011 4:05 PM, Skipper Seabold wrote: > On Wed, Aug 17, 2011 at 4:21 PM, Christoph Gohlke > wrote: >> >> >> On 8/17/2011 12:03 PM, Skipper Seabold wrote: >> > On Wed, Aug 17, 2011 at 4:49 AM, Christoph Gohlke > wrote: >> > >> >> The only

[matplotlib-devel] Building on Windows (Was Re: Calling all Mac OSX users!)

2011-08-17 Thread Skipper Seabold
On Wed, Aug 17, 2011 at 4:21 PM, Christoph Gohlke wrote: > > > On 8/17/2011 12:03 PM, Skipper Seabold wrote: >> On Wed, Aug 17, 2011 at 4:49 AM, Christoph Gohlke wrote: >> >>> The only thing worth providing might be the prebuilt static link libraries >>> and header files for zlib, libpng, and fr

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread Christoph Gohlke
On 8/17/2011 1:21 PM, Christoph Gohlke wrote: > > > On 8/17/2011 12:03 PM, Skipper Seabold wrote: >> On Wed, Aug 17, 2011 at 4:49 AM, Christoph Gohlke wrote: >> >>> The only thing worth providing might be the prebuilt static link libraries >>> and header files for zlib, libpng, and freetype fo

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread John Hunter
On Wed, Aug 17, 2011 at 3:42 PM, Andy Somogyi wrote: > Why do you need to download and build png, zlib, freetype? I build matplotlib > semi-regularly on 10.6.8 using the built in libraries and it works perfectly > fine. I built with both gcc 4.2 / 4.6 and llvm and all work fine. I use > officia

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread Eric Firing
On 08/17/2011 10:42 AM, Andy Somogyi wrote: > Why do you need to download and build png, zlib, freetype? I build matplotlib > semi-regularly on 10.6.8 using the built in libraries and it works perfectly > fine. I built with both gcc 4.2 / 4.6 and llvm and all work fine. I use > official Python 2

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread Andy Somogyi
Why do you need to download and build png, zlib, freetype? I build matplotlib semi-regularly on 10.6.8 using the built in libraries and it works perfectly fine. I built with both gcc 4.2 / 4.6 and llvm and all work fine. I use official Python 2.7.2 from python.org. Note, I have never tried build

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread Christoph Gohlke
On 8/17/2011 12:03 PM, Skipper Seabold wrote: > On Wed, Aug 17, 2011 at 4:49 AM, Christoph Gohlke wrote: > >> The only thing worth providing might be the prebuilt static link libraries >> and header files for zlib, libpng, and freetype for the 4 different MSC >> compilers/runtime libraries. > >

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread Skipper Seabold
On Wed, Aug 17, 2011 at 4:49 AM, Christoph Gohlke wrote: > The only thing worth providing might be the prebuilt static link libraries > and header files for zlib, libpng, and freetype for the 4 different MSC > compilers/runtime libraries. This would be very helpful. I haven't been able to track

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread Russell E. Owen
In article <4e4b5be2.8040...@hawaii.edu>, Eric Firing wrote: > On 08/16/2011 10:10 AM, John Hunter wrote: > > On Mon, Aug 15, 2011 at 9:34 PM, Benjamin > > Root wrote: > >> The mpl developers are getting very close to the long-awaited v1.1.0 > >> release > >> of matplotlib. Before we do so,

Re: [matplotlib-devel] 3 svg failures in master

2011-08-17 Thread Michael Droettboom
Thanks for finding these. I have fixes here: https://github.com/matplotlib/matplotlib/pull/426 This does get me thinking that we still have a number of tests in backend_driver that should be ported to the test framework -- I generally only run the test framework, but clearly the coverage is no

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread Christoph Gohlke
On 8/16/2011 11:12 PM, Eric Firing wrote: > On 08/16/2011 10:10 AM, John Hunter wrote: >> On Mon, Aug 15, 2011 at 9:34 PM, Benjamin Root wrote: >>> The mpl developers are getting very close to the long-awaited v1.1.0 release >>> of matplotlib. Before we do so, we are doing some final checking

[matplotlib-devel] 3 svg failures in master

2011-08-17 Thread Eric Firing
Running backend_driver: Backend svg took 4.94 minutes to complete Failures: ['../pylab_examples/quadmesh_demo.py', '../api/logo2.py', '../api/watermark_text.py'] All the other backends passed. It looks like there is a single svg problem being triggered by all three of these examples. Eric