Switch the formula to use configure.
Openjpeg can be built using configure or cmake. They don't install
identically, though. When built with cmake, one header is absent.
Switching to configure gets us the unversioned one also, i.e.
openjpeg/1.5.0/include/openjpeg-1.5/openjpeg.h
openjpeg/1.5.0/include/openjpeg.h
While only three formula currently depend_on openjpeg, they all
contain code that expects the unversioned file, i.e.
#include <openjpeg.h>
ClosesHomebrew/homebrew#11576.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Mapnik by default tries to install to the site-packages in /System
when brewed against system Python. This causes a build error
because that directory is not writeable. Mapnik correctly
determines the versioned site-packages name without modification,
but for Homebrew it needs the proper prefix.
* Add the standard `which_python` function to the formula.
* Add a scons argument for `PYTHON_PREFIX`
* Add the standard caveat for `PYTHONPATH`.
Discussed upstream: https://github.com/mapnik/mapnik/issues/1155
and tested on Lion against the system Python.
FixesHomebrew/homebrew#11389ClosesHomebrew/homebrew#11407.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* Upgrade lzip to version 1.13.
* Remove --man flag because it installs to the correct location.
* Add make check because it's a compression program, and data
integrity seems worth the 2 sec. extra.
* Add ENV.j1 for make install, otherwise it will occasionally fail.
Tested on Lion and 64bit Snow Leopard using all compilers from
XCode-4.3.2 and 4.0.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Upgrade lzlib to version 1.3.
* Correct configure flags. It is a C library, not C++. Before it
would always compile with gcc. It only uses CC and CFLAGS.
* Add make check because it's a compression library, and data
integrity seems worth the 2 seconds extra.
Tested on Lion and 64bit Snow Leopard with all compilers from
XCode-4.3.2 and 4.0.2.
Signed-off-by: Adam Vandenberg <flangy@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>
libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers
A patch is included in the formula to change the hardcoded install path to #{prefix}.
ClosesHomebrew/homebrew#10837.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This brew includes Bind along with a suite of tools bundled with it. These
tools are the de facto standard for working with DNS. Bind is compiled with
ipv6 support and dig is compiled with sigchase option turned on.
ClosesHomebrew/homebrew#8948.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Update unp to 2.0-pre7. Unp is an archive unpacker.
Install bash completion script.
COPYING and CHANGELOG in the top level are new symlinks. rm them
so the two mv commands will succeed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
To satisfy configure script to check "mp4v2/mp4v2.h", add -isystem to CFLAGS
ClosesHomebrew/homebrew#11513.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
xspice provides compatibility with keyfeatures from spice2 which are
absent from spice3. This means many models available on the internet or
from manufactures which were written in spice2 will be compatible with
ngspice.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This formula is installing things directly into /usr/local instead
of to the Cellar, and does not seem to have a "PREFIX" option.
Removing until an interested party fixes it.
ClosesHomebrew/homebrew#10898.
Upgrade libraw to 0.14.6. Use little-cms2. Libraw uses the newer
version of lcms if both are installed, and it skips the older one.
Therefore, switch the depends_on to little-cms2.
ClosesHomebrew/homebrew#11459.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This links the zsh autocomplete for 'task' into share/zsh/functions,
where it is more likely to be automatically picked up by zsh users.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upcoming changes to formula specs may forbid using a class instance
variable in this manner, and it's easier to copy/paste anyway.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
geoip-1.4.8 always calls a form of autoreconf after configure,
then reruns configure. This causes a build error on Lion when
it crafts a broken Makefile that is missing the rule to make the
target `../libGeoIP/libGeoIP.a`.
* Add deps on autoconf, automake, and libtool if XCode >= 4.3.
* Add a command to run `autoreconf -ivf` before configure, which
works on Lion and SL. Previously, the autoreconf on SL would
fail to work because it tries to use shell `--missing` versions.
Both the universal and native builds compile and pass make check
using all five compilers from XCode-4.3.2 and 4.0.2, on both Lion
and 64bit Snow Leopard.
FixesHomebrew/homebrew#11402.
ClosesHomebrew/homebrew#11405.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Gecode was updated to 3.7.2 in 672c5ab20b77 which fixed the error with
clang. Geocode passes make check.
* Remove fails_with block.
* Remove unrecognized configure option for dependency-tracking
* Remove --disable-debug option. It is the defualt.
* Add --disable-examples option. This stops two dozen example
binaries from filling /usr/local/bin that have common names like
golf, sudoku, grocery, and partition.
ClosesHomebrew/homebrew#11374.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation. See: http://opencolorio.org
OCIO is at version 1.0.6 and has been in development since 2003. It
is one of several open source projects actively sponsored by Sony
Imageworks.
OCIO is a new dep for OpenImageIO (OIIO), adding functionality.
OCIO has a built-in test suite that is passes. There are stable
and head methods available. It builds using the system OpenGL,
and little-cms2, along with pkg-config and cmake. An Alias is
added for this formula to ocio. It has python bindings enabled
with a user option, following the example of vtk.
OCIO head and stable build and run very well on Lion and SL using
all five compilers from XCode-4.3.2, 4.0.2, and CLT-4.3.2, thanks
to patches the devs merged upstream for us.
EDIT: code fix redacted args.
EDIT: shrink formula comments.
EDIT: test against XCode-4.3.1.
EDIT: remove the unnecessary which python-config
EDIT: change to version 1.0.6. Remove rescue clause. Tests work.
EDIT: tests pass against XCode-4.3.2.
EDIT: modify the caveats for accuracy using the dev's suggestions.
EDIT: remove the `\n` after the caveat url
ClosesHomebrew/homebrew#10669.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Movgrab is a command line program to download videos from the net.
Given a url, it has the code to handle about 25 different sites.
This version 1.1.9 compiles on Lion and 64bit Snow Leopard.
It will occasionally segfault while running the CLI during a
download, but Colum, the author, has not been able to track it
down as of yet because it is not consistent. He is lacking a Mac
to test it using gdb and could use help from anyone with experience
in network steams, C, and gdb.
EDIT: moved patches to a DATA block rather than inreplace
EDIT: fix the "inline" issue with c99 & Clang.
EDIT: update from 1.1.8 to 1.1.9. No changes to patches.
EDIT: all patches including --no-recursion are upstream via email.
This would closeHomebrew/homebrew#10074ClosesHomebrew/homebrew#10101.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Luajit 2.0.0beta9 has patches upstream that fix the compile errors
with clang and llvm, thanks to the help of the developer, Paul.
Remove the patches at 2.0.0beta10 due out at the end of April.
All changes were discussed in several emails. The plan is:
* Change the Hotfix patch to apply only to stable.
* Patch for missing /usr/include/unwind.h on 10.6.8 with clang.
* Patch src/Makefile to not call -dumpspec. Clang doesn't have it.
* Remove the instruction to the user to `sudo ln -s`.
* Remove the fails_with_llvm. It compiles against llvm 2336.
* Inreplaces should persist through version updates.
* Respect the developer's choice that optimization is best at -O2.
* Remove the hardcoded -O2 so we can set -O2 or switch to -Og.
* Override the hardcoded CC=gcc. Use ENV.cc.
* Remove the -march=i686 from CCOPT_X86. We set accurate march.
* Use args for clarity.
* For debug builds using clang, use -Og. See clang man page.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
SimGrid is a toolkit that provides core functionalities for the
simulation of distributed applications in heterogeneous distributed
environments. The specific goal of the project is to facilitate research
in the area of parallel and distributed large scale systems, such as
Grids, P2P systems and clouds. Its use cases encompass heuristic
evaluation, application prototyping or even real application development
and tuning. (from the project homepage http://simgrid.gforge.inria.fr/)
ClosesHomebrew/homebrew#9809.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit upgrades mariadb's formula to 5.3.5 GA, force use of LLVM
and make it correctly depend on brew's readline.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>