wok-6.x diff openmpi/receipt @ rev 24367

created recipe for bison-lang-3.5
author Hans-G?nter Theisgen
date Sat Feb 05 07:42:34 2022 +0100 (2022-02-05)
parents 534a7246f0c9
children ad8b9ff412d2
line diff
     1.1 --- a/openmpi/receipt	Tue May 28 15:59:29 2019 +0100
     1.2 +++ b/openmpi/receipt	Sat Feb 05 07:42:34 2022 +0100
     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()