PyProphet / pyprophet

PyProphet: Semi-supervised learning and scoring of OpenSWATH results.
http://www.openswath.org
BSD 3-Clause "New" or "Revised" License
29 stars 21 forks source link

Feature/dist manylinux #10

Closed hroest closed 6 years ago

hroest commented 6 years ago

produce the following wheels:

$ sudo docker run --net=host -v `pwd`:/data quay.io/pypa/manylinux1_x86_64 /bin/bash /data/create-manylinux.sh
$ ls -ltrh wheelhouse/
total 2.0M
-rw-r--r-- 1 root root 406K Jul 26 14:50 pyprophet-0.24.1-cp27-cp27m-manylinux1_x86_64.whl
-rw-r--r-- 1 root root 406K Jul 26 14:50 pyprophet-0.24.1-cp27-cp27mu-manylinux1_x86_64.whl
-rw-r--r-- 1 root root 403K Jul 26 14:50 pyprophet-0.24.1-cp34-cp34m-manylinux1_x86_64.whl
-rw-r--r-- 1 root root 400K Jul 26 14:50 pyprophet-0.24.1-cp35-cp35m-manylinux1_x86_64.whl
-rw-r--r-- 1 root root 400K Jul 26 14:50 pyprophet-0.24.1-cp36-cp36m-manylinux1_x86_64.whl

this script makes wheels for Python 2.7, 3.4, 3.5 and 3.6 - since pandas does not work on 3.3 we cannot make wheels for that.

grosenberger commented 6 years ago

Looks great! 👍