[med-svn] [Git][med-team/umap-learn][master] tbb seems not to be used, fix Build-Depends

Andreas Tille gitlab at salsa.debian.org
Tue May 26 08:08:24 BST 2020



Andreas Tille pushed to branch master at Debian Med / umap-learn


Commits:
92331074 by Andreas Tille at 2020-05-26T09:07:57+02:00
tbb seems not to be used, fix Build-Depends

- - - - -


3 changed files:

- debian/control
- + debian/patches/do_not_check_for_tbb.patch
- + debian/patches/series


Changes:

=====================================
debian/control
=====================================
@@ -7,7 +7,11 @@ Build-Depends: debhelper-compat (= 12),
                dh-python,
                python3,
                python3-setuptools,
-               libbtbb-dev
+               python3-numpy,
+               python3-scipy,
+               python3-sklearn,
+               python3-numba,
+               python3-nose <!nocheck>
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/umap-learn
 Vcs-Git: https://salsa.debian.org/med-team/umap-learn.git
@@ -19,7 +23,7 @@ Depends: ${python3:Depends},
          ${misc:Depends},
          python3-numpy,
          python3-scipy,
-         python3-scikit-learn,
+         python3-sklearn,
          python3-numba
 Description: Uniform Manifold Approximation and Projection
  Uniform Manifold Approximation and Projection (UMAP) is a dimension


=====================================
debian/patches/do_not_check_for_tbb.patch
=====================================
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 25 May 2020 16:57:07 +0200
+Description: Do not check for tbb since its not used
+  https://github.com/lmcinnes/umap/issues/439#issuecomment-633721982
+
+--- a/setup.py
++++ b/setup.py
+@@ -47,7 +47,6 @@ configuration = {
+         "scikit-learn >= 0.20",
+         "scipy >= 1.3.1",
+         "numba >= 0.46, != 0.47",
+-        "tbb",
+     ],
+     "extras_require": {
+         "plot": ["pandas", "matplotlib", "datashader", "bokeh",


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+do_not_check_for_tbb.patch



View it on GitLab: https://salsa.debian.org/med-team/umap-learn/-/commit/9233107460b04f51763e20180d4ff1f4cef0e9b2

-- 
View it on GitLab: https://salsa.debian.org/med-team/umap-learn/-/commit/9233107460b04f51763e20180d4ff1f4cef0e9b2
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200526/d21d986c/attachment-0001.html>


More information about the debian-med-commit mailing list