All,
I needed to install matplotlib from source along with all dependencies,
and I found a "gotcha" related to how setupext.py discovers freetype2
dependencies.
The default is to use
freetype-config --version
which uses a custom binary provided by freetype to list the version number
and linker
atplotlib/matplotlib/pull/1941
>
> Mike
>
>
> On 03/11/2014 05:00 PM, Jim Parker wrote:
>
> All,
>I needed to install matplotlib from source along with all dependencies,
> and I found a "gotcha" related to how setupext.py discovers freetype2
> depe