diff options
author | David Cournapeau <cournape@gmail.com> | 2009-11-10 09:33:49 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-11-10 09:33:49 +0000 |
commit | 7037d457e4318836d94ebab4b46bafc99d0897be (patch) | |
tree | ffab88b3e4151947f2fa4a388689ff44cf48e38f /numpy/core/setup.py | |
parent | c52c2bfa691b5c3303f736de518a21a2c5c141ca (diff) | |
download | numpy-7037d457e4318836d94ebab4b46bafc99d0897be.tar.gz |
ENH: make ieee754 a templated file, need for spacing.
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 9c85a4834..b1a9a2050 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -654,7 +654,7 @@ def configuration(parent_package='',top_path=None): config.add_installed_library('npymath', sources=[join('src', 'npymath', 'npy_math.c.src'), - join('src', 'npymath', 'ieee754.c'), + join('src', 'npymath', 'ieee754.c.src'), join('src', 'npymath', 'npy_math_complex.c.src'), get_mathlib_info], install_dir='lib') |