From ecebcb67f62504fa9dd4e174fb3459ca6b2d33d9 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 26 Jun 2013 22:43:41 -0500 Subject: isl: revert to 0.11.2 0.12 breaks GCC 4.8 and 4.9 at the moment. Fixes #20835. This reverts commit e2b10438666f41366f596fe762b2455f5761bcd8. --- Library/Formula/isl.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Library/Formula/isl.rb b/Library/Formula/isl.rb index 22df5f55e..9687d34e8 100644 --- a/Library/Formula/isl.rb +++ b/Library/Formula/isl.rb @@ -2,9 +2,9 @@ require 'formula' class Isl < Formula homepage 'http://www.kotnet.org/~skimo/isl/' - url 'http://www.kotnet.org/~skimo/isl/isl-0.12.tar.bz2' - mirror 'ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/isl-0.12.tar.bz2' - sha1 'f694b741530676cd1ea27a6437bd090c69e61455' + url 'http://www.kotnet.org/~skimo/isl/isl-0.11.2.tar.bz2' + mirror 'ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/isl-0.11.2.tar.bz2' + sha1 'ca2c93a58e899379d39f2956b2299c62e3975018' head 'http://repo.or.cz/w/isl.git' @@ -13,8 +13,5 @@ class Isl < Formula def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" - - # move gdb helper to proper location - (share+'gdb/auto-load').install Dir[lib+'*-gdb.py'] end end -- cgit v1.2.3