summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-07-02 19:21:14 +0000
committergdt <gdt@pkgsrc.org>2007-07-02 19:21:14 +0000
commite8300a2db99a6681fa6354f48224f5d02940efff (patch)
tree64c22660ebd6659bc51134a143e424cdf5bfecb8 /parallel
parent5649a6315a2f434cf4d1fd560bfa832b936eadbe (diff)
downloadpkgsrc-e8300a2db99a6681fa6354f48224f5d02940efff.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