diff options
author | minskim <minskim@pkgsrc.org> | 2018-04-06 19:23:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-04-06 19:23:30 +0000 |
commit | de10a8febed549c223ae04616aea040ad1003736 (patch) | |
tree | e6a84d0a376517ec60a6d591f45835a9d517a63f /math | |
parent | 6ca6610705375f3a40198e4e7ad32778dc862e8e (diff) | |
download | pkgsrc-de10a8febed549c223ae04616aea040ad1003736.tar.gz |
math/Makefile: Add py-tensorboard
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 118c1353740..fbbcf5060c7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.378 2018/03/23 16:43:43 minskim Exp $ +# $NetBSD: Makefile,v 1.379 2018/04/06 19:23:30 minskim Exp $ COMMENT= Mathematics @@ -301,6 +301,7 @@ SUBDIR+= py-scipy SUBDIR+= py-simpleeval SUBDIR+= py-statsmodels SUBDIR+= py-sympy +SUBDIR+= py-tensorboard SUBDIR+= py-tensorflow-tensorboard SUBDIR+= py-z3 SUBDIR+= py-z3solver |