summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2022-11-27 18:16:10 +0100
committerGitHub <noreply@github.com>2022-11-27 18:16:10 +0100
commit57f704ae8dba5d013b63c93367c115f7cd0b0518 (patch)
tree0912e4d1cb44909bc5783fb30af5c2ad4c56dcec /numpy/core/setup.py
parent843be7486e08ae5badc21757840dfa6f2915efe7 (diff)
parentb64727c0ccfe60a2ed668eb1923d60f433558580 (diff)
downloadnumpy-57f704ae8dba5d013b63c93367c115f7cd0b0518.tar.gz
Merge pull request #22679 from mattip/issue22673
BLD: revert function() -> #define for 3 npymath functions
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 6f0a4417a..9a3b41637 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -776,7 +776,11 @@ def configuration(parent_package='',top_path=None):
# join('src', 'npymath', 'ieee754.cpp'),
join('src', 'npymath', 'ieee754.c.src'),
join('src', 'npymath', 'npy_math_complex.c.src'),
- join('src', 'npymath', 'halffloat.c')
+ join('src', 'npymath', 'halffloat.c'),
+ # Remove this once scipy macos arm64 build correctly
+ # links to the arm64 npymath library,
+ # see gh-22673
+ join('src', 'npymath', 'arm64_exports.c'),
]
config.add_installed_library('npymath',