[hdf5] 01/01: Guard dh_makeshlibs for mpich flavor.

Gilles Filippini pini at moszumanska.debian.org
Mon Dec 22 16:01:44 UTC 2014


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

pini pushed a commit to branch master
in repository hdf5.

commit 06f6b04c3f79d77a82a398ef9900702aa5f58b0d
Author: Gilles Filippini <pini at debian.org>
Date:   Mon Dec 22 16:45:03 2014 +0100

    Guard dh_makeshlibs for mpich flavor.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 626abb6..b2ce9c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -319,7 +319,9 @@ endif
 ifeq ($(build_openmpi),yes)
 	dh_makeshlibs -p$(openmpipack) -V $(openmpipack) -- -v$(version)
 endif
+ifeq ($(build_mpich),yes)
 	dh_makeshlibs -p$(mpichpack) -V $(mpichpack) -- -v$(version)
+endif
 	dh_makeshlibs -p$(serpack) -V $(serpack) -- -v$(version)
 	dh_makeshlibs -p$(sercpppack) -V $(sercpppack) -- -v$(version)
 	dh_installdeb $(ARCH_FLAG)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git



More information about the Pkg-grass-devel mailing list