diff options
author | minskim <minskim@pkgsrc.org> | 2018-01-23 01:52:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-01-23 01:52:53 +0000 |
commit | 13a74b658c4ca394d751cb6496fc1bd435109228 (patch) | |
tree | cea82963d71a556f859a2ef88aa3d43d9cbf3eea | |
parent | 189c89d58c60005c97ac832104f449000ec006eb (diff) | |
download | pkgsrc-13a74b658c4ca394d751cb6496fc1bd435109228.tar.gz |
math/Makefile: Add py-tensorflow-tensorboard
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 1895e5e0d74..098b3f5a44f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.354 2018/01/22 19:23:46 minskim Exp $ +# $NetBSD: Makefile,v 1.355 2018/01/23 01:52:53 minskim Exp $ COMMENT= Mathematics @@ -280,6 +280,7 @@ SUBDIR+= py-scipy SUBDIR+= py-simpleeval SUBDIR+= py-statsmodels SUBDIR+= py-sympy +SUBDIR+= py-tensorflow-tensorboard SUBDIR+= qalculate SUBDIR+= qalculate-bases SUBDIR+= qalculate-currency |