[lapack] 04/06: libblas-dev no longer Depends:gfortran
Sébastien Villemot
sebastien at debian.org
Wed May 24 14:45:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch multiarch
in repository lapack.
commit 7ee94d0950a7dfc1b2e79c9db82d4cd00474a7d6
Author: Dima Kogan <dkogan at debian.org>
Date: Mon Mar 13 13:54:43 2017 -0700
libblas-dev no longer Depends:gfortran
This is wrong for cross-building. There's a plan to make these types of
dependencies work generically, but we're not there yet. In the meantime, this
dependency isn't very useful: a user who's savvy enough to install -dev packages
and compile stuff knows that they need a compiler.
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index fe09e94..e11ed0c 100644
--- a/debian/control
+++ b/debian/control
@@ -198,7 +198,7 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Provides: libblas.so
-Depends: libblas3 (= ${binary:Version}), ${misc:Depends}, gfortran
+Depends: libblas3 (= ${binary:Version}), ${misc:Depends}
Suggests: liblapack-doc-man, liblapack-doc
Description: Basic Linear Algebra Subroutines 3, static library
This package is a binary incompatible upgrade to the blas-dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git
More information about the debian-science-commits
mailing list