Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a check_decl function to check for declaration | David Cournapeau | 2007-12-22 | 1 | -0/+15 |
| | |||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+0 |
| | |||||
* | More fixes for building scipy with Mingw32 compilers. | Pearu Peterson | 2007-07-25 | 1 | -1/+2 |
| | |||||
* | Better version handling in fcompiler | cookedm | 2007-06-15 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove FCompiler.get_version_cmd, FCompiler.get_flags_version, FCompiler.get_linker_so_cmd, and FCompiler.get_linker_exe_cmd; subclasses should do this in FCompiler.update_executables() * FCompiler attributes .compiler_f77, .version_cmd, etc., are now properties that read from the .executables dictionary. * Update intel.py and absoft.py for above * Add extra asserts for defensive programming. Most of our problems here seem to come from bad values being generated, and the error not being caught until later. * must call FCompiler.customize() before FCompiler.get_version(); command/build_ext.py and command/config.py updated * verify that commands make sense earlier -- must be None or lists of strings Also, * add IA-32 as another pattern to search for in 32-bit Intel compiler version. * minor formatting * add debugging helpers to environment.py:EnvironmentConfig class | ||||
* | Fix issues with undetected Fortran compilers. | Pearu Peterson | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | do an appropiate behaviour in the distutils commands when new_fcompiler ↵ | cookedm | 2007-05-31 | 1 | -3/+4 |
| | | | | returns None | ||||
* | minor cleanups in numpy.distutils (style mostly) | cookedm | 2007-05-21 | 1 | -6/+4 |
| | |||||
* | Clean up and completed (hopefully) MSVC support. | Pearu Peterson | 2007-05-19 | 1 | -4/+10 |
| | |||||
* | win32: fix install when build has been carried out earlier. | Pearu Peterson | 2007-05-19 | 1 | -4/+4 |
| | |||||
* | More typo fixes. | Pearu Peterson | 2007-05-19 | 1 | -3/+1 |
| | |||||
* | Fix typo. | Pearu Peterson | 2007-05-19 | 1 | -1/+1 |
| | |||||
* | Fix atlas version detection when using MSVC compiler | Pearu Peterson | 2007-05-19 | 1 | -0/+38 |
| | |||||
* | added config to --fcompiler option unification method. introduced config_cc ↵ | Pearu Peterson | 2007-05-18 | 1 | -9/+1 |
| | | | | for unifying --compiler options. | ||||
* | Fix use of os.WEXITSTATUS and friends: only use if they exist | cookedm | 2006-07-13 | 1 | -11/+12 |
| | |||||
* | Fix 'UnboundLocalError' in numpy.distutils.command.config | cookedm | 2006-06-12 | 1 | -0/+1 |
| | |||||
* | Make system_info saner. | cookedm | 2006-06-09 | 1 | -0/+59 |
| | | | | | | * Add a get_output() method to the config command, which compiles, links, and runs a program, and returns the output from that program. * Also cleaned up some stuff. system_info uses log instead of print. | ||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+63 |