commit:     3abfa849948c93d88277a832e96ea1e7f8ea65bd
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 23:31:57 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Wed May 31 23:32:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abfa849

sci-libs/h5part: fix compiler to override env

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sci-libs/h5part/h5part-1.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/h5part/h5part-1.6.6.ebuild 
b/sci-libs/h5part/h5part-1.6.6.ebuild
index 7e05fd76462..3e15653d504 100644
--- a/sci-libs/h5part/h5part-1.6.6.ebuild
+++ b/sci-libs/h5part/h5part-1.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,5 +24,5 @@ PATCHES=( "${FILESDIR}/${P}-mpio.patch" )
 S="${WORKDIR}/${MY_P}"
 
 src_configure() {
-       econf --enable-parallel --enable-shared --disable-static
+       econf --enable-parallel --enable-shared --disable-static CC=mpicc 
CXX=mpicxx
 }

Reply via email to