diff options
Diffstat (limited to 'parallel/openmpi/Makefile')
-rw-r--r-- | parallel/openmpi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/parallel/openmpi/Makefile b/parallel/openmpi/Makefile index 135f9501dcb..e0f6c3dfc4d 100644 --- a/parallel/openmpi/Makefile +++ b/parallel/openmpi/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.35 2016/07/09 06:38:48 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2016/10/23 14:02:28 asau Exp $ -DISTNAME= openmpi-1.10.1 -PKGREVISION= 2 +DISTNAME= openmpi-1.10.4 CATEGORIES= parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.10/downloads/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= asau@inbox.ru HOMEPAGE= http://www.open-mpi.org/ -COMMENT= Open source MPI-2 implementation +COMMENT= Open source MPI-3.1 implementation GNU_CONFIGURE= yes USE_LANGUAGES= c c++ fortran77 |