| Summary: | New port devel/tbb: a library that provides thread building blocks | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Arun Sharma <arun> | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Arun Sharma
2007-10-01 00:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it. alepulver 2007-10-02 18:39:18 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/tbb Makefile distinfo pkg-descr pkg-plist
devel/tbb/files patch-freebsd
Log:
Intel Threading Building Blocks (TBB) offers a rich and complete
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks
is not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.
WWW: http://tbb.sourceforge.net/
- Arun Sharma
arun@FreeBSD.org
PR: ports/116771
Submitted by: Arun Sharma <arun at sharma-home.net>
Revision Changes Path
1.2899 +1 -0 ports/devel/Makefile
1.1 +33 -0 ports/devel/tbb/Makefile (new)
1.1 +3 -0 ports/devel/tbb/distinfo (new)
1.1 +980 -0 ports/devel/tbb/files/patch-freebsd (new)
1.1 +12 -0 ports/devel/tbb/pkg-descr (new)
1.1 +40 -0 ports/devel/tbb/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with some fixes. Thanks! |