Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 228641 - new ebuild: dev-cpp/tbb Intel Thread Building Blocks
Summary: new ebuild: dev-cpp/tbb Intel Thread Building Blocks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-06-20 22:25 UTC by thewtex
Modified: 2009-03-16 14:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tbb ebuild (tbb-2.1.ebuild,1.24 KB, text/plain)
2008-06-20 22:27 UTC, thewtex
Details
made suggested corrections (tbb-2.1.ebuild,1.21 KB, text/plain)
2008-06-21 04:16 UTC, thewtex
Details
use dolib.so, make so linker names symbolic links (tbb-2.1.ebuild,1.42 KB, text/plain)
2008-06-25 04:21 UTC, thewtex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thewtex 2008-06-20 22:25:20 UTC
Intel Thread Building Blocks 
for abstraction of the use of C++ threads

Reproducible: Always
Comment 1 thewtex 2008-06-20 22:27:43 UTC
Created attachment 157831 [details]
tbb ebuild

tested on x86 and amd64 (Core 2) but should work on AMD processors too, and sparc and ia64, ..., that's what they say at least
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-20 22:51:16 UTC
- ebuilds with comments such as 
# created 2008 June 20 by thewtex <matt@mmmccormick.com>
can't go into the tree as it's against policy. Remove it together with the other superfluous comment, please.
- the examples "exec subshell || die" idea is pretty broken as it triggers only, if the last command in the subshell fails, not if one of the others do
Comment 3 thewtex 2008-06-21 04:16:25 UTC
Created attachment 157843 [details]
made suggested corrections

made suggested corrections
Comment 4 thewtex 2008-06-25 04:21:49 UTC
Created attachment 158347 [details]
use dolib.so, make so linker names symbolic links
Comment 5 Sébastien Fabbro (RETIRED) gentoo-dev 2009-03-16 14:36:31 UTC
Now in the portage tree. I chose to add the comercially aligned version since it seems newer than the stable one with more bugs corrected.
Thanks.