Cabal is a system for building and packaging Haskell libraries and
programs. It defines a common interface for package authors and
distributors to easily build their applications in a portable way.
cabal-install is the command line interface to Cabal and hackage. This
is the package that provides the 'cabal' command line program. To make
the process easier the cabal-install tarball contains a bootstrap.sh
script which downloads and installs all three dependencies.
http://www.haskell.org/cabal/
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
removed the apparently unnecesary check for a framework build of python from
the sip build and stopped using system python for sip and pyqt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Triangle is a library and command-line tool that generates triangular meshes
through Delunay Triangulation with exact arithmetic. Such meshes are suitable
for use in such applications as Finite Element analysis.
Also included is a X11 program called `showme` which is useful for visualizing
triangular meshes.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Formula no longer includes JPL by default to get around an error that
Apple's introduced in OSX 10.6 with broken symlinks to the JNI .h files.
Also, now checks for X11 and disables xpce if required, and uses the
Homebrew ENV.x11 system to include the appropriate libraries and
headers.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Added dependencies specific to Leopard (10.5), that may also be
applicable to earlier releases. Thanks to Ruben Kerkhof for the
initial bug reports, plus assistance in testing and trying things
out.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The waf build uses LINKFLAGS not LDFLAGS. Set
LINKFLAGS the same as LDFLAGS so the build can
find libraries from a non-/usr/local brew install
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Uses http://github.com/tav/go.git git mirror of official Mercurial
repository to obviate the need for installing Mercurial.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
ZooKeeper is a centralized service for maintaining configuration information,
naming, providing distributed synchronization, and providing group services.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>