diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-16 15:35:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-16 15:35:47 +0000 |
commit | 6ff8bb2a23b08c0cd0c1d66b35989b279d3f88b1 (patch) | |
tree | 92d60791574a653ac1a4c5dcb64a1e77053fab0d | |
parent | 8c046073365d6daf16f61b4d4deb59250244e29c (diff) | |
download | pkgsrc-6ff8bb2a23b08c0cd0c1d66b35989b279d3f88b1.tar.gz |
+ lp_solve.
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index d85620f675a..8faaadb1a62 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.211 2010/09/09 05:39:25 sno Exp $ +# $NetBSD: Makefile,v 1.212 2010/10/16 15:35:47 wiz Exp $ COMMENT= Mathematics @@ -96,6 +96,7 @@ SUBDIR+= lapack SUBDIR+= libffm SUBDIR+= libmatheval SUBDIR+= linpack +SUBDIR+= lp_solve SUBDIR+= ltm SUBDIR+= mapm SUBDIR+= mathomatic |