diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-10 04:18:37 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-10 04:18:37 +0000 |
commit | 6216dc74dbf017185a98372b0c12578f101acc11 (patch) | |
tree | 4d1179980c826efb53299827299260cd02c51ad0 /math/metis/pkg | |
parent | 9d439a0211df7c1e63b5012b6abc5028e4beff7a (diff) | |
download | pkgsrc-6216dc74dbf017185a98372b0c12578f101acc11.tar.gz |
Initial import of metis:
METIS is a family of programs for partitioning unstructured graphs and
hypergraphs and computing fill-reducing orderings of sparse matrices.
The underlying algorithms used by METIS are based on the
state-of-the-art multilevel paradigm that has been shown to produce
high quality results and scale to very large problems. It is
available both as a set of stand-alone programs and as a library.
Diffstat (limited to 'math/metis/pkg')
-rw-r--r-- | math/metis/pkg/COMMENT | 1 | ||||
-rw-r--r-- | math/metis/pkg/DESCR | 6 | ||||
-rw-r--r-- | math/metis/pkg/PLIST | 26 |
3 files changed, 33 insertions, 0 deletions
diff --git a/math/metis/pkg/COMMENT b/math/metis/pkg/COMMENT new file mode 100644 index 00000000000..b6f7580c5ad --- /dev/null +++ b/math/metis/pkg/COMMENT @@ -0,0 +1 @@ +Unstructured graph partitioning and sparse matrix ordering system diff --git a/math/metis/pkg/DESCR b/math/metis/pkg/DESCR new file mode 100644 index 00000000000..e194754c5d0 --- /dev/null +++ b/math/metis/pkg/DESCR @@ -0,0 +1,6 @@ +METIS is a family of programs for partitioning unstructured graphs and +hypergraphs and computing fill-reducing orderings of sparse matrices. +The underlying algorithms used by METIS are based on the +state-of-the-art multilevel paradigm that has been shown to produce +high quality results and scale to very large problems. It is +available both as a set of stand-alone programs and as a library. diff --git a/math/metis/pkg/PLIST b/math/metis/pkg/PLIST new file mode 100644 index 00000000000..9e4f5ccb975 --- /dev/null +++ b/math/metis/pkg/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/10 04:18:37 jtb Exp $ +bin/graphchk +bin/kmetis +bin/mesh2dual +bin/mesh2nodal +bin/oemetis +bin/onmetis +bin/partdmesh +bin/partnmesh +bin/pmetis +include/metis/defs.h +include/metis/macros.h +include/metis/metis.h +include/metis/proto.h +include/metis/rename.h +include/metis/struct.h +lib/libmetis.a +share/doc/metis/manual.ps +share/examples/metis/0README +share/examples/metis/4elt.graph +share/examples/metis/metis.mesh +share/examples/metis/mtest.c +share/examples/metis/test.mgraph +@dirrm share/examples/metis +@dirrm share/doc/metis +@dirrm include/metis |