The formula does not currently build useful installations of
GASNet. The stub/include makefiles the GASNet installer writes contain
references to `$(homebrew --prefix)/Library/ENV/4.3/ld` etc. which
don't work outside the homebrew installation environment. These need to
be patched to be useful, so that they resolve to the compiler used to
build/install GASNet.
Closes#1368.
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
Moves mit-scheme from the x11 tap to core with modifications
for disabling the X11 dependency.
Closes#1030.
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
Upstream has ignored the 64-bit patches from the original Homebrew pull
request, as well as subsequent 64-bit reports:
https://sourceforge.net/p/libodbcxx/bugs/25/
Trunk hasn't been updated since 2010 and the last tag was in 2009.
ClosesHomebrew/homebrew#49980.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
MLton is whole-program, optimizing compiler for Standard ML.
A previous mlton formula simply installed the upstream binary release
and was moved to the boneyard as a binary-only formula (see
Homebrew/homebrew#21780).
This new mlton formula builds from source, using the upstream binary
release to bootstrap.
ClosesHomebrew/homebrew#48694.
Signed-off-by: Andrew Janke <andrew@apjanke.net>