summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorgdt <gdt>2007-07-02 19:21:14 +0000
committergdt <gdt>2007-07-02 19:21:14 +0000
commit86859a51e93311d20006752f6a829286fe1e0d5d (patch)
tree64c22660ebd6659bc51134a143e424cdf5bfecb8 /parallel
parente008e59c96c1c0af51693febeec78eb5dd4cfff5 (diff)
downloadpkgsrc-86859a51e93311d20006752f6a829286fe1e0d5d.tar.gz
add MAKE_JOBS_SAFE=no
Diffstat (limited to 'parallel')
-rw-r--r--parallel/mpi-ch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
index 4bab3c8d8b9..dc75aa3eaa3 100644
--- a/parallel/mpi-ch/Makefile
+++ b/parallel/mpi-ch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2007/01/14 09:03:09 joerg Exp $
+# $NetBSD: Makefile,v 1.52 2007/07/02 19:21:14 gdt Exp $
DISTNAME= mpich-1.2.6
PKGREVISION= 6
@@ -10,6 +10,9 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www-unix.mcs.anl.gov/mpi/mpich1/
COMMENT= Free implementation of the Message Passing Interface
+# many failures
+MAKE_JOBS_SAFE= no
+
.if !exists(/usr/bin/ssh)
DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
.endif