Skip to content

Commit

Permalink
New Formula: openmeeg
Browse files Browse the repository at this point in the history
Closes Homebrew#7492.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
  • Loading branch information
agramfort authored and Sharpie committed Sep 8, 2011
1 parent a79b497 commit b7b40ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/openmeeg.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
require 'formula'

class Openmeeg < Formula
homepage 'http://openmeeg.gforge.inria.fr/'
head 'svn://scm.gforge.inria.fr/svn/openmeeg/trunk', :using => :svn
url 'svn://scm.gforge.inria.fr/svn/openmeeg/branches/release-2.1', :using => :svn

depends_on 'cmake' => :build
depends_on 'hdf5'

def install
system "cmake . #{std_cmake_parameters}"
system "make install"
end
end

0 comments on commit b7b40ff

Please sign in to comment.