diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-24 02:19:30 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-24 02:19:30 +0800 |
commit | 96fabdc6f81f1ff0bf707ab0da0097e05b541c17 (patch) | |
tree | 1b3e9306124f3b244f934b8f16d600de88251ef7 /math/Makefile | |
parent | 266b47149ca833e88d0264f4675cc40967d0b7ea (diff) | |
download | freebsd-ports-gnome-96fabdc6f81f1ff0bf707ab0da0097e05b541c17.tar.gz freebsd-ports-gnome-96fabdc6f81f1ff0bf707ab0da0097e05b541c17.tar.zst freebsd-ports-gnome-96fabdc6f81f1ff0bf707ab0da0097e05b541c17.zip |
New port: math/py-numpoly: Create/manipulate/evaluate polynomial arrays based on numpy.ndarray
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e17aca7c99fc..cb00f24395c1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -785,6 +785,7 @@ SUBDIR += py-nevergrad SUBDIR += py-numeric SUBDIR += py-numexpr + SUBDIR += py-numpoly SUBDIR += py-numpy SUBDIR += py-nzmath SUBDIR += py-opt-einsum |