summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-10-13 23:31:03 +0000
committergarbled <garbled>1998-10-13 23:31:03 +0000
commit1361de37297cc17498d6b72cf4824f833ee12327 (patch)
tree92e1e2e01df17b70f28789046ea505ace49d03e1 /parallel/mpi-ch/Makefile
parent2c3a8b7df5212e1a69ab0a9481391252dffc2c84 (diff)
downloadpkgsrc-1361de37297cc17498d6b72cf4824f833ee12327.tar.gz
Add the whole parallel category to pkgsrc, and sprinkle it with a few
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix
Diffstat (limited to 'parallel/mpi-ch/Makefile')
-rw-r--r--parallel/mpi-ch/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
new file mode 100644
index 00000000000..522a2b0cf1e
--- /dev/null
+++ b/parallel/mpi-ch/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $
+
+DISTNAME= mpich
+PKGNAME= mpich-1.1.1
+CATEGORIES= parallel
+MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html
+
+DEPENDS+= ssh-1.2.26:../../security/ssh
+
+#this pkg needs x11!!
+
+WRKSRC= ${WRKDIR}/mpich
+ALL_TARGET= ALL
+USE_PERL5= yes
+HAS_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ARGS= -prefix=${PREFIX} -arch=netbsd -comm=ch_p4
+CONFIGURE_ARGS+= -nof77 -make=gmake -mpe -rsh=ssh -opt=-O -nodevdebug
+
+post-install:
+ ${RM} ${LOCALBASE}/mpiuninstall
+ ${RM} ${LOCALBASE}/man/mandesc
+
+.include "../../mk/bsd.pkg.mk"