From ae12e882fd9fc4bc80f5532a14807626306bb711 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 7 Apr 2014 10:28:39 -0500 Subject: scheme48 1.9.1 --- Library/Formula/scheme48.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/scheme48.rb b/Library/Formula/scheme48.rb index e82152917..621ac1f2c 100644 --- a/Library/Formula/scheme48.rb +++ b/Library/Formula/scheme48.rb @@ -2,8 +2,8 @@ require 'formula' class Scheme48 < Formula homepage 'http://www.s48.org/' - url 'http://s48.org/1.9/scheme48-1.9.tgz' - sha1 '8fd78d328a8c39ecd848e849ade094c30c2bb4ba' + url 'http://s48.org/1.9.1/scheme48-1.9.1.tgz' + sha1 'dfc5f58b2e175216aa850910c761238774c1b7b1' conflicts_with 'gambit-scheme', :because => 'both install `scheme-r5rs` binaries' conflicts_with 'scsh', :because => 'both install include/scheme48.h' @@ -11,9 +11,7 @@ class Scheme48 < Formula def install ENV.O0 if ENV.compiler == :clang ENV.deparallelize - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", - "--enable-gc=bibop" + system "./configure" "--prefix=#{prefix}", "--enable-gc=bibop" system "make" system "make install" end -- cgit v1.2.3