summaryrefslogtreecommitdiff
path: root/sys-cluster/native-mpi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-25 17:37:52 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-25 17:37:52 +0000
commit2f51c9978dda4c6e8debca43e4235ecc86914032 (patch)
treebc41e1c4383040034174c327504f702c8517a123 /sys-cluster/native-mpi
parent51536d2fe4697ba9114d611178bb9e20d3d5b729 (diff)
gentoo resync : 25.12.2017
Diffstat (limited to 'sys-cluster/native-mpi')
-rw-r--r--sys-cluster/native-mpi/Manifest2
-rw-r--r--sys-cluster/native-mpi/native-mpi-0.ebuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-cluster/native-mpi/Manifest b/sys-cluster/native-mpi/Manifest
index 444188b51779..18428a08006c 100644
--- a/sys-cluster/native-mpi/Manifest
+++ b/sys-cluster/native-mpi/Manifest
@@ -1,2 +1,2 @@
-EBUILD native-mpi-0.ebuild 622 BLAKE2B a008a8073cb93a12ec9b437ab8d0554c815fd76403cbdc59eee49cf6484655f70579f85e9630f094930ce8c87dba95922468e86bb29b827e18bcd3451e3362f6 SHA512 9f86900e569535c5e00fdbca9b89269b5d2404b1a88d0c0c30e75ca70950d7d6d73609ac88b7adc986af6e9d8d289264875ec580bb2d051b4785e0e426fc03d0
+EBUILD native-mpi-0.ebuild 645 BLAKE2B 781bd35f13338c39b965ecf6de7b5e0fd6befa6845c3c383a34ee4ab533dc2f6c0a090d88e08000e332090d3816a9b681d32a1f49aba29418f76b33d715252fc SHA512 d5eccc584467424974f5414e476a2c684f759f585de41d6ecf0434aeb4e546d4fd748f889d910b281606fa4ba7d341c6746453136b7ff8f7f147315dde98c59d
MISC metadata.xml 364 BLAKE2B b9513ca187717f06534db8cb845f57aeb144f5f1723d0c27488c1f7889435bf85041eb1e44bec0e2615e88ec32311a5cbbe5f42d1198cc576eab5eeb4699f23e SHA512 14e1b1507a36c5de43477ce2596f8e303ed3f01e28f86b378659fcfd08e6a65cf34b9324ebf0e8205cd81b942b70f5169803155740641d4dfaf6809a63fc369b
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