File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- scikit-learn (0.17.0-3) UNRELEASED ; urgency=medium
1+ scikit-learn (0.17.0-3) unstable ; urgency=medium
22
33 * debian/control
44 - recommend python3- versions of packages for python3-sklearn. Thanks
55 Christopher Baines
6+ * debian/rules
7+ - boost minimal Cython version for recythonization to 0.23.1.
8+ Should enable back bakckports on older Debian/Ubuntus
69
7- -- Yaroslav Halchenko <
[email protected] >
Sun, 06 Dec 2015 20:
18:45 -0500
10+ -- Yaroslav Halchenko <
[email protected] >
Mon, 21 Dec 2015 20:
38:42 -0500
811
912scikit-learn (0.17.0-2) unstable; urgency=medium
1013
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ NODOC = $(shell dpkg --compare-versions $(SPHINX_VER) lt 1.1.3 && echo "nodoc" |
1616export DEB_BUILD_OPTIONS += $(NODOC )
1717
1818CYTHON_VER := $(shell dpkg -l cython 2>/dev/null | awk '/^ii/{print $$3;}' || echo 0)
19- RECONF = $(shell dpkg --compare-versions $(CYTHON_VER ) ge 0.20 .1 && echo ",autoreconf" || echo "")
19+ RECONF = $(shell dpkg --compare-versions $(CYTHON_VER ) ge 0.23 .1 && echo ",autoreconf" || echo "")
2020
2121# Some tests are known to fail randomly so need to be excluded ATM
2222NOSEARGS :=
You can’t perform that action at this time.
0 commit comments