From ddf6e61b8c92311ec3215252aa117fd7fdaaf8ef Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Thu, 9 Feb 2006 19:04:18 +0000 Subject: Fixed join() -> os.path.join() --- numpy/distutils/command/build_ext.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/distutils/command/build_ext.py') diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py index 735daa6ed..028f3d7f7 100644 --- a/numpy/distutils/command/build_ext.py +++ b/numpy/distutils/command/build_ext.py @@ -99,6 +99,7 @@ class build_ext (old_build_ext): self.fcompiler.customize_cmd(self) self.fcompiler.show_customization() else: + print self.fcompiler.get_version() self.warn('fcompiler=%s is not available.' % (self.fcompiler.compiler_type)) self.fcompiler = None -- cgit v1.2.1