diff options
author | khorben <khorben@pkgsrc.org> | 2018-03-20 15:50:45 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2018-03-20 15:50:45 +0000 |
commit | ec5d125f223dcefb51bd360c17b8114be305e8fb (patch) | |
tree | a571fb795918cac1b5647e40d8bee829cfeadb8c /math | |
parent | 3bac1aea1f206946f10876487b77acc76109d08d (diff) | |
download | pkgsrc-ec5d125f223dcefb51bd360c17b8114be305e8fb.tar.gz |
Add py-z3solver
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 acb94b647b6..dc8dcaa6b47 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.374 2018/03/19 15:27:47 minskim Exp $ +# $NetBSD: Makefile,v 1.375 2018/03/20 15:50:45 khorben Exp $ COMMENT= Mathematics @@ -300,6 +300,7 @@ SUBDIR+= py-statsmodels SUBDIR+= py-sympy SUBDIR+= py-tensorflow-tensorboard SUBDIR+= py-z3 +SUBDIR+= py-z3solver SUBDIR+= qalculate SUBDIR+= qalculate-bases SUBDIR+= qalculate-currency |