From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DB89E139BC6 for ; Wed, 23 Sep 2015 12:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D26C021C00D; Wed, 23 Sep 2015 12:48:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F11DCE07F9 for ; Wed, 23 Sep 2015 12:48:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07263340976 for ; Wed, 23 Sep 2015 12:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C16F11F4 for ; Wed, 23 Sep 2015 12:48:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443009605.a53f0577c7330fa86cf60fa3271d4fe3bfa6fa56.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/openmpi/openmpi-1.6.5.ebuild sys-cluster/openmpi/openmpi-1.7.3.ebuild sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild sys-cluster/openmpi/openmpi-1.8.8.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a53f0577c7330fa86cf60fa3271d4fe3bfa6fa56 X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:48:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 603a3ab4-4526-4115-962a-a63d5fa62e30 X-Archives-Hash: 2dd27adfb0d7954cf6d356126ee50fd8 commit: a53f0577c7330fa86cf60fa3271d4fe3bfa6fa56 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 23 12:00:05 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 23 12:00:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a53f0577 sys-cluster/openmpi: Use default functions Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sys-cluster/openmpi/openmpi-1.6.5.ebuild | 2 +- sys-cluster/openmpi/openmpi-1.7.3.ebuild | 2 +- sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild | 2 +- sys-cluster/openmpi/openmpi-1.8.8.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/openmpi/openmpi-1.6.5.ebuild b/sys-cluster/openmpi/openmpi-1.6.5.ebuild index a04a129..8314533 100644 --- a/sys-cluster/openmpi/openmpi-1.6.5.ebuild +++ b/sys-cluster/openmpi/openmpi-1.6.5.ebuild @@ -147,7 +147,7 @@ src_configure() { } src_install () { - emake DESTDIR="${D}" install + default # From USE=vt see #359917 rm "${ED}"/$(mpi_root)/usr/share/libtool &> /dev/null mpi_dodoc README AUTHORS NEWS VERSION diff --git a/sys-cluster/openmpi/openmpi-1.7.3.ebuild b/sys-cluster/openmpi/openmpi-1.7.3.ebuild index 3e0f7a0..61719d3 100644 --- a/sys-cluster/openmpi/openmpi-1.7.3.ebuild +++ b/sys-cluster/openmpi/openmpi-1.7.3.ebuild @@ -142,7 +142,7 @@ src_configure() { } src_install () { - emake DESTDIR="${D}" install + default # From USE=vt see #359917 rm "${ED}"/$(mpi_root)/usr/share/libtool &> /dev/null # Avoid collisions with libevent diff --git a/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild b/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild index 45d5fe2..61d021b 100644 --- a/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild @@ -155,7 +155,7 @@ multilib_src_configure() { } multilib_src_install() { - emake DESTDIR="${D}" install + default # Remove la files, no static libs are installed and we have pkg-config find "${ED}"/usr/$(get_libdir)/ -type f -name '*.la' -delete diff --git a/sys-cluster/openmpi/openmpi-1.8.8.ebuild b/sys-cluster/openmpi/openmpi-1.8.8.ebuild index 61d1fad..18a7342 100644 --- a/sys-cluster/openmpi/openmpi-1.8.8.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.8.ebuild @@ -151,7 +151,7 @@ src_configure() { } src_install () { - emake DESTDIR="${D}" install + default # From USE=vt see #359917 rm "${ED}"/$(mpi_root)/usr/share/libtool &> /dev/null