Date: Thursday, February 21, 2013 @ 22:28:16 Author: stephane Revision: 178422
upgpkg: openmpi 1.6.4-1 upstream update Modified: openmpi/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-21 20:49:20 UTC (rev 178421) +++ PKGBUILD 2013-02-21 21:28:16 UTC (rev 178422) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Stéphane Gaudreault <[email protected]> pkgname=openmpi -pkgver=1.6.3 +pkgver=1.6.4 pkgrel=1 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ makedepends=('inetutils') options=(!libtool) source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('a61aa2dee4c47d93d88e49ebed36de25df4f6492') +sha1sums=('38095d3453519177272f488d5058a98f7ebdbf10') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -52,9 +52,6 @@ # Openmpi's otfinfo conflicts with the one from texlive mv "${pkgdir}"/usr/bin/otfinfo{,mpi} - # Openmpi's otfdump conflicts with the one from libotf - mv "${pkgdir}"/usr/bin/otfdump{,ompi} - # Remove dangling symlink rm "${pkgdir}"/usr/share/man/man1/orteCC.1
