summaryrefslogtreecommitdiff
path: root/scipy_distutils/ccompiler.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2004-03-11 20:20:03 +0000
committerTravis Oliphant <oliphant@enthought.com>2004-03-11 20:20:03 +0000
commit8d935d1126580300b0340a5ef65b4ec6378a50d9 (patch)
tree24324335b5d5a344f21ddf35b2a8392632cd9a68 /scipy_distutils/ccompiler.py
parentcf8d1e6eedf7171969771dcec1218a8258d1731f (diff)
downloadnumpy-8d935d1126580300b0340a5ef65b4ec6378a50d9.tar.gz
Fixed dependency libraries on absoft compiler.
Diffstat (limited to 'scipy_distutils/ccompiler.py')
-rw-r--r--scipy_distutils/ccompiler.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/scipy_distutils/ccompiler.py b/scipy_distutils/ccompiler.py
index f070ffdbe..797673f04 100644
--- a/scipy_distutils/ccompiler.py
+++ b/scipy_distutils/ccompiler.py
@@ -157,12 +157,6 @@ def CCompiler_customize(self, dist, need_cxx=0):
# See FCompiler.customize for suggested usage.
log.info('customize %s' % (self.__class__.__name__))
customize_compiler(self)
-
- # MSVC doesn't appear to have compiler defined?? This
- # was a hack added by Travis O.
- if not hasattr(self,'compiler'):
- return
-
if need_cxx:
if hasattr(self,'compiler') and self.compiler[0].find('gcc')>=0:
if sys.version[:3]>='2.3':