diff options
author | khorben <khorben@pkgsrc.org> | 2018-03-15 02:25:13 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2018-03-15 02:25:13 +0000 |
commit | 600933d111ab91c7bfd239f10d0261a5dc5f0a5b (patch) | |
tree | 2bac32f3334eb84a5bb49cd9456310be59f8574a /math | |
parent | 9cd6d534f45e9feddf2a4611592cc58aac60931a (diff) | |
download | pkgsrc-600933d111ab91c7bfd239f10d0261a5dc5f0a5b.tar.gz |
Add py-claripy
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 7b5a1e5fdf0..312a0fd35ee 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.372 2018/03/13 00:36:57 khorben Exp $ +# $NetBSD: Makefile,v 1.373 2018/03/15 02:25:13 khorben Exp $ COMMENT= Mathematics @@ -267,6 +267,7 @@ SUBDIR+= py-almost SUBDIR+= py-autograd SUBDIR+= py-bottleneck SUBDIR+= py-cdecimal +SUBDIR+= py-claripy SUBDIR+= py-ephem SUBDIR+= py-fftw SUBDIR+= py-fpconst |