[pyfr] 02/04: Work around Debian bug #821466: - d/control: pyfr now explicitly depends on mpi-default-bin instead of expecting it to be pulled transitively via mpi4py. - d/tests/control: simplified and refactored.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Apr 19 08:16:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository pyfr.
commit 64222d3b9d4637f2bc72dfac47dd26f99c355661
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon Apr 18 21:18:26 2016 +0100
Work around Debian bug #821466:
- d/control: pyfr now explicitly depends on mpi-default-bin instead of
expecting it to be pulled transitively via mpi4py.
- d/tests/control: simplified and refactored.
---
debian/control | 1 +
debian/tests/control | 7 ++-----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 90fee6d..842e86f 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Depends: ${misc:Depends},
${python3:Depends},
libblas3 | libblas.so.3,
libmetis5,
+ mpi-default-bin,
python3-pkg-resources
Suggests: pyfr-doc
Description: flux reconstruction in Python
diff --git a/debian/tests/control b/debian/tests/control
index 0178056..4b431f4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,2 @@
-Tests: example-couette-flow-2d
-Depends: @
-
-Tests: example-euler-vortex-2d
-Depends: @, mpi-default-bin
+Tests: example-couette-flow-2d,
+ example-euler-vortex-2d
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfr.git
More information about the debian-science-commits
mailing list