diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-12 03:59:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-12 03:59:45 +0000 |
commit | d8679f0250762892ab1e1a6d71badc2e9d42a526 (patch) | |
tree | 2c5893ffb5a88532e043973210221d10ce07f808 /extra/openmpi | |
parent | 10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff) |
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'extra/openmpi')
-rw-r--r-- | extra/openmpi/PKGBUILD | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 5c4ba5d9d..1742d1ff6 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -1,17 +1,19 @@ -# $Id: PKGBUILD 197773 2013-10-29 21:29:45Z eric $ +# $Id: PKGBUILD 210083 2014-04-09 17:50:07Z anatolik $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> + pkgname=openmpi -pkgver=1.6.5 +pkgver=1.8 pkgrel=1 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') url="http://www.open-mpi.org" license=('custom') -depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc') -makedepends=('inetutils') +depends=('libltdl' 'hwloc') +makedepends=('inetutils' 'valgrind' 'gcc-fortran') +optdepends=('gcc-fortran: fortran support') options=('staticlibs') -source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('93859d515b33dd9a0ee6081db285a2d1dffe21ce') +source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('d32961b83c689e086cede6c964b312e1f3d174f0') build() { cd ${pkgname}-${pkgver} @@ -21,7 +23,7 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc/${pkgname} \ - --enable-mpi-f90 \ + --enable-mpi-fortran=all \ --libdir=/usr/lib/${pkgname} \ --with-threads=posix \ --enable-smp-locks \ @@ -52,7 +54,6 @@ package() { mv "${pkgdir}"/usr/bin/otfinfo{,mpi} # Remove dangling symlink and useless file - rm "${pkgdir}"/usr/share/man/man1/orteCC.1 rm "${pkgdir}"/usr/share/vampirtrace/config.log install -d -m 755 "${pkgdir}"/etc/ld.so.conf.d |