[Wheel-builders] [Matplotlib-devel] Manylinux external library test case - matplotlib, tk

Olivier Grisel olivier.grisel at ensta.org
Tue May 24 08:33:53 EDT 2016


2016-05-23 18:53 GMT+02:00 Matthew Brett <matthew.brett at gmail.com>:
>
> I patched matplotlib 1.5.1 with a version of the PR at [1]  to build
> the wheels using the script at [2] and travis-ci repo build at [3].
>
> The built wheels are up at
> http://ccdd0ebb5a931e58c7c5-aae005c4999d7244ac63632f8b80e089.r77.cf2.rackcdn.com/
> for testing.

I did some basic testing and it works for me as well. Note: if you want
to install them you need to tell pip to trust that host:

pip install -U --no-index \
  --trusted-host=ccdd0ebb5a931e58c7c5-aae005c4999d7244ac63632f8b80e089.r77.cf2.rackcdn.com\
  -f http://ccdd0ebb5a931e58c7c5-aae005c4999d7244ac63632f8b80e089.r77.cf2.rackcdn.com/\
  matplotlib

System: ubuntu 14.04, python 3.5.1 from the deadsnakes ppa.

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel


More information about the Wheel-builders mailing list