Skip to content

Commit

Permalink
leptonica: remove check option
Browse files Browse the repository at this point in the history
A large number of tests fail simply because of optional dependencies
that aren't present, and also some tests seem to require gnuplot which
isn't a dependency otherwise. I don't think this is a particularly
useful option.
  • Loading branch information
jacknagel committed May 25, 2014
1 parent 01698ab commit a3db523
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/leptonica.rb
Expand Up @@ -5,8 +5,6 @@ class Leptonica < Formula
url 'http://www.leptonica.org/source/leptonica-1.70.tar.gz'
sha1 '476edd5cc3f627f5ad988fcca6b62721188fce13'

option 'check', 'Run the build checks'

depends_on 'libpng' => :recommended
depends_on 'jpeg' => :recommended
depends_on 'libtiff' => :optional
Expand All @@ -29,7 +27,6 @@ def install
end

system "./configure", *args
system "make check" if build.include? 'check'
system "make install"
end

Expand Down

0 comments on commit a3db523

Please sign in to comment.