diff options
author | rodent <rodent@pkgsrc.org> | 2014-04-02 07:32:27 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-04-02 07:32:27 +0000 |
commit | adaef00e7518abe5bde14232f5f105de2ebb8de0 (patch) | |
tree | aaf379416c01c679ea3fe40930673a9b6814e232 /math/Makefile | |
parent | 59eec1500f08449da09837a63d72aa767ca01186 (diff) | |
download | pkgsrc-adaef00e7518abe5bde14232f5f105de2ebb8de0.tar.gz |
+libsvm
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 68681d8475a..82e06ef6e44 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2014/02/20 11:30:45 fhajny Exp $ +# $NetBSD: Makefile,v 1.264 2014/04/02 07:32:27 rodent Exp $ COMMENT= Mathematics @@ -127,6 +127,7 @@ SUBDIR+= lapack SUBDIR+= libffm SUBDIR+= libint SUBDIR+= libmatheval +SUBDIR+= libsvm SUBDIR+= linpack SUBDIR+= lp_solve SUBDIR+= ltm |