aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-23 14:00:05 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-23 14:00:05 +0200
commita53f0577c7330fa86cf60fa3271d4fe3bfa6fa56 (patch)
tree49aa27d8aa4c1cddb3c2d5c09a4c36faa0236fa7 /sys-cluster/openmpi
parentapp-admin/eselect: Use default functions (diff)
downloadsci-a53f0577c7330fa86cf60fa3271d4fe3bfa6fa56.tar.gz
sci-a53f0577c7330fa86cf60fa3271d4fe3bfa6fa56.tar.bz2
sci-a53f0577c7330fa86cf60fa3271d4fe3bfa6fa56.zip
sys-cluster/openmpi: Use default functions
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-cluster/openmpi')
-rw-r--r--sys-cluster/openmpi/openmpi-1.6.5.ebuild2
-rw-r--r--sys-cluster/openmpi/openmpi-1.7.3.ebuild2
-rw-r--r--sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild2
-rw-r--r--sys-cluster/openmpi/openmpi-1.8.8.ebuild2
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 a04a129ad..8314533d3 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 3e0f7a018..61719d3f0 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 45d5fe20d..61d021b41 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 61d1fad3b..18a734271 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