How do you properly install the open source version of Intel Thread Building Blocks (TBB) on OS X 10.6? The open source version doesn't seem to have a proper install script.
Asked
Active
Viewed 1.6k times
12
-
Duplicate (unfortunately also without answers): http://stackoverflow.com/questions/3714598/installing-intels-tbb-3-0-framework-on-macos-10-6-snow-leopard – Kleist Jan 27 '11 at 20:13
2 Answers
30
I found an easy way to install it:
brew install tbb
Requires Homebrew, which is highly recommended for any Mac user wanting to use various open source tools.

Glorfindel
- 21,988
- 13
- 81
- 109

Kleist
- 7,785
- 1
- 26
- 30
-
1As of Jan 15, 2013 the tbb install for brew appears broken. There is a SHA1 mismatch which causes the install to fail. – bhclowers Jan 15 '13 at 18:18
-
2
-
I get `Error: /usr/local/opt/tbb is not a valid keg`. That's after doing `brew update` – Gregory Putzel Mar 14 '17 at 19:05