From 4743c81628004af9134bab930e4be15335ae671d Mon Sep 17 00:00:00 2001 From: kashif Date: Wed, 26 May 2010 23:57:09 +0200 Subject: 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 --- Library/Formula/metis.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/metis.rb (limited to 'Library/Formula') diff --git a/Library/Formula/metis.rb b/Library/Formula/metis.rb new file mode 100644 index 000000000..192af2480 --- /dev/null +++ b/Library/Formula/metis.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Metis