Skip to content

Commit 4b21c08

Browse files
committed
debian/rules - boost minimal Cython version for recythonization to 0.23.1. Should enable back bakckports on older Debian/Ubuntus
1 parent 331ca4a commit 4b21c08

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

debian/changelog

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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

912
scikit-learn (0.17.0-2) unstable; urgency=medium
1013

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ NODOC = $(shell dpkg --compare-versions $(SPHINX_VER) lt 1.1.3 && echo "nodoc" |
1616
export DEB_BUILD_OPTIONS += $(NODOC)
1717

1818
CYTHON_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
2222
NOSEARGS :=

0 commit comments

Comments
 (0)