diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-04 02:38:00 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-04 02:38:00 +0000 |
commit | ad5ea862bc3b49419203fead5724dac74cad711e (patch) | |
tree | 2830ee749af97c8437607d75e420ac75fa45663c /math/Makefile | |
parent | panasync must have been absent in CSE101 when they taught you not to (diff) |
Add concorde, a combinatorial optimization library.
PR: 19685
Submitted by: David A. Bader <dbader@eece.unm.edu>
Notes
Notes:
svn path=/head/; revision=30153
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 8424c68047f8..09ae131a8479 100644 --- a/math/Makefile +++ b/math/Makefile @@ -11,6 +11,7 @@ SUBDIR += blas SUBDIR += calc SUBDIR += calctool + SUBDIR += concorde SUBDIR += dcdflib SUBDIR += eispack SUBDIR += eval |