diff options
author | maho <maho@FreeBSD.org> | 2003-07-19 12:33:07 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-19 12:33:07 +0800 |
commit | 2fa0fecfa5e7cf5e23334bafac03bc2c32935748 (patch) | |
tree | 35a0a25cd1e81b20b42a702fa4f5ffc61a6cdb31 /math/Makefile | |
parent | 9e8a3abd849b9e261fb7ca1197e784af46313daf (diff) | |
download | freebsd-ports-gnome-2fa0fecfa5e7cf5e23334bafac03bc2c32935748.tar.gz freebsd-ports-gnome-2fa0fecfa5e7cf5e23334bafac03bc2c32935748.tar.zst freebsd-ports-gnome-2fa0fecfa5e7cf5e23334bafac03bc2c32935748.zip |
lp_solve, A free linear programming solver that can process
standard MPL format. This lp_solve versions is released
under the LGPL license
PR: 53649
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
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 aabcd397da0c..3d1287a462e4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -74,6 +74,7 @@ SUBDIR += linalg SUBDIR += linpack SUBDIR += linux-relview + SUBDIR += lp_solve SUBDIR += matrix SUBDIR += maxima SUBDIR += metis |