diff options
author | David Cournapeau <cournape@gmail.com> | 2008-07-31 16:03:32 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-07-31 16:03:32 +0000 |
commit | 76a7161aa8bc7755059b250313778602aa473b6f (patch) | |
tree | 730ceae17ebabe92f1b35f04adfb79623ba446f9 /numpy/linalg | |
parent | 89bd486fe36015751b000ff27ec92ee6cdead116 (diff) | |
download | numpy-76a7161aa8bc7755059b250313778602aa473b6f.tar.gz |
Remove add_configres function which did nothing...
Diffstat (limited to 'numpy/linalg')
-rw-r--r-- | numpy/linalg/setupscons.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/linalg/setupscons.py b/numpy/linalg/setupscons.py index 0cf22dd4f..fd05ce9af 100644 --- a/numpy/linalg/setupscons.py +++ b/numpy/linalg/setupscons.py @@ -10,8 +10,7 @@ def configuration(parent_package='',top_path=None): source_files = ['lapack_litemodule.c', 'zlapack_lite.c', 'dlapack_lite.c', 'blas_lite.c', 'dlamch.c', - 'f2c_lite.c','f2c.h'], - post_hook = config.add_configres) + 'f2c_lite.c','f2c.h']) return config |