summaryrefslogtreecommitdiff
path: root/parallel/pvm3/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-11-12 10:45:45 +0000
committeradam <adam>2004-11-12 10:45:45 +0000
commite7dfc0d013f6845c0b69db3a99016f3121042558 (patch)
tree87c97571f7b1564643d543ba79ebbbd5a89c7a07 /parallel/pvm3/Makefile
parent16b73a77085f0bf6bccb679e894cd42dedfab5ad (diff)
downloadpkgsrc-e7dfc0d013f6845c0b69db3a99016f3121042558.tar.gz
Changes 3.4.5:
The latest PVM release 3.4.5 is mainly bug fixes and additional support for varying Linux distributions and some better 64-bit Linux/AMD support (like it doesn't seg fauly any more :-). Added strerror() support instead of old crusty global vars. New architectures were added for AIX5*. Fixed hilarious bug in pvmtmpnam(), caused crash after 10,000 spawns... :-D While there's a variety of little tweaks, there are no significant changes or additions to the basic functionality.
Diffstat (limited to 'parallel/pvm3/Makefile')
-rw-r--r--parallel/pvm3/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile
index a560b2cd08e..3ac5125f792 100644
--- a/parallel/pvm3/Makefile
+++ b/parallel/pvm3/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.33 2004/10/03 00:18:03 tv Exp $
-
-DISTNAME= pvm3.4.4
-PKGNAME= pvm-3.4.4
-PKGREVISION= 1
-CATEGORIES= parallel
-MASTER_SITES= http://www.netlib.org/pvm3/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= root@garbled.net
-HOMEPAGE= http://www.epm.ornl.gov/pvm/pvm_home.html
-COMMENT= Parallel Virtual Machine libraries and environment
+# $NetBSD: Makefile,v 1.34 2004/11/12 10:45:45 adam Exp $
+
+DISTNAME= pvm3.4.5
+PKGNAME= pvm-3.4.5
+CATEGORIES= parallel
+MASTER_SITES= http://www.netlib.org/pvm3/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.epm.ornl.gov/pvm/pvm_home.html
+COMMENT= Parallel Virtual Machine libraries and environment
.if exists(/usr/bin/ssh)
PVM_SSH?= /usr/bin/ssh