summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-12-29 03:20:38 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-12-29 03:20:38 +0000
commit7692d7815cb3499b78c419c5bcd1ad4b7486150e (patch)
tree93850f451c76d4f24fd818cc4d093b39357a43c4 /numpy/core/setup.py
parentef8690c161d3314358d22443cb5ffe3fa7f7f5af (diff)
downloadnumpy-7692d7815cb3499b78c419c5bcd1ad4b7486150e.tar.gz
Use custom formatting functions.
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 dbae644cd..b037af1b6 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -330,6 +330,7 @@ def configuration(parent_package='',top_path=None):
deps = [join('src','arrayobject.c'),
join('src','arraymethods.c'),
join('src','scalartypes.inc.src'),
+ join('src','npy_format.c'),
join('src','arraytypes.inc.src'),
join('src','_signbit.c'),
join('src','ucsnarrow.c'),