mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
sci-libs/h5part: fix compiler to override env
Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user