| Age | Commit message (Collapse) | Author |
|
Refs #32274
|
|
|
|
|
|
Closes #31449.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
- Fix LLVM failure
|
|
Also as far as I can tell the patch is no longer needed.
Closes #28140.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #25366.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #24024.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #22837.
|
|
Closes #22520.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #21913
|
|
Closes #21881.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #21483.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #18852.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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.
|
|
Closes #17956.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #17631.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #17462.
|
|
Closes #16068.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #15626.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #15624.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #12132.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
|
|
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>
|
|
tbb version 30_221 - 3.0 update 8 - August 1, 2011
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
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>
|
|
|