Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45838 Details for
Bug 74048
dev-libs/boost-1.32.0.ebuild doesn't compile properly and installs garbage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
variable to prevent heinous boost-jam lossage
boost-1.32.0.ebuild (text/plain), 1.99 KB, created by
Daniel Holth
on 2004-12-12 11:22:55 UTC
(
hide
)
Description:
variable to prevent heinous boost-jam lossage
Filename:
MIME Type:
Creator:
Daniel Holth
Created:
2004-12-12 11:22:55 UTC
Size:
1.99 KB
patch
obsolete
># Copyright 1999-2004 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.ebuild,v 1.6 2004/12/12 02:41:44 morfic Exp $ > ># This ebuild was generated by Ebuilder v0.4. > >BOOST_PV1=${PV/./_} >BOOST_PV=${BOOST_PV1/./_} >S="${WORKDIR}/${PN}_${BOOST_PV}" >DESCRIPTION="Boost Libraries for C++" >SRC_URI="mirror://sourceforge/boost/${PN}_${BOOST_PV}.tar.bz2" >HOMEPAGE="http://www.boost.org/" >LICENSE="freedist Boost-1.0" >SLOT="1" >IUSE="icc" > >DEPEND="sys-devel/gcc > dev-lang/python" >KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~ppc64" >PYTHON_VERSION=$(/usr/bin/python -V 2>&1 | sed 's/Python \([0-9][0-9]*\.[0-9][0-9]*\)\..*/\1/') > >if [ "${ARCH}" == "amd64" ]; then > arch= >else > arch=${ARCH} >fi > >BOOSTJAM=./tools/build/jam_src/bin.linux${arch}/bjam > >src_compile() { > cd ${S}/tools/build/jam_src > ./build.sh || die "Failed to build bjam" > cd ${S} > > # actual build > ${BOOSTJAM} \ > -sBOOST_ROOT=${S} \ > -sPYTHON_ROOT=/usr \ > -sPYTHON_VERSION=${PYTHON_VERSION} \ > -sTOOLS=gcc \ > --prefix=${D}/usr \ > --layout=system \ > stage > >} > >src_install () { > ${BOOSTJAM} ${MAKEOPTS} \ > -sBOOST_ROOT=${S} \ > -sPYTHON_ROOT=/usr \ > -sPYTHON_VERSION=${PYTHON_VERSION} \ > -sTOOLS=gcc \ > --prefix=${D}/usr \ > --layout=system \ > install > > # Install documentation; seems to be mostly under ${S}/lib > # install documentation > dodoc README > dohtml index.htm google_logo_40wht.gif c++boost.gif boost.css > dohtml -A pdf -r more > dohtml -r people > dohtml -r doc > > find libs -type f -not -regex '^libs/[^/]*/build/.*' \ > -and -not -regex '^libs/.*/test[^/]?/.*' \ > -and -not -regex '^libs/.*/bench[^/]?/.*' \ > -and -not -regex '^libs/[^/]*/tools/.*' \ > -and -not -name \*.bat \ > -and -not -name Jamfile\* \ > -and -not -regex '^libs/[^/]*/src/.*' \ > -and -not -iname makefile \ > -and -not -name \*.mak \ > -and -not -name .\* \ > -and -not -name \*.dsw \ > -and -not -name \*.dsp \ > -exec \ > install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \; > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74048
: 45838 |
46303