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
ClosesHomebrew/homebrew#8355.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit updates cgal to version 3.9 and adjusts the syntax to
follow cmake usage: cmake [options] <path-to-source>
This compiles on 64bit Snow Leopard using XCode-4.0.2 using clang,
llvm-2335, and gcc-4.2.1.5666.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit upgrades the formula to flare-1.0.12 and removes the
flag for debug that is the default. This compiles on 64bit Snow
Leopard with XCode-4.0.2 and gcc-4.2.1.5666, clang-2.0, and
llvm-2335.9.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
http://eigen.tuxfamily.org/bz/show_bug.cgi?id=338 has been fixed, but
there's not yet a pkgconfig dir under #{prefix}/lib when building, so
we need to set pkg_config_libdir or the .pc file gets installed in
pkg_config_libdir-NOTFOUND.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Docbook is a run-time dep and is also a build-time dep of asciidoc's
HEAD, since it has to build its own documentation.
Also, fix a breakage in the HEAD build caused by OS X's xmllint being
too old or broken and remove a useless `ohai` call.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This is already in Homebrew, as "tiny-fugue". I added an alias.
This reverts commit 4d427c013ba5d790064dceff5b8c577259405fb6.
ClosesHomebrew/homebrew#8331.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit introduces couple of breaking, but important changes for
ElasticSearch:
1. The cluster is given a reasonably unique, though human-friendly name,
based on the current user login name (`ENV['USER']`). This minimizes
conflicts and dubious [MasterNotDiscoveredException] errors when running
a development cluster eg. within an office, on multiple workstations,
with open firewalls.
2. This means the _path to data has changed_ and users will have to move
it manually to new location. It should be safe to do so, while ES is not
running.
3. The log files location also changed to a more appropriate one.
4. Standard error and ouput streams were redirected to /dev/null within
the `plist` definition, since ES provides enough logging already.
The changes should be forward compatible with the complete rewrite of ES
config file in <https://github.com/elasticsearch/elasticsearch/blob/master/config/elasticsearch.yml>.
ClosesHomebrew/homebrew#7946.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Updated Formula for GNU Maxima to the latest version (5.25.1), as of 22
October 2011, and added a test method to non-interactively run the Maxima
self-test suite. (Not every test is expected to pass, but this will at least
give the user an indication that Maxima is installed properly, and allow the
user to check for egregious errors.)
ClosesHomebrew/homebrew#8246.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
The bash completion shipped with cabal-install package is now installed
to bash_completion.d directory.
ClosesHomebrew/homebrew#8261.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This brew has been marked as keg_only because it can conflict with 'mysql' if
it's arelady installed. ($prefix/bin/mysql*)
ClosesHomebrew/homebrew#7385.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
physfs-2.0.2 update formula to build out of source, and specify
-DPHYSFS_BUILD_TEST=TRUE so that we compile a cli named test_physfs
that lets you interactively operate on supported archives
(e.g. Quake II PAKs or DOOM WADs). There were no problems with
64bit OSX 10.6.8 with gcc, llvm, or clang from XCode 4.0.2.
ClosesHomebrew/homebrew#8273.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>