mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
572 B
Plaintext
9 lines
572 B
Plaintext
PyMetis is a Python wrapper for the Metis graph partititioning software by
|
|
George Karypis, Vipin Kumar and others. It includes version 5.0pre2 of Metis
|
|
and wraps it using the Boost Python wrapper generator library. So far, it only
|
|
wraps the most basic graph partitioning functionality (which is enough for my
|
|
current use), but extending it in case you need more should be quite
|
|
straightforward. Using PyMetis to partition your meshes is really easy -
|
|
essentially all you need to pass into PyMetis is an adjacency list for the
|
|
graph and the number of parts you would like.
|