summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-12-15 11:45:54 +0000
committerasau <asau@pkgsrc.org>2009-12-15 11:45:54 +0000
commit1e76a429e69cc80c75b3f87c15a641e5a1f0e8e3 (patch)
tree51b4f60d8fa3626861efe3ab89b0d15bdf58cc12 /parallel
parent15736fe24a1ef2f4a35460fd8f54b975a13b7411 (diff)
downloadpkgsrc-1e76a429e69cc80c75b3f87c15a641e5a1f0e8e3.tar.gz
Conflicts with "mpich" and "mpich2" packages.
Noticed by Helge Muehlmeier.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/openmpi/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/parallel/openmpi/Makefile b/parallel/openmpi/Makefile
index b112f41f8c9..bb4c8ef001e 100644
--- a/parallel/openmpi/Makefile
+++ b/parallel/openmpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/12/12 23:30:01 asau Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/15 11:45:54 asau Exp $
DISTNAME= openmpi-1.4
CATEGORIES= parallel
@@ -9,6 +9,9 @@ MAINTAINER= asau@inbox.ru
HOMEPAGE= http://www.open-mpi.org/
COMMENT= Open source MPI-2 implementation
+CONFLICTS+= mpich-[0-9]* # installs bin/mpicc & other wrappers
+CONFLICTS+= mpich2-[0-9]* # installs bin/mpicc & other wrappers
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes