diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-02-13 09:06:49 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-02-13 09:10:51 +0000 |
commit | df3fb512fa9ccd21b0fa5129e68c97875bd487ec (patch) | |
tree | 6cff5c2d35ac311482f1f36c083f7e02cc0cb372 /math/Makefile | |
parent | 0339e00c364b887ae2bfc544d12049996289e9f7 (diff) | |
download | ports-df3fb512fa9ccd21b0fa5129e68c97875bd487ec.tar.gz ports-df3fb512fa9ccd21b0fa5129e68c97875bd487ec.zip |
math/py-py-find-1st: New port: Numpy extension module for efficient search in numpy arrays
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 570bf14101ef..4c85273b1d0b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -983,6 +983,7 @@ SUBDIR += py-pplpy SUBDIR += py-primecountpy SUBDIR += py-primme + SUBDIR += py-py-find-1st SUBDIR += py-pyFFTW SUBDIR += py-pyaudi SUBDIR += py-pybloom |