summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/absoft.py
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Update absoft fortran flags for v11.0.Charles Harris2010-09-251-1/+3
|
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-031-1/+1
|
* Better version handling in fcompilercookedm2007-06-151-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.pycookedm2007-05-281-3/+3
|
* Better temporary file handling by using one temporary directory forcookedm2007-05-281-2/+5
| | | | numpy.distutils, and removing that at exit. Replaces using tempfile.mktemp.
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+0
|
* merge from distutils-revamp branch (step 2)cookedm2007-05-251-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 Peterson2006-04-191-1/+4
|
* Some fixes for Absoft Fortran 10.0 on 64-bit Linux. I would appreciate some ↵Robert Kern2006-04-191-2/+13
| | | | double-checking from someone else on this!
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-1/+1
| | | | extraneous whitespace
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-1/+1
|
* Back out mistaken commitRobert Kern2006-02-091-2/+2
|
* Fixed join() -> os.path.join()Robert Kern2006-02-091-2/+2
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-4/+4
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+137