serf-1.1.1 queries `apr-1-config --cpp` which return a non-existent
path on Mountain Lion. This causes a build error where `configure`
can't find a working `CPP`. Add an ENV var to use `#{ENV.cc} -E`
serf then tries to use `/usr/share/apr-1/build-1/libtool` which
also has that non-existent path buried inside it. Add an ENV var
to specify using HB `glibtool`.
Tested on ML using clang and llvm from XCode-4.4 using the native
and universal options.
FixesHomebrew/homebrew#13586ClosesHomebrew/homebrew#13891.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Graphviz can build universally if it is built with a universal
pcre, swig, and gettext. Add a `--universal` option. Change
to using sha1. Leave the `fails_with` build version alone because
Graphviz builds on Mountain Lion with clang-4.0.
Tested on ML with clang and llvm from XCode-4.4.
FixesHomebrew/homebrew#13827ClosesHomebrew/homebrew#13927.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Swig can build universally and can be used in Graphviz that way.
Add an option for `--universal`
Tested on ML with clan and llvm from XCode-4.4.
ClosesHomebrew/homebrew#13926.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
OpenMPI fails with clang on Mountain Lion. Adjust the build
in the `fails_with` block to 421 and specify the cause.
Reported upstream and noted in comments.
FixesHomebrew/homebrew#13837ClosesHomebrew/homebrew#13910.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade vtk to version 5.10.
Add deps on `sip` and `pyqt` if the user options `--pyqt`
Add cmake args to enable SIP/PyQt if `--pyqt`
Add cmake args for `-DSIP_PYQT_DIR` as `HOMEBREW_PREFIX/share/sip`.
Add `skip_clean :all` to help vtkpython find the symbol `_environ`
Change the location of the python `.so` modules so they and the Egg
get installed into `lib/which_python/'site-packages'`.
Add code so `site-packages` is created and prepended to the
PYTHONPATH to stop build errors.
Add `-DPYTHON_INCLUDE_DIR` so the right headers are located.
Remove the workaround code that was previously added to support
Python getting RPATHs, as RPATHS are fixed in Homebrew Core.
Add code that removes three duplicate files in `site-packages`
that cause the linking step to fail, files that already
exist in HB `site-packages` when using brewed Python.
Add code to `mv` the python module directory `vtk` out of the
`VTK-5.10-py2.7.egg` and into `site-packages`. Without that,
you can't import vtk into Python.
Add code to install the `Examples`
Tested on Lion using clang and llvm from XCode-4.3.3 with the CLT
and without the CLT against system Python, HB framework Python,
HB non-framework Python, Qt-4.8.2, sip, pyqt, pyside and shiboken.
ClosesHomebrew/homebrew#12807.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
privoxy uses `autoreconf` for stable and HEAD. Remove the
conditional that added the autotools deps only for HEAD.
FixesHomebrew/homebrew#13867ClosesHomebrew/homebrew#13869.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>