Giter Club home page Giter Club logo

matplotlib's Introduction

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

matplotlib's People

Contributors

mdboom avatar jdh2358 avatar efiring avatar ddale avatar leejjoon avatar astraw avatar jkseppan avatar weathergod avatar dopplershift avatar cmoad avatar pelson avatar dmcdougall avatar tonysyu avatar nellev avatar cgohlke avatar jswhit avatar mmetz-bn avatar nnemec avatar jaytmiller avatar endolith avatar mdehoon avatar ivanov avatar seehuhn avatar heeres avatar edin1 avatar jenshnielsen avatar dhyams avatar ianthomas23 avatar dmkaplan2000 avatar fperez avatar

Stargazers

Mike Kaufman avatar

Watchers

Mike Kaufman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.