zeromq: use spec deps
This commit is contained in:
parent
09ce7ef453
commit
9985602f65
1 changed files with 7 additions and 6 deletions
|
@ -5,7 +5,13 @@ class Zeromq < Formula
|
|||
url 'http://download.zeromq.org/zeromq-3.2.3.tar.gz'
|
||||
sha1 '6857a3a0e908eca58f7c0f90e2ba4695f6700957'
|
||||
|
||||
head 'https://github.com/zeromq/libzmq.git'
|
||||
head do
|
||||
url 'https://github.com/zeromq/libzmq.git'
|
||||
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
end
|
||||
|
||||
|
||||
option :universal
|
||||
option 'with-pgm', 'Build with PGM extension'
|
||||
|
@ -13,11 +19,6 @@ class Zeromq < Formula
|
|||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libpgm' if build.include? 'with-pgm'
|
||||
|
||||
if build.head?
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
end
|
||||
|
||||
fails_with :llvm do
|
||||
build 2326
|
||||
cause "Segfault while linking"
|
||||
|
|
Loading…
Reference in a new issue