Blitz++ is a C++ class library for scientific computing which provides
performance on par with Fortran 77/90.
Unfortunately, blitz++ is a bit outdated by Oct 2010.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Updated cdrtools to depend upon, and use, smake instead of GNU make.
This allows the cdrtools binaries (mkisofs, etc) to compile and be
installed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Smake is required for modern cdrools to build binaries on MacOS X.
With smake, cdrtools only builds headers, which is not real useful.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The formula for mg currently does not work for non /usr/local prefixes.
This patch fixes two issues:
- the Makefile checks for PREFIX, not prefix; and
- the bin dir must exist, otherwise install renames mg to bin.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The build.py script which prepares SIP for configuration and installation
requires the presence of Mercurial's `.hg` directory in order to determine the
version number from the tag list. Without this directory it sets the SIP
version number to "0.1-unknown" which causes things like PyQt to fail
complaining that the SIP version number is too small.
This change includes a small patch to build.py that fixes the version number so
that it reads 4.11.1 which is the current version.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Remove patch required for building on Erlang R14B, as they have fixed the
bug upstream (bug 746 on issues.basho.com).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This formula is completely rewritten. Instead of just
install one executable `newlisp`, it now install
everything including standard library, documentation
and the IDE.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Based upon a development snapshot between the 0.8.4 and 0.8.5 releases,
where libvirt is now known to compile and run on MacOS X.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>