diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-03-10 04:42:33 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-03-10 04:42:33 +0000 |
commit | e1e3189b66919466516cee8788b7964981e978b5 (patch) | |
tree | ffb42f24f2812a5c0dfc0f2d262042493574fe83 /dev-libs/boost/boost-1.32.0-r1.ebuild | |
parent | Scott Price: fix version options, move linux-headers into stage2, create set_... (diff) | |
download | gentoo-2-e1e3189b66919466516cee8788b7964981e978b5.tar.gz gentoo-2-e1e3189b66919466516cee8788b7964981e978b5.tar.bz2 gentoo-2-e1e3189b66919466516cee8788b7964981e978b5.zip |
added paths for boost to build all targets with icc
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/boost/boost-1.32.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.32.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.32.0-r1.ebuild b/dev-libs/boost/boost-1.32.0-r1.ebuild index 0e7c4b5e173a..0901cff65fbf 100644 --- a/dev-libs/boost/boost-1.32.0-r1.ebuild +++ b/dev-libs/boost/boost-1.32.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.7 2005/03/09 06:17:04 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.8 2005/03/10 04:42:33 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python multilib @@ -57,6 +57,8 @@ src_install () { cd ${S} if use icc ; then + export CPLUS_INCLUDE_PATH="/opt/intel/compiler80/include/c++" + export GXX_INCLUDE="/usr/include" ${BOOSTJAM} -sBOOST_ROOT=${S} \ -sPYTHON_ROOT=/usr \ -sPYTHON_VERSION=${PYVER} \ |