diff options
author | David Cournapeau <cournape@gmail.com> | 2008-05-20 08:41:11 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-05-20 08:41:11 +0000 |
commit | a29ca1abcb84691a9d32b9608346b9a54a3509b6 (patch) | |
tree | 52c25d1aa075de5cf698d477fab2a6e301e71cf2 /numpy/linalg | |
parent | 87fddf4db1ea174df3428685baeb30586a30541b (diff) | |
download | numpy-a29ca1abcb84691a9d32b9608346b9a54a3509b6.tar.gz |
Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in
numscons.
Diffstat (limited to 'numpy/linalg')
-rw-r--r-- | numpy/linalg/SConstruct | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/numpy/linalg/SConstruct b/numpy/linalg/SConstruct index 24d648ef7..19f4eec42 100644 --- a/numpy/linalg/SConstruct +++ b/numpy/linalg/SConstruct @@ -1,11 +1,7 @@ -# Last Change: Fri Nov 16 05:00 PM 2007 J +# Last Change: Tue May 20 05:00 PM 2008 J # vim:syntax=python import os.path -import __builtin__ -__builtin__.__NUMPY_SETUP__ = True - -from numpy.distutils.misc_util import get_numpy_include_dirs, get_mathlibs from numscons import GetNumpyEnvironment, scons_get_paths, \ scons_get_mathlib from numscons import CheckF77LAPACK |