Skip to content

francisco-dlp/matplotlib

This branch is 1 commit ahead of, 44257 commits behind matplotlib/matplotlib:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 12, 2012
Apr 1, 2011
Feb 29, 2012
Jul 1, 2012
Jul 1, 2012
Jul 12, 2012
Aug 25, 2011
Jul 5, 2012
Mar 14, 2011
Jun 9, 2012
Jan 28, 2012
Feb 21, 2011
Jun 13, 2012
Sep 24, 2011
Jun 13, 2012
Jun 24, 2012
Dec 27, 2011
Sep 17, 2009
Feb 21, 2011
Jun 16, 2011
Jun 1, 2012
Dec 12, 2008
Jun 11, 2012
Jun 7, 2007
Sep 24, 2011
Jul 1, 2012
Feb 22, 2011
Jun 7, 2012
Aug 3, 2010
Jun 26, 2012
Mar 22, 2012
Jun 13, 2012

Repository files navigation

Building 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 the install to go.  It will
fetch the dependencies from a remote 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::

  make -f make.osx PREFIX=/Users/jdhunter/dev PYVERSION=2.6 \
    fetch deps mpl_install_std

Variables:
    PREFIX (required): where to install the dependencies
    PYVERSION (optional): which python version to use
       (default=python, e.g. PYVERSION=2.6 uses python2.6)

Targets:

  clean: remove compiled files
  fetch: download dependencies
  deps: build all dependencies (zlib, png, freetype)
  mpl_build: compile matplotlib
  mpl_install: install matplotlib in $PREFIX/lib/pythonX.Y/site-packages
  mpl_install_std: install matplotlib in standard site-packages directory
  mpl_install_egg: install matplotlib as an egg
  mpl_install_develop: set up egg link to working directory (for developers)
  binaries: create the dmg file for distribution

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.6%
  • C++ 21.3%
  • C 17.0%
  • Objective-C 3.1%