Open carterbox opened 8 months ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
I do have some suggestions for making it better though...
For recipe:
The purpose of this PR is to reduce the runtime size of freetype. This is part of my recent mission to reduce the size of the dependency tree for my packages mostly be removing unnecessary static libraries from upstream packages.
This PR both removes static libraries and separates the versioned shared objects into their own package, so that run exports do not include headers and other dev artifacts.
The approach for accomplishing the multi-output recipe is "build everything, then split". All artifacts are built in the top level package and installed to a staging folder, then a custom install script filters and installs the outputs for each output.
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)Closes #49 Fixes #57