* Devel patches no longer apply; seems to need none
* Add a libpng patch, required on all OS X versions
* fails with clang; need to test on 425
FixesHomebrew/homebrew#17513.
Some lines in the previous rethinkdb pull request were re-ordered, but
one of the essential lines was removed.
ClosesHomebrew/homebrew#17486.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
MathGL gets a major overhaul because it can do a lot more.
- Upgrade to 2.0.3
- By default enable glut, gsl, jpeg, png, pthread, pdf
- Disable python (refuses to find numpy)
- Disable octave interface (installs a tarball to ~/ocatave)
- Add a dep on jpeg to support our default image capability
- Add a dep on libharu to support our default pdf capability.
- Add a dep on cmake because it's the only builder now.
- Add an option to enable fltk widget and mglview using X11.
- Add an option to enable qt4 widget, udav, and mglview using Qt4.
- Add an option to enable wxWidgets widget
- Add an option to enable GIF support.
- Add an option to enable hdf5 support.
- Add optional deps for the above options.
- Remove a symlink in the source, ChangeLog, to fix install errors.
- Build OOS.
- Install the `mgl_example` files manually.
- Works well with superenv.
ClosesHomebrew/homebrew#14799.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Newer versions don't compile clean on OS X.
Since I added this originally on a lark, removing. Will accept pull requests
to re-add newer versions.
ClosesHomebrew/homebrew#17397.
srmio is a small C library to access the PowerControl
of a SRM bike power meter. It's implementing the serial
communication protocol to the PowerControls V, VI and 7.
ClosesHomebrew/homebrew#16447.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This version includes the new experimental Mac driver which means it can be
run without X11. As the driver is still incomplete and buggy X11 is still the
default and instructions on how to switch are included in caveats.
Also, supports building a non-universal binary (i.e. only win64) support and
checking for universal dependencies thanks to Homebrew/homebrew#14456.
ClosesHomebrew/homebrew#17185.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>