SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
Information about platform and python version and compilers
This information is manly used to build directory names that keep the object files and shared libaries straight when multiple platforms share the same file system.
old_argv = [ ]
Try and figure out which compiler is gonna be used on windows. On other platforms, it just returns whatever value it is given.
converts 'gcc' to 'mingw32' on win32
Test to make sure gcc is found
Does this return correct value on win98???
Try to figure out the compiler directory based on the input compiler name. This is fragile and really should be done at the distutils level inside the compiler. I think it is only useful on windows at the moment.
Determine whether MSVC is available on the machine.
| Local name | Refers to |
|---|---|
| customize_compiler | distutils.sysconfig.customize_compiler |
| distutils | distutils |
| distutils.bcppcompiler | distutils.bcppcompiler |
| new_compiler | numpy.distutils.ccompiler.new_compiler |
| os | os |
| setup | numpy.distutils.core.setup |
| sys | sys |