[superlu-dist] 01/02: allow libatlas-base-dev as an alternative for BLAS

Drew Parsons dparsons at moszumanska.debian.org
Tue Nov 14 09:05:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch master
in repository superlu-dist.

commit 5b034cabe2fc6b65d15d1ff8ebc3dc3af80971d1
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 8 18:52:08 2017 +0800

    allow libatlas-base-dev as an alternative for BLAS
    
    or ultimately, any package which provides libblas.so
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 47f6b84..2707737 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Maintainer: Drew Parsons <Drew Parsons <dparsons at debian.org>>
 Build-Depends: debhelper (>= 10),
 		cmake (>= 2.8.12),
-		libopenblas-dev | libblas-dev
+		libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so
 Standards-Version: 4.1.1
 Section: libs
 Homepage: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/#superlu_dist

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/superlu-dist.git



More information about the debian-science-commits mailing list