diff options
author | cheusov <cheusov> | 2014-10-29 23:12:17 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2014-10-29 23:12:17 +0000 |
commit | 926667b623e1557316465146d1df812c81f9951d (patch) | |
tree | 7285ff370e649eada3a2da73c706252630951896 /math/Makefile | |
parent | 04de5c49a079104c100d874f6c366b29a4d58e29 (diff) | |
download | pkgsrc-926667b623e1557316465146d1df812c81f9951d.tar.gz |
+= liblbfgs
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 b0c10d49c9b..bb04dc253af 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.300 2014/10/29 17:09:39 cheusov Exp $ +# $NetBSD: Makefile,v 1.301 2014/10/29 23:12:17 cheusov Exp $ COMMENT= Mathematics @@ -131,6 +131,7 @@ SUBDIR+= kseg SUBDIR+= lapack SUBDIR+= libffm SUBDIR+= libint +SUBDIR+= liblbfgs SUBDIR+= liblinear SUBDIR+= libmatheval SUBDIR+= libshorttext |