diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-12-15 19:47:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-23 22:21:40 +0100 |
commit | 58676013a79c5548e828e7a605946fec6d34617d (patch) | |
tree | d06d05edc22c12fbda87ad66c07235dcfae5ef09 /sys-cluster/native-mpi | |
parent | net-wireless/wpa_supplicant: remove unused patches (diff) | |
download | gentoo-58676013a79c5548e828e7a605946fec6d34617d.tar.gz gentoo-58676013a79c5548e828e7a605946fec6d34617d.tar.bz2 gentoo-58676013a79c5548e828e7a605946fec6d34617d.zip |
sys-cluster/native-mpi: EAPI 3 -> 6
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6556
Diffstat (limited to 'sys-cluster/native-mpi')
-rw-r--r-- | sys-cluster/native-mpi/native-mpi-0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-cluster/native-mpi/native-mpi-0.ebuild b/sys-cluster/native-mpi/native-mpi-0.ebuild index 5b2cab5d1d15..3d8f73847393 100644 --- a/sys-cluster/native-mpi/native-mpi-0.ebuild +++ b/sys-cluster/native-mpi/native-mpi-0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=3 +EAPI=6 DESCRIPTION="Use native OS MPI in prefix environment" HOMEPAGE="https://prefix.gentoo.org" @@ -15,8 +15,10 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" +S="${WORKDIR}" + src_install() { - cat >> "${T}"/99mpi <<- EOF + cat >> "${T}"/99mpi <<- EOF || die MPI_CC=gcc MPI_CXX=g++ MPI_FC=gfortran |