From 7c151ac5589d3dbef5972f69a62b847ecf565bfa Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Oct 2013 01:04:25 -0700 Subject: Wed Oct 30 01:01:59 PDT 2013 --- extra/openmpi/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'extra/openmpi') diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 2c6bb39c0..5c4ba5d9d 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 189231 2013-06-30 23:32:16Z eric $ +# $Id: PKGBUILD 197773 2013-10-29 21:29:45Z eric $ # Maintainer: Stéphane Gaudreault pkgname=openmpi pkgver=1.6.5 @@ -9,19 +9,18 @@ url="http://www.open-mpi.org" license=('custom') depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc') makedepends=('inetutils') -options=('!libtool') +options=('staticlibs') source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2) sha1sums=('93859d515b33dd9a0ee6081db285a2d1dffe21ce') build() { cd ${pkgname}-${pkgver} - # Make sure we use the system ltdl librariry rather than the ones in the tarball + # Make sure we use the system ltdl library rather than the ones in the tarball rm -r opal/libltdl ./configure --prefix=/usr \ --sysconfdir=/etc/${pkgname} \ - --mandir=/usr/share/man \ --enable-mpi-f90 \ --libdir=/usr/lib/${pkgname} \ --with-threads=posix \ -- cgit v1.2.3-54-g00ecf