Skip to content

Commit

Permalink
scheme48 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Apr 7, 2014
1 parent 35fe4f4 commit bb6d298
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Formula/scheme48.rb
Expand Up @@ -2,18 +2,16 @@

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'

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
Expand Down

0 comments on commit bb6d298

Please sign in to comment.