diff options
| author | Adam Vandenberg | 2012-02-12 22:10:16 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-12 22:10:16 -0800 |
| commit | a39d0e70cf8800558584ac191b1a82ca1e181fe2 (patch) | |
| tree | c28e7b5dd9b5e791445f0a15b76de119714ec380 /Library/Formula | |
| parent | 0788a0049b5c29b4a738fa62e0b7eb10606e38ea (diff) | |
| download | homebrew-a39d0e70cf8800558584ac191b1a82ca1e181fe2.tar.bz2 | |
csmith 2.1.0
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/csmith.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/csmith.rb b/Library/Formula/csmith.rb index 7d0a95255..97ec87cde 100644 --- a/Library/Formula/csmith.rb +++ b/Library/Formula/csmith.rb @@ -1,16 +1,17 @@ require 'formula' class Csmith < Formula - url 'http://embed.cs.utah.edu/csmith/csmith-2.0.0.tar.gz' homepage 'http://embed.cs.utah.edu/csmith/' - md5 'ab0bee5da4d1c2b55c32789b716846cb' + url 'http://embed.cs.utah.edu/csmith/csmith-2.1.0.tar.gz' + md5 '3170ce73f0347d82c1206cf145cb49c7' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make" + ENV.j1 # 2.1.0 fails install without this system "make install" runtime = include+"csmith-#{version}/runtime" - runtime.mkdir runtime.install Dir['runtime/*.h'] end |
