# HG changeset patch # User Christopher Rogers # Date 1300302335 0 # Node ID dda28a460f9a9c2d884a333e5811db4189228fab # Parent c8b38336a4fe8b592ba733ef9025e93056fe50a8 Up: openmpi to 1.5.2. diff -r c8b38336a4fe -r dda28a460f9a openmpi-dev/receipt --- a/openmpi-dev/receipt Wed Mar 16 19:02:27 2011 +0000 +++ b/openmpi-dev/receipt Wed Mar 16 19:05:35 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openmpi-dev" -VERSION="1.5.1" +VERSION="1.5.2" CATEGORY="development" SHORT_DESC="devel files for opemmpi" MAINTAINER="slaxemulator@gmail.com" diff -r c8b38336a4fe -r dda28a460f9a openmpi/receipt --- a/openmpi/receipt Wed Mar 16 19:02:27 2011 +0000 +++ b/openmpi/receipt Wed Mar 16 19:05:35 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openmpi" -VERSION="1.5.1" +VERSION="1.5.2" CATEGORY="development" SHORT_DESC="High performance message passing library (MPI)" MAINTAINER="slaxemulator@gmail.com" @@ -9,7 +9,7 @@ BUILD_DEPENDS="$DEPENDS valgrind-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.open-mpi.org" -WGET_URL="http://www.open-mpi.org/software/ompi/v1.5/downloads/$TARBALL" +WGET_URL="http://www.open-mpi.org/software/ompi/v${VERSION%.*}/downloads/$TARBALL" # Rules to configure and make the package. compile_rules()