commit: bffe21a9a0e7bcfda004e9dea3b5351b5cbf4c6e
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 18:57:09 2017 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 18:58:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffe21a9
sys-cluster/gasnet: don't build ibv backend (bug #616514)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-cluster/gasnet/gasnet-1.28.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-cluster/gasnet/gasnet-1.28.2.ebuild
b/sys-cluster/gasnet/gasnet-1.28.2.ebuild
index 3f73fec6d81..52282995fdd 100644
--- a/sys-cluster/gasnet/gasnet-1.28.2.ebuild
+++ b/sys-cluster/gasnet/gasnet-1.28.2.ebuild
@@ -54,6 +54,7 @@ src_prepare() {
src_configure() {
econf \
+ --disable-ibv \
$(use_enable mpi) \
$(use_enable threads pthreads) \
CC="$(tc-getCC) ${CFLAGS} -fPIC" \