Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 158347 Details for
Bug 228641
new ebuild: dev-cpp/tbb Intel Thread Building Blocks
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
use dolib.so, make so linker names symbolic links
tbb-2.1.ebuild (text/plain), 1.42 KB, created by
thewtex
on 2008-06-25 04:21:49 UTC
(
hide
)
Description:
use dolib.so, make so linker names symbolic links
Filename:
MIME Type:
Creator:
thewtex
Created:
2008-06-25 04:21:49 UTC
Size:
1.42 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >inherit multilib > >MYSN="tbb21_20080605oss" >S="${WORKDIR}/${MYSN}" > >DESCRIPTION="Intel Thread Building Blocks." >HOMEPAGE="http://threadingbuildingblocks.org/" >SRC_URI="http://www.threadingbuildingblocks.org/uploads/77/111/${PV}/${MYSN}_src.tgz" > >LICENSE="GPL-2-with-exceptions" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~sparc ~x86" >IUSE="doc examples" > >DEPEND="examples? ( x11-libs/libX11 )" >RDEPEND="" > >src_compile(){ > > emake || die " make failed " > > if use examples ; then > emake examples || die " make examples failed " > fi > >} > > >src_install(){ > > dolib.so $(find build -executable -type f) > cd "${D}/usr/$(get_libdir)" \ > || die " could not created so linker name" > for alib in $(ls "${D}/usr/$(get_libdir)/") > do > ln -s $alib $(expr match "$alib" '\([a-z_]*\.so\)') \ > || die " could not created so linker name" > done > > cd ${S} > > > insinto "/usr/include" > doins -r include/tbb > > if use doc ; then > dohtml -r doc/html/* > dodoc doc/Release_Notes.txt > fi > > if use examples ; then > dodir "/usr/share/doc/${PF}/examples" > cp -pPr examples/* "${D}/usr/share/doc/${PF}/examples/" \ > || die "example install fail" > find "${D}/usr/share/doc/${PF}/examples" -name 'xcode' | xargs rm -rf \ > || die "example install fail" > find "${D}/usr/share/doc/${PF}/examples" -name 'vc*' | xargs rm -rf \ > || die "example install fail" > fi > >} >
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 228641
:
157831
|
157843
| 158347