[yorick] 01/04: Replace mpich2 by mpich. (Closes: #808979)
Anton Gladky
gladk at moszumanska.debian.org
Mon Dec 28 21:56:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository yorick.
commit ca665bf6e8c881323afc4fa9cbbec6601f1f9a31
Author: Anton Gladky <gladk at debian.org>
Date: Mon Dec 28 20:24:22 2015 +0100
Replace mpich2 by mpich. (Closes: #808979)
---
debian/control | 2 +-
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index c4b4a10..a375a85 100644
--- a/debian/control
+++ b/debian/control
@@ -87,7 +87,7 @@ Description: development files for the Yorick interpreted language
Package: yorick-mpy-mpich2
Architecture: alpha amd64 arm64 armel armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 ppc64el s390x sparc sparc64 sh4 x32
Depends: yorick (= ${binary:Version}), yorick-mpy-common (= ${source:Version}),
- mpich2, ${shlibs:Depends}, ${misc:Depends}
+ mpich, ${shlibs:Depends}, ${misc:Depends}
Description: Message Passing Yorick (MPICH2 build)
Yorick is an interpreted programming language for:
* scientific simulations or calculations
diff --git a/debian/rules b/debian/rules
index 724e16d..f5a5bd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,10 +80,10 @@ build-stamp: configure-stamp
touch build-stamp
build-mpy-stamp: build-stamp
-ifeq ($(wildcard /usr/bin/mpicc.mpich2), /usr/bin/mpicc.mpich2)
+ifeq ($(wildcard /usr/bin/mpicc.mpich), /usr/bin/mpicc.mpich)
cp -a mpy mpy.mpich2
(cd mpy.mpich2 ; \
- ./configure --yorick=../relocate/bin/yorick --mpicc=mpicc.mpich2 ; \
+ ./configure --yorick=../relocate/bin/yorick --mpicc=mpicc.mpich ; \
$(MAKE))
mv mpy.mpich2/mpy mpy.mpich2/mpy.mpich2
mv mpy.mpich2/libmpy.a mpy.mpich2/libmpy.mpich2.a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yorick.git
More information about the debian-science-commits
mailing list