From ba1914c75d48510f8664e25a296b5fdb170592a2 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Fri, 6 Jun 2014 11:54:18 -0400 Subject: [PATCH] Build-depend on libatlas3-base --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 593efcb06c..ed164e383d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ scikit-learn (0.15.0~b1-1) experimental; urgency=medium * Fresh beta of upcoming upstream release + * Build-depend on libatlas3-base -- Yaroslav Halchenko <debian@onerussian.com> Fri, 06 Jun 2014 09:19:09 -0400 diff --git a/debian/control b/debian/control index 79772b29f4..38dfbd0ba7 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, libsvm-dev (>= 2.84.0), python-nose, python-matplotlib, - python-joblib (>= 0.4.5), python-support + python-joblib (>= 0.4.5), python-support, + libatlas3-base, Build-Depends-Indep: python-sphinx (>= 1.0), python-imaging, graphviz, Standards-Version: 3.9.4 -- GitLab