summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-05 19:37:24 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-05 19:37:24 +0000
commit02656952c1ca3e5814d44ad26e2c1a0598d93fd3 (patch)
tree4f8ab41d14f8cef13ff55387dbbc426ef7ddd9af /numpy/core/setup.py
parent8c293949830d75c9e43740ba9b98d8bc6d587a76 (diff)
downloadnumpy-02656952c1ca3e5814d44ad26e2c1a0598d93fd3.tar.gz
Added Chris Stawarz patch for solaris.
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 381bb3753..51035d6e0 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -156,6 +156,8 @@ def configuration(parent_package='',top_path=None):
config.add_extension('umath',
sources = [generate_config_h,
join('src','umathmodule.c.src'),
+ join('src','_signbit.c'),
+ join('src','_isnan.c'),
generate_umath_c,
generate_ufunc_api,
join('src','scalartypes.inc.src'),