summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-08-17 09:42:39 -0500
committerGitHub <noreply@github.com>2017-08-17 09:42:39 -0500
commitb9e5ea63c707747d7999a644be8b30d95eaceded (patch)
tree01b68eca76a5a8d96c678ff44197623eb5bbaf11 /numpy/core/setup.py
parent26c79664d2edd48e1777cc4b31ecb952e2ec30d5 (diff)
parent3cfe9360e827dde42ff736e34760d90a29394819 (diff)
downloadnumpy-b9e5ea63c707747d7999a644be8b30d95eaceded.tar.gz
Merge pull request #9575 from pv/cabs-blacklist
BUG: deal with broken cabs*() for MSVC on win32
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 4c3ec66fe..f56e705ab 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -934,7 +934,8 @@ def configuration(parent_package='',top_path=None):
sources=[join('src', 'multiarray', 'multiarray_tests.c.src'),
join('src', 'private', 'mem_overlap.c')],
depends=[join('src', 'private', 'mem_overlap.h'),
- join('src', 'private', 'npy_extint128.h')])
+ join('src', 'private', 'npy_extint128.h')],
+ libraries=['npymath'])
#######################################################################
# operand_flag_tests module #