projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf76b5f
)
sci-libs/h5part: fix compiler to override env
author
Christoph Junghans
<junghans@gentoo.org>
Wed, 31 May 2017 23:31:57 +0000
(17:31 -0600)
committer
Christoph Junghans
<junghans@gentoo.org>
Wed, 31 May 2017 23:32:24 +0000
(17:32 -0600)
Package-Manager: Portage-2.3.5, Repoman-2.3.1
sci-libs/h5part/h5part-1.6.6.ebuild
patch
|
blob
|
history
diff --git
a/sci-libs/h5part/h5part-1.6.6.ebuild
b/sci-libs/h5part/h5part-1.6.6.ebuild
index 7e05fd764627e5d922236830735327868cc01c35..3e15653d504ac059a8572f03595c660f829d46da 100644
(file)
--- a/
sci-libs/h5part/h5part-1.6.6.ebuild
+++ b/
sci-libs/h5part/h5part-1.6.6.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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
}