diff options
author | asau <asau> | 2010-05-17 18:27:15 +0000 |
---|---|---|
committer | asau <asau> | 2010-05-17 18:27:15 +0000 |
commit | 5e32f3fe22595b25adfdb25e8b3cf29327a32f4c (patch) | |
tree | 8dbe397253799e278d3b2355c45356f16ff3b0fa /parallel/mpi-ch/Makefile | |
parent | 3dee28f6759f53b2add937399e117aea1894583a (diff) | |
download | pkgsrc-5e32f3fe22595b25adfdb25e8b3cf29327a32f4c.tar.gz |
Update to MPICH2 1.2.1p1.
This is primarily a bug fix release that fixes several issues on
PowerPC systems, build system bugs, and the MPD process manager.
Diffstat (limited to 'parallel/mpi-ch/Makefile')
-rw-r--r-- | parallel/mpi-ch/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 8073ef8bd2f..59e4e7aa7cb 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.62 2010/02/10 19:17:44 joerg Exp $ +# $NetBSD: Makefile,v 1.63 2010/05/17 18:27:15 asau Exp $ -DISTNAME= mpich2-1.2.1 -PKGREVISION= 1 +DISTNAME= mpich2-1.2.1p1 +#PKGREVISION= 1 CATEGORIES= parallel -MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.2.1/ +MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.2.1p1/ MAINTAINER= asau@inbox.ru HOMEPAGE= http://www.mcs.anl.gov/research/projects/mpich2/ |