diff options
author | minskim <minskim@pkgsrc.org> | 2018-07-06 03:37:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-07-06 03:37:06 +0000 |
commit | de9bb99cdbbe23e8452748976b73003af29a8b8d (patch) | |
tree | 658f58a6d5c1afe89b6093447d96a78605ee6b10 /math | |
parent | 9d1969cd36e5b1cdf460be5ba02f6ab34f251bb6 (diff) | |
download | pkgsrc-de9bb99cdbbe23e8452748976b73003af29a8b8d.tar.gz |
math/Makefile: Add py-Theano
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 2ef955d990e..033a3840bbb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.391 2018/07/04 06:46:49 adam Exp $ +# $NetBSD: Makefile,v 1.392 2018/07/06 03:37:06 minskim Exp $ COMMENT= Mathematics @@ -274,6 +274,7 @@ SUBDIR+= pspp SUBDIR+= py-Numeric SUBDIR+= py-Scientific SUBDIR+= py-Scientific-doc +SUBDIR+= py-Theano SUBDIR+= py-abcpmc SUBDIR+= py-almost SUBDIR+= py-asteval |