Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Update absoft fortran flags for v11.0. | Charles Harris | 2010-09-25 | 1 | -1/+3 |
| | |||||
* | Fix print statements in fcompiler for python3. | David Cournapeau | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | 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 my mistake in fcompiler/absoft.py and fcompiler/intel.py | cookedm | 2007-05-28 | 1 | -3/+3 |
| | |||||
* | Better temporary file handling by using one temporary directory for | cookedm | 2007-05-28 | 1 | -2/+5 |
| | | | | numpy.distutils, and removing that at exit. Replaces using tempfile.mktemp. | ||||
* | distutils: clean up imports (found by running pyflakes) | cookedm | 2007-05-25 | 1 | -1/+0 |
| | |||||
* | merge from distutils-revamp branch (step 2) | cookedm | 2007-05-25 | 1 | -2/+5 |
| | | | | | | - fcompiler changes. All flags, executables, etc., should be overridable by the user with config_fc (either command line or setup.cfg) or by environment variables | ||||
* | Fix version detection of an older absoft compiler (version 2.3 to be specific). | Pearu Peterson | 2006-04-19 | 1 | -1/+4 |
| | |||||
* | Some fixes for Absoft Fortran 10.0 on 64-bit Linux. I would appreciate some ↵ | Robert Kern | 2006-04-19 | 1 | -2/+13 |
| | | | | double-checking from someone else on this! | ||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -1/+1 |
| | | | | extraneous whitespace | ||||
* | Run tabnanny over the code, and replace uses of tab for indentation with spaces | cookedm | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | Back out mistaken commit | Robert Kern | 2006-02-09 | 1 | -2/+2 |
| | |||||
* | Fixed join() -> os.path.join() | Robert Kern | 2006-02-09 | 1 | -2/+2 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -4/+4 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+137 |