diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-15 10:53:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-15 10:53:43 +0800 |
commit | f115b3fcb0f769858d2f6a4201fb43239c112714 (patch) | |
tree | 58c55b2ab3d1b00c4b4dca14c36432b2d0fb1721 /math/Makefile | |
parent | 82fc51c519c5c85b556833fb58e3420cc7c8d237 (diff) | |
download | freebsd-ports-gnome-f115b3fcb0f769858d2f6a4201fb43239c112714.tar.gz freebsd-ports-gnome-f115b3fcb0f769858d2f6a4201fb43239c112714.tar.zst freebsd-ports-gnome-f115b3fcb0f769858d2f6a4201fb43239c112714.zip |
A python implementation of the munkres algorithm
WWW: http://software.clapper.org/munkres/
PR: ports/176068
Submitted by: Mark Felder <feld@feld.me>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e94680889234..6979ae913115 100644 --- a/math/Makefile +++ b/math/Makefile @@ -548,6 +548,7 @@ SUBDIR += py-mathdom SUBDIR += py-matplotlib SUBDIR += py-mpmath + SUBDIR += py-munkres SUBDIR += py-networkx SUBDIR += py-numarray SUBDIR += py-numeric |