aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gambit-scheme.rb
AgeCommit message (Collapse)Author
2014-04-13gambit-scheme: add 4.7.2 bottle.BrewTestBot
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-25gambit-scheme 4.7.2Jasper Lievisse Adriaanse
Closes #27004. Signed-off-by: Brett Koonce <koonce@gmail.com>
2013-11-12gambit-scheme/ghostscript conflictAdam Vandenberg
2013-11-12gambit-scheme/scheme48 conflictAdam Vandenberg
2013-11-09gambit-scheme: update clang warning for a more modern eraJack Nagel
2013-11-09gambit-scheme 4.7.0Jack Nagel
2013-11-09gambit-scheme: use a subdirectory of lib to fix audit warningsJack Nagel
2013-11-08gambit-scheme: heed advice from configure when using clangJack Nagel
2013-11-08gambit-scheme: never use llvm-gccJack Nagel
2013-11-08gambit-scheme: stdenv rationale no longer appliesJack Nagel
2013-01-16Make Gambit slowness message accurateJason Felice
Closes #17118. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-15gambit-scheme: use std envAdam Vandenberg
Fixes #17099.
2012-08-30gambit-scheme: use new dslAdam Vandenberg
2012-06-12Gambit Scheme 4.6.6Drew Hess
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17gambit-scheme: warn about build time with Clang/LLVM-GCCDrew Hess
Closes #11498. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-05Gambit Scheme 4.6.5.Drew Hess
Closes #11473. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-10Gambit Scheme 4.6.4Adam Vandenberg
2012-02-04gambit-scheme: builds with LLVM >= 2336Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-20gambit-scheme 4.6.2wsxiaoys
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25gambit-scheme 4.6.1Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-03-02Updated formula: gambit-scheme 4.6.0Martin Kuehl
Also install texinfo files in the correct path. Signed-off-by: David Höppner <0xffea@gmail.com>
2010-01-30Update Gambit Scheme to v4.5.3Markus Prinz
2009-11-07ENV.j1 is required for meMax Howell
2009-11-07Enable O2 optimizations for Gambit SchemeMarkus Prinz
2009-11-07Optionally run "make check" or build as shared library when installing ↵Markus Prinz
Gambit Scheme
2009-11-07Add formulae for Gambit Scheme.Markus Prinz
Gambit Scheme doesn't like llvm-gcc, and heavy optimizations. Until safe settings can be figure out, build it with no optimizations.