Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/h5part/
Date: Wed, 31 May 2017 23:32:39
Message-Id: 1496273544.3abfa849948c93d88277a832e96ea1e7f8ea65bd.junghans@gentoo
1 commit: 3abfa849948c93d88277a832e96ea1e7f8ea65bd
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 23:31:57 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 23:32:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abfa849
7
8 sci-libs/h5part: fix compiler to override env
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 sci-libs/h5part/h5part-1.6.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/h5part/h5part-1.6.6.ebuild b/sci-libs/h5part/h5part-1.6.6.ebuild
16 index 7e05fd76462..3e15653d504 100644
17 --- a/sci-libs/h5part/h5part-1.6.6.ebuild
18 +++ b/sci-libs/h5part/h5part-1.6.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -24,5 +24,5 @@ PATCHES=( "${FILESDIR}/${P}-mpio.patch" )
26 S="${WORKDIR}/${MY_P}"
27
28 src_configure() {
29 - econf --enable-parallel --enable-shared --disable-static
30 + econf --enable-parallel --enable-shared --disable-static CC=mpicc CXX=mpicxx
31 }