[arch-commits] Commit in openmpi/trunk (PKGBUILD)

Anatol Pomozov anatolik at nymeria.archlinux.org
Mon Apr 7 14:42:59 UTC 2014


    Date: Monday, April 7, 2014 @ 16:42:59
  Author: anatolik
Revision: 209875

upgpkg: openmpi 1.8-1

Move valgrind to makedepends, gcc-fortran to optional.

Modified:
  openmpi/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-07 13:57:29 UTC (rev 209874)
+++ PKGBUILD	2014-04-07 14:42:59 UTC (rev 209875)
@@ -1,17 +1,19 @@
 # $Id$
 # Maintainer: Stéphane Gaudreault <stephane at 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 @@
 
    ./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 @@
    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




More information about the arch-commits mailing list