summaryrefslogtreecommitdiff
path: root/parallel
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
commitfafc9c0d535cd3fba36063a6d02b866f21680701 (patch)
treef77ee40ae32f6cf0762ed07b1eedd3a6ad703952 /parallel
parent5d2a379ec736b94571dcc54fc122e3189ef0d73b (diff)
downloadpkgsrc-fafc9c0d535cd3fba36063a6d02b866f21680701.tar.gz
Added CONFLICTS; removed unused lines
Diffstat (limited to 'parallel')
-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"