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

Skip to content

WIN: Rewrite local freetype build script #9354

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
wants to merge 3 commits into from

Conversation

Kojoley
Copy link
Member

@Kojoley Kojoley commented Oct 11, 2017

These changes should fix some build problems on windows:

  • Mismatch Python MSVC runtime version and local freetype
  • zlib and libpng linking

@anntzer
Copy link
Contributor

anntzer commented Oct 11, 2017

@Kojoley In case you're interested, I did some pretty extensive rewrite on the setup scripts at https://github.com/anntzer/matplotlib/tree/_wip/setupext-rewrite, which works on MSVC2017 but not older versions due to issues with FreeType.
It also includes code to manage the include path and switch between static and dynamic linking on Windows.
Or I could just try to integrate these patches into my branch.

@Kojoley Kojoley force-pushed the tst-win-local-ft-build branch from 9b6989e to 97578a7 Compare October 11, 2017 12:11
@Kojoley
Copy link
Member Author

Kojoley commented Oct 11, 2017

@anntzer It is a cool work, if mpl have not used custom build layer I would rewrite local freetype build to distutil's build_clib (but actually it is better to use freetype without kerning and antialiasing for tests, so it will produce same result on different versions)

@Kojoley Kojoley force-pushed the tst-win-local-ft-build branch 3 times, most recently from 3cd4be5 to 0aa303c Compare October 17, 2017 16:53
These changes should fix some build problems on windows:
 - Mismatch Python MSVC runtime version and local freetype
 - `zlib` and `libpng` linking
@Kojoley
Copy link
Member Author

Kojoley commented Feb 13, 2020

Superseded (except debug build) by #13077 and #16401

@Kojoley Kojoley closed this Feb 13, 2020
@Kojoley Kojoley deleted the tst-win-local-ft-build branch February 13, 2020 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants