isl: use spec deps
This commit is contained in:
parent
4eb8ebc7e2
commit
40b8e12a66
1 changed files with 4 additions and 4 deletions
|
@ -11,16 +11,16 @@ class Isl < Formula
|
|||
url 'http://isl.gforge.inria.fr/isl-0.12.1.tar.bz2'
|
||||
sha1 'a54e80a32bc3e06327053d77d6a81516d4f4b21f'
|
||||
|
||||
head 'http://repo.or.cz/r/isl.git'
|
||||
head do
|
||||
url 'http://repo.or.cz/r/isl.git'
|
||||
|
||||
depends_on 'gmp'
|
||||
|
||||
if build.head?
|
||||
depends_on :autoconf => :build
|
||||
depends_on :automake => :build
|
||||
depends_on :libtool => :build
|
||||
end
|
||||
|
||||
depends_on 'gmp'
|
||||
|
||||
def install
|
||||
system "./autogen.sh" if build.head?
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue