qd: style nits
This commit is contained in:
parent
40e78d3800
commit
c4dcf79ce2
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Qd < Formula
|
||||
url 'http://crd.lbl.gov/~dhbailey/mpdist/qd-2.3.13.tar.gz'
|
||||
homepage 'http://crd.lbl.gov/~dhbailey/mpdist/'
|
||||
url 'http://crd.lbl.gov/~dhbailey/mpdist/qd-2.3.13.tar.gz'
|
||||
sha1 'f46d63eb5e21172a6f66884b4ddbb352b327a9ca'
|
||||
|
||||
def install
|
||||
ENV.fortran
|
||||
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue