summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2017-05-31 17:31:57 -0600
committerChristoph Junghans <junghans@gentoo.org>2017-05-31 17:32:24 -0600
commit3abfa849948c93d88277a832e96ea1e7f8ea65bd (patch)
tree8c514436c55a19c2a31aaf9a7a56f7b44d73da8b /sci-libs/h5part
parentdev-perl/Module-Build: Bump to version 0.422.400 (diff)
downloadgentoo-3abfa849948c93d88277a832e96ea1e7f8ea65bd.tar.gz
gentoo-3abfa849948c93d88277a832e96ea1e7f8ea65bd.tar.bz2
gentoo-3abfa849948c93d88277a832e96ea1e7f8ea65bd.zip
sci-libs/h5part: fix compiler to override env
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'sci-libs/h5part')
-rw-r--r--sci-libs/h5part/h5part-1.6.6.ebuild4
1 files 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 7e05fd764627..3e15653d504a 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
}