Some changes to the way HDF5 is configured:
* The SZIP dependency is actually used
* C++ bindings are compiled by default as it requires no additional
dependencies.
New formula options:
* Build Fortran bindings although this disables the production of shared
libraries.
* Build a threadsafe HDF5 library, although this disables C++ and Fortran
bindings and causes a performance hit.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Remove the 'data' folder from the prefix, so the setup script
will not try to create databases there. Putting databases
in the prefix instead of directly in /usr/local means they
get deleted on a MySQL update, which is not what you want.
Also allow use with either Lua or LuaJIT
This patch lets you install luarocks against either the original Lua
interpreter, or against LuaJIT. Lua and LuaJIT are ABI-compatible, so
the rocks that you install should be compatible with both interpreters.
So we we can use the same path for installed rocks, regardless of which
interpreter we build luarocks against. This just affects which
interpreter is used to run luarocks itself.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The LuaJIT interpreter doesn't depend on the stock Lua interpreter; it
can be built entirely on its own. We also install a non-versioned link
to the interpreter, at #{HOMEBREW_PREFIX}/bin/luajit.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Fixed issue with files under fantom/.../libexec/bin/ having incorrect
permissions (644 vs 755)
* Added options for '--with-src' and '--with-examples' to bring 'em back
if desired (ie for IDE tooling support)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Apache JMeter is open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performan
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Previous versions of the Python 2.x formula did not set up the
site-packages and install-scripts folders in a way friendly to updates
of Python itself.
writerperfect is a *nix binary wpd2odt that can convert a Wordperfect
wpd document to an Open Office / LibreOffice odt document from the
command line. http://libwpd.sourceforge.net/index.html
Signed-off-by: Adam Vandenberg <flangy@gmail.com>