wok diff openmpi/receipt @ rev 23874

squidclamav: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 19:42:45 2020 +0000 (2020-06-25)
parents 534a7246f0c9
children ad8b9ff412d2
line diff
     1.1 --- a/openmpi/receipt	Tue May 28 15:59:29 2019 +0100
     1.2 +++ b/openmpi/receipt	Thu Jun 25 19:42:45 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openmpi"
     1.7 -VERSION="4.0.1"
     1.8 +VERSION="4.0.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="High performance message passing library (MPI)."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -12,7 +12,7 @@
    1.13  WGET_URL="${WEB_SITE}software/ompi/v${VERSION%.*}/downloads/$TARBALL"
    1.14  
    1.15  DEPENDS="gcc gfortran libtool openssh valgrind"
    1.16 -BUILD_DEPENDS="$DEPENDS valgrind-dev file"
    1.17 +BUILD_DEPENDS="$DEPENDS file valgrind-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()