summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/mpi-ch/Makefile')
-rw-r--r--parallel/mpi-ch/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
index 737a348821d..5d86bfa623d 100644
--- a/parallel/mpi-ch/Makefile
+++ b/parallel/mpi-ch/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2005/01/12 15:32:01 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2005/03/03 12:01:30 garbled Exp $
-DISTNAME= mpich-1.2.5.2
-PKGREVISION= 1
+DISTNAME= mpich-1.2.6
CATEGORIES= parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mpich-docs.tgz
@@ -13,14 +12,14 @@ COMMENT= Free implementation of the Message Passing Interface
.if !exists(/usr/bin/ssh)
DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
.endif
-DEPENDS+= tk>=8.3.0:../../x11/tk83
BUILD_TARGET= ALL examples
INSTALL_TARGET= install-all
USE_PERL5= yes
HAS_CONFIGURE= yes
USE_X11= yes
-USE_LANGUAGES= fortran
+USE_FORTRAN= yes
+PKG_SYSCONFSUBDIR= mpi-ch
MPI_RSH?= ssh
@@ -30,12 +29,14 @@ CONFIGURE_ARGS= -prefix=${PREFIX}
CONFIGURE_ARGS+= -docdir=${PREFIX}/share/doc/mpi-ch
CONFIGURE_ARGS+= -htmldir=${PREFIX}/share/doc/html/mpi-ch
CONFIGURE_ARGS+= -opt=-O
+CONFIGURE_ARGS+= -rsh=${MPI_RSH}
CONFIGURE_ARGS+= --with-arch=netbsd
CONFIGURE_ARGS+= --with-comm=ch_p4
CONFIGURE_ARGS+= --with-mpe
CONFIGURE_ARGS+= --disable-devdebug
CONFIGURE_ARGS+= --disable-f90
CONFIGURE_ARGS+= --disable-f90modules
+CONFIGURE_ENV+= sysconfdir=${PKG_SYSCONFDIR}
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-3*)
@@ -90,3 +91,5 @@ post-install:
.if exists(${WRKDIR}/with-java)
PLIST_SRC+= ${PKGDIR}/PLIST.java
.endif
+
+.include "../../x11/tk83/buildlink3.mk"