From ea4fc58b004a51a774b5e7aff3caf2b34d372dbe Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 7 Dec 2014 00:22:31 -0500 Subject: [PATCH] isl: add note that we can't upgrade until a newer cloog is released Closes Homebrew/homebrew#30117. --- Formula/isl.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/isl.rb b/Formula/isl.rb index 8dd8535de8..827d03365c 100644 --- a/Formula/isl.rb +++ b/Formula/isl.rb @@ -8,6 +8,9 @@ class Isl < Formula # and update isl_version() function accordingly. All other names will # result in isl_version() function returning "UNKNOWN" and hence break # package detection. + # + # 0.13 is out, but we can't upgrade until a compatible version of cloog is + # released. url 'http://isl.gforge.inria.fr/isl-0.12.2.tar.bz2' sha1 'ca98a91e35fb3ded10d080342065919764d6f928'