summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/h5part/h5part-1.6.6.ebuild')
-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
}