wok diff openmpi/receipt @ rev 20861

syslinux: fix iso2exe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 22 15:37:43 2019 +0100 (2019-02-22)
parents 23c3aed67cd9
children 534a7246f0c9
line diff
     1.1 --- a/openmpi/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/openmpi/receipt	Fri Feb 22 15:37:43 2019 +0100
     1.3 @@ -11,12 +11,11 @@
     1.4  WGET_URL="http://www.open-mpi.org/software/ompi/v${VERSION%.*}/downloads/$TARBALL"
     1.5  
     1.6  DEPENDS="gcc gfortran libtool openssh valgrind"
     1.7 -BUILD_DEPENDS="$DEPENDS valgrind-dev"
     1.8 +BUILD_DEPENDS="$DEPENDS valgrind-dev file"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14     ./configure --sysconfdir=/etc/${PACKAGE} \
    1.15                 --enable-mpi-f90 \
    1.16                 --libdir=/usr/lib/${pkgname} \