Skip to content

Commit

Permalink
APPLgrid: added lhapdf dependency, added test, removed unknown debug …
Browse files Browse the repository at this point in the history
…option
  • Loading branch information
davidchall committed Nov 20, 2013
1 parent 6b96d7a commit e35c758
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions applgrid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ class Applgrid < Formula
depends_on :fortran
depends_on 'root'
depends_on 'hoppet' => :recommended
depends_on 'lhapdf' => :optional

def install
ENV.j1

system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make", "install"
end

test do
system "false"
system "applgrid-config", "--version"
end
end

0 comments on commit e35c758

Please sign in to comment.