From: Mikle Kolyada Date: Sun, 22 Mar 2020 14:33:27 +0000 (+0300) Subject: sys-cluster/openmpi: migrate 1.4.5 to EAPI=7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7753ef2ff664ef275563d0c02f9514dba95d7d87;p=gentoo.git sys-cluster/openmpi: migrate 1.4.5 to EAPI=7 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada --- diff --git a/sys-cluster/openmpi/openmpi-1.4.5.ebuild b/sys-cluster/openmpi/openmpi-1.4.5.ebuild index 06dc029d76c8..5d2d9e0e1e98 100644 --- a/sys-cluster/openmpi/openmpi-1.4.5.ebuild +++ b/sys-cluster/openmpi/openmpi-1.4.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 FORTRAN_NEEDED=fortran -inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs +inherit fortran-2 flag-o-matic toolchain-funcs MY_P=${P/-mpi} @@ -50,6 +50,7 @@ pkg_setup() { } src_prepare() { + default # Necessary for scalibility, see # http://www.open-mpi.org/community/lists/users/2008/09/6514.php if use threads; then @@ -92,7 +93,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install + default dodoc README AUTHORS NEWS VERSION }