summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2017-04-28 21:54:34 +0100
committerEric Wieser <wieser.eric@gmail.com>2017-06-02 11:09:00 +0100
commit32436eaa195db9930f1d5e46381afa4594881019 (patch)
tree774ae1bce75ded76549c665988a2c35912b7881a /numpy/core/setup.py
parent090d46e76fbda7f7fc73751c221d0c58b9d889af (diff)
downloadnumpy-32436eaa195db9930f1d5e46381afa4594881019.tar.gz
MAINT: Move functions handling ufunc extobj
This makes it visible inside other files, like reduction.c Apart from the includes, everything here is just a direct move - there are no code changes
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index f268258ee..a5643ed3e 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -874,6 +874,7 @@ def configuration(parent_package='',top_path=None):
join('src', 'umath', 'loops.h.src'),
join('src', 'umath', 'loops.c.src'),
join('src', 'umath', 'ufunc_object.c'),
+ join('src', 'umath', 'extobj.c'),
join('src', 'umath', 'scalarmath.c.src'),
join('src', 'umath', 'ufunc_type_resolution.c'),
join('src', 'umath', 'override.c'),