diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2007-11-08 22:06:18 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2007-11-08 22:06:18 +0000 |
| commit | cd8db12913c9bd7323b77a03a8fa11667634b1a9 (patch) | |
| tree | 9d16081995f42dccef37682f7766cc84d1000ea7 | |
| parent | 1131166491169004de0d8ce8e45ae8c1da1fae16 (diff) | |
| download | numpy-1.0.4.tar.gz | |
Travis O is doing a bad thing by modifying this tagged release. However, it is worse to have a release that causes SciPy to fail on build. Hopefully, not too many people have now invalidated releases.v1.0.4
| -rw-r--r-- | numpy/distutils/command/build_ext.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py index 4f5819175..1fff28252 100644 --- a/numpy/distutils/command/build_ext.py +++ b/numpy/distutils/command/build_ext.py @@ -89,7 +89,6 @@ class build_ext (old_build_ext): ' overwriting build_info\n%s... \nwith\n%s...' \ % (libname, `clibs[libname]`[:300], `build_info`[:300])) clibs[libname] = build_info - local_clibs = clibs.copy() # .. and distribution libraries: for libname,build_info in self.distribution.libraries or []: if clibs.has_key(libname): @@ -113,11 +112,6 @@ class build_ext (old_build_ext): for m in binfo.get('macros',[]): if m not in macros: macros.append(m) - if libname in local_clibs: - c = self.compiler - outname = c.library_filename(libname, - output_dir=self.build_temp) - ext.depends.append(outname) for l in clibs.get(libname,{}).get('source_languages',[]): ext_languages.add(l) if c_libs: |
