wok-current diff openmpi/receipt @ 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 a5054134e5b5
children 90785fe90d8c
line diff
     1.1 --- a/openmpi/receipt	Fri Mar 04 12:58:25 2011 +0000
     1.2 +++ b/openmpi/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"
     1.7 -VERSION="1.5.1"
     1.8 +VERSION="1.5.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="High performance message passing library (MPI)"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -9,7 +9,7 @@
    1.13  BUILD_DEPENDS="$DEPENDS valgrind-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.open-mpi.org"
    1.16 -WGET_URL="http://www.open-mpi.org/software/ompi/v1.5/downloads/$TARBALL"
    1.17 +WGET_URL="http://www.open-mpi.org/software/ompi/v${VERSION%.*}/downloads/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()