[arch-commits] Commit in openmpi/trunk (PKGBUILD)
Eric BĂ©langer
eric at nymeria.archlinux.org
Tue Oct 29 21:27:54 UTC 2013
Date: Tuesday, October 29, 2013 @ 22:27:54
Author: eric
Revision: 197771
Add staticlibs to options to keep static libs
Modified:
openmpi/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-29 21:10:16 UTC (rev 197770)
+++ PKGBUILD 2013-10-29 21:27:54 UTC (rev 197771)
@@ -9,7 +9,7 @@
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')
@@ -16,12 +16,11 @@
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 \
More information about the arch-commits
mailing list