summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2009-02-22 19:51:13 +0000
committerJustin Bronder <jsbronder@gentoo.org>2009-02-22 19:51:13 +0000
commit579b60c879a36b9e4e178aacf455aec5b113701e (patch)
tree4a799fe3a21ddf2e11d7e77ffff01586b3e64ea2 /sys-cluster
parentUse system readline only if it is version 5 #259865 by michel. (diff)
downloadgentoo-2-579b60c879a36b9e4e178aacf455aec5b113701e.tar.gz
gentoo-2-579b60c879a36b9e4e178aacf455aec5b113701e.tar.bz2
gentoo-2-579b60c879a36b9e4e178aacf455aec5b113701e.zip
Push Vampir Trace includes to a subdir. #257086
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/openmpi/ChangeLog5
-rw-r--r--sys-cluster/openmpi/openmpi-1.3.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog
index f31187570350..bf6ae8477ce5 100644
--- a/sys-cluster/openmpi/ChangeLog
+++ b/sys-cluster/openmpi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/openmpi
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.37 2009/02/20 19:42:54 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.38 2009/02/22 19:51:13 jsbronder Exp $
+
+ 22 Feb 2009; Justin Bronder <jsbronder@gentoo.org> openmpi-1.3.ebuild:
+ Push Vampir Trace includes to a subdir. #257086
*openmpi-1.2.9 (20 Feb 2009)
diff --git a/sys-cluster/openmpi/openmpi-1.3.ebuild b/sys-cluster/openmpi/openmpi-1.3.ebuild
index 82b8c24d6a86..c7e69e647670 100644
--- a/sys-cluster/openmpi/openmpi-1.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.3.ebuild,v 1.2 2009/01/29 16:51:16 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.3.ebuild,v 1.3 2009/02/22 19:51:13 jsbronder Exp $
EAPI=1
inherit eutils multilib flag-o-matic toolchain-funcs fortran
@@ -91,6 +91,9 @@ src_compile() {
# http://www.open-mpi.org/faq/?category=vampirtrace
use sparc && myconf="${myconf} --enable-contrib-no-build=vt"
+ # Push Vampir Trace includes to a subdir.
+ c="${c} --with-contrib-vt-flags=\"--includedir=/usr/include/vt\""
+
econf ${myconf} \
$(use_enable cxx mpi-cxx) \
$(use_enable romio io-romio) \