isl: revert to 0.11.2
0.12 breaks GCC 4.8 and 4.9 at the moment. Fixes Homebrew/homebrew#20835. This reverts commit e2b10438666f41366f596fe762b2455f5761bcd8.
This commit is contained in:
parent
82963dc37a
commit
cfd34f7bc7
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue