summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-07-28 22:24:36 +0300
committerGitHub <noreply@github.com>2021-07-28 22:24:36 +0300
commit2c1a34daa024398cdf9c6e1fbeff52b4eb280551 (patch)
tree67644370dec385ec09793332170276ce3af8147d /numpy/core/setup.py
parente12112e7caf72f93e07128f6e7a8a3399f1c6bc9 (diff)
parentc6fdddeddbbe176ada161955094739998ff15272 (diff)
downloadnumpy-2c1a34daa024398cdf9c6e1fbeff52b4eb280551.tar.gz
Merge pull request #19571 from seberg/ufunc-refactor-2021-normal
MAINT: Refactor UFunc core to use NEP 43 style dispatching
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 29d309f74..c20320910 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -928,6 +928,8 @@ def configuration(parent_package='',top_path=None):
join('src', 'umath', 'matmul.c.src'),
join('src', 'umath', 'clip.h.src'),
join('src', 'umath', 'clip.c.src'),
+ join('src', 'umath', 'dispatching.c'),
+ join('src', 'umath', 'legacy_array_method.c'),
join('src', 'umath', 'ufunc_object.c'),
join('src', 'umath', 'extobj.c'),
join('src', 'umath', 'scalarmath.c.src'),