pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/openmpi Conflicts with "mpich" and "mpich2" p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c690735a81f
branches:  trunk
changeset: 568506:8c690735a81f
user:      asau <asau%pkgsrc.org@localhost>
date:      Tue Dec 15 11:45:54 2009 +0000

description:
Conflicts with "mpich" and "mpich2" packages.
Noticed by Helge Muehlmeier.

diffstat:

 parallel/openmpi/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 95abe14a2a2b -r 8c690735a81f parallel/openmpi/Makefile
--- a/parallel/openmpi/Makefile Tue Dec 15 11:08:51 2009 +0000
+++ b/parallel/openmpi/Makefile Tue Dec 15 11:45:54 2009 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index