7787 FreshPorts -- devel/tbb
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
tbb 4.1.3 devel on this many watch lists=3 search for ports that depend on this port
A library that provides thread building blocks
Maintained by: martymac@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Oct 2007 18:43:33
License: GPLv2


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake

This port is required by:

for Libraries

To install the port: cd /usr/ports/devel/tbb/ && make install clean
To add the package: pkg_add -r tbb


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/martymac/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/martymac/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/martymac/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/martymac/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/martymac/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/martymac/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/martymac/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/martymac/
  10. http://threadingbuildingblocks.org/sites/default/files/software_releases/source/

Number of commits found: 18

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 07:00:02
Original commit files touched by this commit  4.1.3
martymac search for other commits by this committer
- Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
- Fix build when CC defined as gcc
12 Feb 2013 08:36:51
Original commit files touched by this commit  4.1.2
gahr search for other commits by this committer
- Make fetchable again by updating to 4.1.2

  Changes:

  - Objects up to 128 MB are now cached by the tbbmalloc. Previously the
    threshold was 8MB. Objects larger than 128 MB are still processed by
    direct OS calls.
  - Concurrent_unordered_multiset and concurrent_unordered_multimap have
    been added, based on Microsoft* PPL prototype.
  - Ability to value-initialize a tbb::atomic<T> variable on construction
    in C++11, with const expressions properly supported.

  Community Preview Features:

  - Added a possibility to wait until all worker threads terminate.
    This is necessary before calling fork() from an application.

  Bugs fixed:

  - Fixed data race in tbbmalloc that might lead to memory leaks for large
    object allocations.
  - Fixed task_arena::enqueue() to use task_group_context of target arena.
  - Improved implementation of 64 bit atomics on ia32.

Approved by:	martymac (maintainer)
12 Dec 2012 07:42:35
Original commit files touched by this commit  4.1.1
martymac search for other commits by this committer
- Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
- Remove hardcoded dependency on gcc [1]

PR:		ports/171297 [1]
Submitted by:	Christian Mangin <christian.mangin@gmail.com> [1]
20 Nov 2012 07:42:50
Original commit files touched by this commit  4.0.0
martymac search for other commits by this committer
Fix checksum mismatch following master site re-organization

PR:		ports/173639
Submitted by:	Rob Messick <robmessick@gmail.com>
Feature safe:	yes
16 Jan 2012 09:46:55
Original commit files touched by this commit  4.0.0
martymac search for other commits by this committer
- Update devel/tbb to 4.0.0
- Bump dependent ports' revisions
24 Mar 2011 08:20:12
Original commit files touched by this commit  3.0.5
martymac search for other commits by this committer
- Update devel/tbb to 3.0.5 and add a LOCAL mirror
- Bump PORTREVISIONs for dependent ports

Approved by:    ehaupt (mentor)
10 Nov 2010 13:30:59
Original commit files touched by this commit  3.0_1
martymac search for other commits by this committer
Add missing LICENSE

Approved by:    ehaupt (mentor)
27 Sep 2010 12:08:23
Original commit files touched by this commit  3.0
martymac search for other commits by this committer
Update MAINTAINER address for my ports

Approved by:    ehaupt (mentor)
07 Sep 2010 15:52:18
Original commit files touched by this commit  3.0
pgollucci search for other commits by this committer
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
03 Sep 2010 08:52:37
Original commit files touched by this commit  3.0
pav search for other commits by this committer
- Honor CXX

PR:             ports/150054
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
04 Jul 2010 08:58:11
Original commit files touched by this commit  3.0
wen search for other commits by this committer
- Update to 3.0

PR:             ports/147870
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Feature safe:   yes
26 Aug 2009 16:03:53
Original commit files touched by this commit  2.2
miwi search for other commits by this committer
- Update to 2.2

PR:             138133
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
07 Jul 2009 09:30:50
Original commit files touched by this commit  2.1
linimon search for other commits by this committer
Over to new volunteer.
06 Jul 2009 01:39:00
Original commit files touched by this commit  2.1
linimon search for other commits by this committer
Reset maintainer due to timeout and no response to email.

Hat:    portmgr
29 Apr 2009 07:35:00
Original commit files touched by this commit  2.1
itetcu search for other commits by this committer
Update devel/tbb to version 2.1 (20080605).

Changes to the port :
- Includes a script to generate version info string for freeBSD
- Use ${COPYTREE_SHARE} to install headers
- Use ${PTHREAD_LIBS} instead of -lpthread

PR:             ports/129686
Submitted by:   Ganael Laplanche
Approved by:    maintainer timeout
23 Feb 2008 19:44:22
Original commit files touched by this commit  2.0
erwin search for other commits by this committer
Update to 20080207

Submitted by:   arun (maintainer)
25 Oct 2007 23:21:46
Original commit files touched by this commit  2.0
linimon search for other commits by this committer
Chase mastersite.

Submitted by:   maintainer
02 Oct 2007 18:39:18
Original commit files touched by this commit  2.0
alepulver search for other commits by this committer
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>

Number of commits found: 18

280d
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days28
new fortnight62
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0