wok-current rev 9290
Up: openmpi to 1.5.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Mar 16 19:05:35 2011 +0000 (2011-03-16) |
parents | c8b38336a4fe |
children | 90785fe90d8c |
files | openmpi-dev/receipt openmpi/receipt |
line diff
1.1 --- a/openmpi-dev/receipt Wed Mar 16 19:02:27 2011 +0000 1.2 +++ b/openmpi-dev/receipt Wed Mar 16 19:05:35 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openmpi-dev" 1.7 -VERSION="1.5.1" 1.8 +VERSION="1.5.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="devel files for opemmpi" 1.11 MAINTAINER="slaxemulator@gmail.com"
2.1 --- a/openmpi/receipt Wed Mar 16 19:02:27 2011 +0000 2.2 +++ b/openmpi/receipt Wed Mar 16 19:05:35 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openmpi" 2.7 -VERSION="1.5.1" 2.8 +VERSION="1.5.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="High performance message passing library (MPI)" 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 @@ -9,7 +9,7 @@ 2.13 BUILD_DEPENDS="$DEPENDS valgrind-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.open-mpi.org" 2.16 -WGET_URL="http://www.open-mpi.org/software/ompi/v1.5/downloads/$TARBALL" 2.17 +WGET_URL="http://www.open-mpi.org/software/ompi/v${VERSION%.*}/downloads/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules()