Skip to content

Commit

Permalink
Try disabling pyqwt, as its no longer in brew
Browse files Browse the repository at this point in the history
  • Loading branch information
rixon committed Apr 20, 2017
1 parent c8b7538 commit a495bd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnuradio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class Gnuradio < Formula
depends_on "swig" => :build if build.with? :python
depends_on "cmake" => :build
depends_on 'pyqt' if build.with? "qt"
depends_on 'pyqwt' if build.with? "qt"
# Try disabling pyqwt, see if it builds...
#depends_on 'pyqwt' if build.with? "qt"

# For documentation
depends_on "doxygen" => [:build, :optional]
Expand Down

0 comments on commit a495bd1

Please sign in to comment.