summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-09-09 09:44:31 +0300
committermattip <matti.picus@gmail.com>2018-10-21 18:12:09 +0300
commit73c5a5aca2c17505ae352b94ebd5043e5df80f14 (patch)
tree3234b269c70ddb978582b88c9743d779a3919ed6 /numpy/core/setup.py
parent28b3694aa1eeeaa75068436b79a87a296545fea4 (diff)
downloadnumpy-73c5a5aca2c17505ae352b94ebd5043e5df80f14.tar.gz
DEP: deprecate np.set_numeric_ops and friends
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 fc15fe59f..9923f3dc9 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -901,6 +901,7 @@ def configuration(parent_package='',top_path=None):
join('include', 'numpy', 'npy_math.h'),
join('include', 'numpy', 'halffloat.h'),
join('src', 'multiarray', 'common.h'),
+ join('src', 'multiarray', 'number.h'),
join('src', 'common', 'templ_common.h.src'),
join('src', 'umath', 'simd.inc.src'),
join('src', 'umath', 'override.h'),