Menu

Tree [r8865] / branches / py3k /
 History

HTTPS access


File Date Author Commit
 CXX 2010-07-02 jdh2358 [r8484] fix swab bug so mpl will compile on solaris wit...
 CXX5 2010-01-16 jdh2358 [r8089] move CXX to CXX5
 agg24 2010-06-24 mdboom [r8465] [3018198] Fixing the build with clang
 doc 2010-07-14 weathergod [r8544] Merged revisions 8543 via svnmerge from
 examples 2010-07-16 mdboom [r8561] Able to produce simple_plot.py!!!
 lib 2010-07-16 mdboom [r8561] Able to produce simple_plot.py!!!
 license 2010-01-03 jdh2358 [r8064] added qt4_editor dialog
 release 2010-04-28 efiring [r8283] Applied whitespace patch by Mark Roddy; closes ...
 sandbox 2008-05-16 jdh2358 [r5163] purged some dead code dirs; these can live in t...
 src 2010-07-16 mdboom [r8561] Able to produce simple_plot.py!!!
 test 2010-01-04 astraw [r8073] buildbot: debug documentation uploads
 ttconv 2010-06-15 mdboom [r8438] Fix out-of-buffer read errors.
 unit 2009-03-29 efiring [r7012] Added Karen Tracey's threading_test.py.
 CHANGELOG 2010-07-06 mdboom [r8520] Merged revisions 8519 via svnmerge from
 DEVNOTES 2006-07-21 astraw [r2588] add notes about building a setuptools-compatibl...
 FILETYPES 2010-07-06 mdboom [r8523] Support optional JPEG and TIFF saving if PIL is...
 INSTALL 2010-03-20 efiring [r8204] CHANGELOG update and format fixups; fix python ...
 INTERACTIVE 2003-05-12 jdh2358 [r13] lots of interactive fixes and an INTERACTIVE howto
 KNOWN_BUGS 2004-02-19 jdh2358 [r152] added freetype2 to agg
 MANIFEST.in 2009-09-17 leejjoon [r7779] Merged revisions 7776,7778 via svnmerge from
 MIGRATION.txt 2008-05-30 jdh2358 [r5333] Merged revisions 5312-5313,5329 via svnmerge from
 Makefile 2009-08-23 jdh2358 [r7534] Merged revisions 7533 via svnmerge from
 README.osx 2009-08-23 jdh2358 [r7534] Merged revisions 7533 via svnmerge from
 README.txt 2010-07-14 mdboom [r8548] Merged revisions 8547 via svnmerge from
 SEGFAULTS 2006-04-20 jdh2358 [r2312] added help file for diagnosing segfaults
 TODO 2008-12-12 mdboom [r6582] Merged revisions 6581 via svnmerge from
 __init__.py 2005-03-05 jdh2358 [r1043] fixed whacked init
 boilerplate.py 2010-06-30 efiring [r8479] set_xlim, set_ylim: turn off autoscaling; added...
 license.py 2007-06-07 nnemec [r3371] remove trailing spaces
 make.osx 2010-05-26 jdh2358 [r8337] fix the download urls for zlib and libpng for o...
 matplotlibrc.template 2010-07-05 efiring [r8494] tkagg and fltkagg backends now have blocking sh...
 setup.cfg.template 2010-02-06 efiring [r8113] Let setup.cfg customize the base directory for ...
 setup.py 2010-07-16 mdboom [r8561] Able to produce simple_plot.py!!!
 setupegg.py 2009-09-06 astraw [r7644] testing: install KnownFailure nose plugin if us...
 setupext.py 2010-07-16 mdboom [r8561] Able to produce simple_plot.py!!!

Read Me

Build mpl on OSX has proven to be a nightmare because of all the
different types of zlib, png and freetype that may be on your system.
The recommended and supported way to build is to use the make.osx file
in this directory.  This script requires you to set a PREFIX
environment variable where you want to the install to go.  It will
fetch the dependencies from a remove server and install them into your
PREFIX dir, and then build mpl against them.  It should ignore any
lib, png or freetype on your system

Example usage::

  PREFIX=/Users/jdhunter/dev make -f make.osx fetch deps mpl_install

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.