From 608a49084f8c6599f8adef56b6c1480c3e293c04 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Apr 2012 00:01:23 +0000 Subject: Thu Apr 5 00:01:22 UTC 2012 --- extra/openmpi/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extra/openmpi/PKGBUILD') diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 39ea544a8..8b4f8d9b5 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 151701 2012-03-01 00:42:34Z stephane $ +# $Id: PKGBUILD 155428 2012-04-03 14:17:40Z stephane $ # Maintainer: Stéphane Gaudreault pkgname=openmpi -pkgver=1.5.4 -pkgrel=5 +pkgver=1.5.5 +pkgrel=1 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') url="http://www.open-mpi.org" @@ -12,7 +12,7 @@ makedepends=('inetutils') options=(!libtool) source=(http://www.open-mpi.org/software/ompi/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2 openmpi-1.5.4-fix-fakeroot-execution.patch) -sha1sums=('81f7736a83b2134ba20c2e5c380b4d267cfd9d9c' +sha1sums=('206e555f6d376443f2342f721d944e67dd1a04ef' 'ec46abb6f9e01daca910e4079b9abc036db9ed20') build() { @@ -33,7 +33,7 @@ build() { --enable-debug \ --enable-pretty-print-stacktrace \ --without-slurm \ - --with-hwloc=external \ + --with-hwloc=/usr \ --with-libltdl=/usr \ FC=/usr/bin/gfortran \ LDFLAGS="$LDFLAGS -Wl,-z,noexecstack" -- cgit v1.2.3-54-g00ecf