diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-30 00:13:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-30 00:13:39 +0800 |
commit | 635a20283c0c48380c79873b57cd4fb4497de2c8 (patch) | |
tree | ef059d0e924a7a05bc7a0d380dc5dd039a419014 /math/Makefile | |
parent | 0d0cd2844ebf5109685821ba28f79292f7842e9f (diff) | |
download | freebsd-ports-gnome-635a20283c0c48380c79873b57cd4fb4497de2c8.tar.gz freebsd-ports-gnome-635a20283c0c48380c79873b57cd4fb4497de2c8.tar.zst freebsd-ports-gnome-635a20283c0c48380c79873b57cd4fb4497de2c8.zip |
add nauty
Brendan McKay's graph isomorphism tester
PR: 27620
Submitted by: David Bremner <bremner@unb.ca>
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 bc078542e8b6..0d954f4d1960 100644 --- a/math/Makefile +++ b/math/Makefile @@ -44,6 +44,7 @@ SUBDIR += metis SUBDIR += mtrxmath SUBDIR += mupad + SUBDIR += nauty SUBDIR += netcdf SUBDIR += ngraph SUBDIR += ntl |