diff options
| author | Adam Vandenberg | 2013-11-12 07:39:07 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-12 07:39:07 -0800 |
| commit | af6b0482b2bf52e90d949461725258c6637539eb (patch) | |
| tree | 957359349e169145b59d75fa48c72d6915b7cd6d | |
| parent | 270d5b166a955e6b45f4de8aaa6052a738eb25cb (diff) | |
| download | homebrew-af6b0482b2bf52e90d949461725258c6637539eb.tar.bz2 | |
gambit-scheme/scheme48 conflict
| -rw-r--r-- | Library/Formula/gambit-scheme.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/scheme48.rb | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/gambit-scheme.rb b/Library/Formula/gambit-scheme.rb index 1b62bb05e..b32d9b2d4 100644 --- a/Library/Formula/gambit-scheme.rb +++ b/Library/Formula/gambit-scheme.rb @@ -5,6 +5,8 @@ class GambitScheme < Formula url 'http://www.iro.umontreal.ca/~gambit/download/gambit/v4.7/source/gambc-v4_7_0.tgz' sha256 '2b03ecef89da2a53212dc3e6583ee4175d91a0752779e1758bcab5d09e9d1e63' + conflicts_with 'scheme48', :because => 'both install `scheme-r5rs` binaries' + option 'with-check', 'Execute "make check" before installing' option 'enable-shared', 'Build Gambit Scheme runtime as shared library' diff --git a/Library/Formula/scheme48.rb b/Library/Formula/scheme48.rb index 8d3ead14e..cd8ddd554 100644 --- a/Library/Formula/scheme48.rb +++ b/Library/Formula/scheme48.rb @@ -5,6 +5,7 @@ class Scheme48 < Formula url 'http://s48.org/1.9/scheme48-1.9.tgz' sha1 '8fd78d328a8c39ecd848e849ade094c30c2bb4ba' + conflicts_with 'gambit-scheme', :because => 'both install `scheme-r5rs` binaries' conflicts_with 'scsh', :because => 'both install include/scheme48.h' def install |
