From 0e50d859faed54aa8961536ce164cb10fd923efd Mon Sep 17 00:00:00 2001 From: Lars Buitinck <larsmans@gmail.com> Date: Tue, 1 Apr 2014 18:59:44 +0200 Subject: [PATCH] require ATLAS at build time This should enable building with the system-wide ATLAS instead of the partial version shipped by scikit-learn, which contains reference implementations of BLAS algorithms. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 35896ba185..2c3a9c7fdf 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, python-numpy, python-scipy, python-nose, python-matplotlib, - python-joblib (>= 0.4.5), python-support + python-joblib (>= 0.4.5), python-support, + libatlas-dev Build-Depends-Indep: python-sphinx (>= 1.0), python-imaging, graphviz, Standards-Version: 3.9.4 -- GitLab