8000 Pull Request Suggestion for #4062 by beachdweller · Pull Request #4094 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Pull Request Suggestion for #4062 #4094

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

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
started readme_4062.txt : described objective of the pull request and…
… early part of current status analysis
  • Loading branch information
kangwonlee committed Feb 10, 2015
commit c731dabdb73974278e392f8b4158b0bb6958919c
9 changes: 9 additions & 0 deletions readme_4062.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The objective of this Pull Request is to make installation more robust on mac's regarding freetype paths
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is useful information, but should not go into the repo as a tracked file. This seems better suited as a commit message or comments in the code.


Analysis on existing commit(master 8f10470):
+ Setup.py has a list of pre-requisit packages "mpl_packages."
+ A for loop after "__main__" check goes through this list.
+ If package.check() returns a value other than None, setup recognizes that package.

+ Setupext.py has a class for Freetype incluidng check().
+ FreeType check() method searches for a header file name "ft2build.h."
0