Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support env var for building local freetype #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2015

Conversation

mdboom
Copy link
Member

@mdboom mdboom commented Nov 9, 2015

This is so we can create a local freetype build through pip, e.g.

FREETYPY_LOCAL_FREETYPE=True pip install freetypy

tacaswell added a commit that referenced this pull request Nov 12, 2015
Support env var for building local freetype
@tacaswell tacaswell merged commit 8286fba into matplotlib:master Nov 12, 2015
@jenshnielsen
Copy link
Member

Should we have something like this in matplotlib for the old freetype interface?

@mdboom
Copy link
Member Author

mdboom commented Nov 15, 2015

We could: it would make it easier to do when installing from pip, for example. In the case of matplotlib though, it's somewhat less necessary: the only people who need to do this are developers, and they would be on a git checkout anyway. But certainly I'm not opposed, and it's easy enough to add.

@jenshnielsen
Copy link
Member

I was thinking about this in connection with matplotlib/matplotlib#4678 because I changed that to pip install -e . on matplotlib but actually we don't really need it since modifying setup.cfg works when you are installing with pip from a source checkout.

It would perhaps make sense for tests in basemap, cartopy or something else that depends on matplotlib and uses image comparison tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants