From 314abd2d462a45bbbefb51f47a3276be82267b82 Mon Sep 17 00:00:00 2001 From: Thomas Gustafsson Date: Mon, 23 May 2011 17:23:49 +0200 Subject: sundials: SUite of Nonlinear and DIfferential/ALgebraic equation Solvers Signed-off-by: Adam Vandenberg --- Library/Formula/sundials.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/sundials.rb (limited to 'Library/Formula') diff --git a/Library/Formula/sundials.rb b/Library/Formula/sundials.rb new file mode 100644 index 000000000..2411d72b8 --- /dev/null +++ b/Library/Formula/sundials.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Sundials < Formula + url 'https://computation.llnl.gov/casc/sundials/download/code/sundials-2.4.0.tar.gz' + homepage 'https://computation.llnl.gov/casc/sundials/main.html' + md5 '4dbe9b98e66cf7670f42ecb73bf8216e' + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3