diff options
author | cheusov <cheusov@pkgsrc.org> | 2014-10-19 16:48:44 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2014-10-19 16:48:44 +0000 |
commit | e2cdb7c601e16c54459e5bb9de6fbd8f940f8a57 (patch) | |
tree | ecf349464457a7cb53f7fbfcb3f884a05c7cbc75 /math/Makefile | |
parent | 864ea7a65be7e52b92fe515a0047036d1d58c731 (diff) | |
download | pkgsrc-e2cdb7c601e16c54459e5bb9de6fbd8f940f8a57.tar.gz |
+= liblinear
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 63ac0af9233..d8832f85636 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.298 2014/10/01 11:10:30 wiz Exp $ +# $NetBSD: Makefile,v 1.299 2014/10/19 16:48:44 cheusov Exp $ COMMENT= Mathematics @@ -131,6 +131,7 @@ SUBDIR+= kseg SUBDIR+= lapack SUBDIR+= libffm SUBDIR+= libint +SUBDIR+= liblinear SUBDIR+= libmatheval SUBDIR+= libsvm SUBDIR+= linpack |