diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gmp.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index 617e97040..ba7ee2019 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -7,7 +7,6 @@ class Gmp < Formula sha256 '1f588aaccc41bb9aed946f9fe38521c26d8b290d003c5df807f65690f2aadec9' option '32-bit' - option 'skip-check', 'Do not run `make check`' def install # Reports of problems using gcc 4.0 on Leopard @@ -33,7 +32,7 @@ class Gmp < Formula system "make" ENV.j1 # Doesn't install in parallel on 8-core Mac Pro # Upstream implores users to always run the test suite - system "make check" unless build.include? "skip-check" + system "make check" system "make install" end end |
