| Age | Commit message (Collapse) | Author |
|
The bottle was linked against libunistring, which is not a hard
dependency but gets picked up by the build if its present; this results
in breakage on systems where libunistring is not installed.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
As reported by user patagonicus on IRC. Does build with LLVM.
|
|
Closes #11812.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
Gource now requires boost and glm.
Closes #11782.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #11781.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
This bottle was built on 10.6.3 with XCode 3.2.6 and uses the system Python
instead of Homebrew's Python.
|
|
Closes #11808.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
MacOS.gcc_42_build_version is nil when not available, not 0
|
|
ABySS is a de novo sequence assembler that is designed for short reads
and large genomes.
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: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #11146.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
|
|
Closes #11803.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Fixes #11802.
Fixes #11633.
|
|
Also flag as failing with Clang.
Closes #10942.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #11636.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #11635.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
- Disable WxPython GUI. We have no stable WxMac build for this and building
WxPython has the additional constraint of requiring a Framework build of
Python.
- Flag as failing with clang.
Fixes #8594.
|
|
Add a small patch to the GRASS makefile that removes a command that installs
stuff to `/Library/Documentation/Help`---this is outside of the prefix and we
don't have permissions for this directory.
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
cf. #11651.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #11651.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- add working test
Closes #11765.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11786.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11779.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
tcpflow has been moved to Github, and is now at 1.2.6.
Closes #11771.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11778.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Remove the -Werror from its custom cflags fixes error with clang.
Reported upstream and noted in the formula comments. Tested on Lion by
grabbing Game of Thrones preview from Amazon using cli and tcl gui.
Fixes #11760.
Closes #11768.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11767.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- bump to latest release
- add --devel option for next anticipated release branch
- document how to run CouchDB as a system or user daemon
Closes #11440.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Updates openimageio to version 1.0.3.
Fix compilation against glew.
Fix compilation against qt.
Fix building of iv.
Add all deps to maximize the filetypes oiio can open.
Add a dep on a new formula, field3d.
Add a dep on a new formula, opencolorio.
Build iv & the python bindings.
Run the official testsuite if the user options it.
This compiles without error using llvm-2335.9, clang-2.0.139,
and gcc-4.2.1.5666 from XCode-4.0.2 on 64bit Snow Leopard.
It compiles without error using llvm-2336.9 and clang-3.1.318
on Lion 10.7.3 using XCode-4.3.1.
As of 1.0.3 all tests pass make test.
EDIT: add an include for zlib.h on Lion.
EDIT: switches tarball to 0.10.4, compiles on Lion, same xfails
in the testsuite (that only exists as a master on github).
EDIT: change the oiio-images url to a fixed commit tarball not
the master trunk tarball.
EDIT: add def initialize to oiio-images subformula to trigger
Homebrew's cache naming scheme, gets us oiioimages-1.0.0.tgz
EDIT: Change version to 0.10.5. Remove patch for boost-mt naming
because it works now. Still needs zlib patch, been reported.
Both previous test fails are fixed. There is a new one.
EDIT: Inline the d variable.
EDIT: Remove HR, shorten option.
EDIT: Move inline patch to a DATA block.
EDIT: Change to version 0.10.6.
EDIT: Change to version 1.0.0. Add devel block.
EDIT: Remove patch merged upstream.
EDIT: Fix python bindings to mimic vtk.rb.
EDIT: Add a dep on new formula OpenColorIO (ocio).
EDIT: Add a dep on webp.
EDIT: Remove illogical `which python-config` test.
EDIT: Add a fixed commit from branch RB-1.0 as the devel block url.
EDIT: Remove hard coded path to openjpeg. Determine it instead.
EDIT: Upgrade to 1.0.2. Shorten some comments.
EDIT: Remove code to find OpenJpeg. It just works now.
EDIT: Add head url. Remove Doxygen dep. It already makes a pdf.
EDIT: Remove python option. Just let it build that (10sec extra).
EDIT: Upgrade stable to 1.0.3, devel to 1.0.3a (bugfxes).
EDIT: Add back the oiio alias I clobbered.
Closes #8458.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
For some reason :arrandale was missing from the list of hardware in the
Intel family in the hardware test.
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #11754.
Fixes #11762.
|
|
|
|
|