aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tbb.rb
AgeCommit message (Collapse)Author
2014-09-12tbb: needs Lion or newerMisty De Meo
Refs #32274
2014-09-10tbb: update 4.3-20140724 bottle.BrewTestBot
2014-09-10tbb 4.3-20140724Jack Nagel
2014-08-08tbb: add 4.2.5 bottle.BrewTestBot
Closes #31449. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-08tbb 4.2.5Francisco Souza
2014-05-22tbb 4.2.4Jack Nagel
- Fix LLVM failure
2014-04-05tbb: 4.2 update 3Samuel John
Also as far as I can tell the patch is no longer needed. Closes #28140. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-20tbb: use patch DSLJack Nagel
2013-12-21tbb: enable building with non-Apple compilersArjun Singh
Closes #25366. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-21Add c++11 option to tbb, gmp, and libtiffXin Sun
Closes #24024. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-27tbb: patch for compiler verison parsingMisty De Meo
Fixes #22837.
2013-09-13tbb 4.2.Denis Sukhonin
Closes #22520. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-15tbb: Adding macports mirrorSamuel John
Closes #21913
2013-08-13tbb: succeeds with clang 500Steffen Matthischke
Closes #21881. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-27tbb 4.1u4Stefan
Closes #21483. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-31tbb 4.1u3Francisco Souza
Closes #18852. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-12Switch compilers when no build is specifiedJack Nagel
Given the current state of OS X compilers, the original fails_with behavior is becoming less useful, mostly resulting in build failures each time the compiler is updated. So make the following changes: When a build is specified, we retain the old behavior: switch compilers if the available compiler is <= the build, don't switch if it is > the build. When no build is specified, unconditionally switch compilers, and don't output the advice message. This allows us to mark formulae as perpetually failing, avoiding the need to update formulae each time a new compiler build is made available. As a bonus, this makes the logic much easier to reason about. Closes #18175.
2013-02-21tbb 4.1u2Stefan
Closes #17956. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-06tbb: update broken download linkBrian Martin
Closes #17631. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-31tbb: fails with clang 425Adam Vandenberg
Closes #17462.
2012-11-14tbb: fix URLmo-fu
Closes #16068. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-23tbb: fix checksumOliver Erxleben
Closes #15626. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-23tbb 4.1 update 1Oliver Erxleben
Closes #15624. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-11tbb 4.0u5Austin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08tbb 4.0u4shaharz
Closes #12132. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-08tbb 4.0u3nibbles 2bits
Upgrade tbb to 4.0u3, 20120201 stable. It passes make test on Lion with XCode-4.3.2, clang and llvm-gcc. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-16TBB: Update to 4.0u2Charlie Sharpsteen
2011-10-29tbb 4.0u1Nibbles 2bits
This commit updates tbb to 4.0u1, which stands for Update 1. Intel has been releasing for 3.x: Update 1, Update 2, Update 3.... The previous formula here was 3.x Update 8 (it went to 10). They have been naming file archives based on the date the file was uploaded, but that can change and our previous tarball is gone. This compiles without error using gcc, clang, and llvm from XCode-4.0.2 on 64bit Snow Leopard. EDIT: added ENV.cc, ENV.cxx, and ENV.no_optimization Closes #8355. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29TBB: Update to 30_221Trevor Wennblom
tbb version 30_221 - 3.0 update 8 - August 1, 2011 Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-07-30TBB 3.0 update 7Kashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-15TBB 3.0 update 6Huahang Liu
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-18Replace snow_leopard_64? in brews.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-02tbb 3.0 version 5 (30_131)Scott Beamer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-11Updated intel tbb to 3.0 update 4Kashif Rasul
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-08-22Define "snow_leopard_64?"Adam Vandenberg
snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-15Add Threading Building BlocksRyan Pavlik