From dcfd7b84034cd60e0656840071a6129623b3478b Mon Sep 17 00:00:00 2001 From: kashif Date: Wed, 26 May 2010 23:57:09 +0200 Subject: [PATCH] Added new formula: metis METIS is a family of programs for partitioning unstructured graphs and hypergraphs and computing fill-reducing orderings of sparse matrices. Signed-off-by: Adam Vandenberg --- Formula/metis.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Formula/metis.rb diff --git a/Formula/metis.rb b/Formula/metis.rb new file mode 100644 index 0000000000..192af24804 --- /dev/null +++ b/Formula/metis.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Metis