summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-04 20:32:19 +0000
committeradam <adam@pkgsrc.org>2018-01-04 20:32:19 +0000
commit58a0fd3362da0df309600f8c370ad762177ab5dd (patch)
tree0e949e8775861b547aa6fa494658a5bb31898684 /parallel/mpi-ch
parentcddb3d4cfc0c2f4e8a24f1d59038f2c0ba8f74a6 (diff)
downloadpkgsrc-58a0fd3362da0df309600f8c370ad762177ab5dd.tar.gz
Added CONFLICTS; removed unused lines
Diffstat (limited to 'parallel/mpi-ch')
-rw-r--r--parallel/mpi-ch/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
index 00af913a281..8f65467a927 100644
--- a/parallel/mpi-ch/Makefile
+++ b/parallel/mpi-ch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2017/04/29 18:18:52 adam Exp $
+# $NetBSD: Makefile,v 1.84 2018/01/04 20:32:19 adam Exp $
DISTNAME= mpich-3.2
CATEGORIES= parallel
@@ -8,6 +8,7 @@ MAINTAINER= asau@inbox.ru
HOMEPAGE= http://www.mpich.org/
COMMENT= Open source MPI, MPI-2, and MPI-3 implementation from Univ. of Chicago
+CONFLICTS+= openmpi-[0-9]*
DEPENDS+= bash-[0-9]*:../../shells/bash
#MPI_SUBPREFIX= mpich
@@ -39,13 +40,6 @@ PKG_SYSCONFSUBDIR= mpich
BUILDLINK_PASSTHRU_RPATHDIRS+= ${MPI_PREFIX}/lib
-#CONF_FILES+= share/${PKGBASE}/examples/mpicc.conf \
- ${PKG_SYSCONFDIR}/mpicc.conf
-#CONF_FILES+= share/${PKGBASE}/examples/mpicxx.conf \
- ${PKG_SYSCONFDIR}/mpicxx.conf
-#CONF_FILES+= share/${PKGBASE}/examples/mpif77.conf \
- ${PKG_SYSCONFDIR}/mpif77.conf
-
# FreeBSD 6 hack:
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"