Skip to content

Commit

Permalink
aubio: remove some options
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Sep 5, 2018
1 parent a219c9c commit b5a1a38
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/aubio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ class Aubio < Formula
end

depends_on :macos => :lion
depends_on "pkg-config" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "numpy"
depends_on "python@2"
depends_on "libav" => :optional
depends_on "libsndfile" => :optional
depends_on "libsamplerate" => :optional
depends_on "fftw" => :optional
depends_on "jack" => :optional
depends_on "libav" => :optional

def install
# Needed due to issue with recent cland (-fno-fused-madd))
Expand Down

0 comments on commit b5a1a38

Please sign in to comment.