Updated formula: gambit-scheme 4.6.0
Also install texinfo files in the correct path. Signed-off-by: David Höppner <0xffea@gmail.com>master
parent
42bc2c8f46
commit
d1c16fda56
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class GambitScheme <Formula
|
||||
url 'http://www.iro.umontreal.ca/~gambit/download/gambit/v4.5/source/gambc-v4_5_3.tgz'
|
||||
url 'http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/gambc-v4_6_0.tgz'
|
||||
homepage 'http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page'
|
||||
md5 '716ed47b7a73d90c9426a240e9536f67'
|
||||
md5 '4f0e8b3e90a96f2203cbaf1e1cc1388a'
|
||||
|
||||
def options
|
||||
[
|
||||
|
@ -21,6 +21,7 @@ class GambitScheme <Formula
|
|||
|
||||
configure_args = [
|
||||
"--prefix=#{prefix}",
|
||||
"--infodir=#{info}",
|
||||
"--disable-debug",
|
||||
# Recommended to improve the execution speed and compactness
|
||||
# of the generated executables. Increases compilation times.
|
||||
|
|
Loading…
Reference in New Issue