diff options
author | adam <adam@pkgsrc.org> | 2004-11-12 10:45:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-12 10:45:45 +0000 |
commit | 9c4c68ccc99deb057934c515ceff2ab170c8be94 (patch) | |
tree | 87c97571f7b1564643d543ba79ebbbd5a89c7a07 /parallel/pvm3/Makefile | |
parent | a93154745a7c2dcc6b65c8e0f208c94f8808a9b5 (diff) | |
download | pkgsrc-9c4c68ccc99deb057934c515ceff2ab170c8be94.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/Makefile | 23 |
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 |