Skip to content
Snippets Groups Projects
Commit 4b21c088 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko
Browse files

debian/rules - boost minimal Cython version for recythonization to 0.23.1. ...

debian/rules - boost minimal Cython version for recythonization to 0.23.1.  Should enable back bakckports on older Debian/Ubuntus
parent 331ca4ac
No related branches found
Tags
No related merge requests found
scikit-learn (0.17.0-3) UNRELEASED; urgency=medium scikit-learn (0.17.0-3) unstable; urgency=medium
* debian/control * debian/control
- recommend python3- versions of packages for python3-sklearn. Thanks - recommend python3- versions of packages for python3-sklearn. Thanks
Christopher Baines Christopher Baines
* debian/rules
- boost minimal Cython version for recythonization to 0.23.1.
Should enable back bakckports on older Debian/Ubuntus
-- Yaroslav Halchenko <debian@onerussian.com> Sun, 06 Dec 2015 20:18:45 -0500 -- Yaroslav Halchenko <debian@onerussian.com> Mon, 21 Dec 2015 20:38:42 -0500
scikit-learn (0.17.0-2) unstable; urgency=medium scikit-learn (0.17.0-2) unstable; urgency=medium
......
...@@ -16,7 +16,7 @@ NODOC = $(shell dpkg --compare-versions $(SPHINX_VER) lt 1.1.3 && echo "nodoc" | ...@@ -16,7 +16,7 @@ NODOC = $(shell dpkg --compare-versions $(SPHINX_VER) lt 1.1.3 && echo "nodoc" |
export DEB_BUILD_OPTIONS += $(NODOC) export DEB_BUILD_OPTIONS += $(NODOC)
CYTHON_VER := $(shell dpkg -l cython 2>/dev/null | awk '/^ii/{print $$3;}' || echo 0) CYTHON_VER := $(shell dpkg -l cython 2>/dev/null | awk '/^ii/{print $$3;}' || echo 0)
RECONF = $(shell dpkg --compare-versions $(CYTHON_VER) ge 0.20.1 && echo ",autoreconf" || echo "") RECONF = $(shell dpkg --compare-versions $(CYTHON_VER) ge 0.23.1 && echo ",autoreconf" || echo "")
# Some tests are known to fail randomly so need to be excluded ATM # Some tests are known to fail randomly so need to be excluded ATM
NOSEARGS := NOSEARGS :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment