summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/ibm.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-031-1/+1
|
* Better temporary file handling by using one temporary directory forcookedm2007-05-281-3/+2
| | | | numpy.distutils, and removing that at exit. Replaces using tempfile.mktemp.
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-5/+1
|
* 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
* Really fix linking with Fortran on AIXcookedm2007-04-041-9/+0
|
* Fix for making Fortran extensions on AIX.cookedm2007-04-041-0/+10
|
* Applying info from Hans-Joachim Ehlers to improve xlf compiler support (on ↵Pearu Peterson2007-03-021-10/+10
| | | | AIX using lslpp to determine compiler version).
* Fixing xlf compiler for AIX with 9.x and 10.x version support (needs testing ↵Pearu Peterson2007-02-281-8/+13
| | | | and checking that xlf 8.x compilers are still detected)
* Added support for xml Fortran V10 compiler (needs testing).Pearu Peterson2007-02-281-2/+12
|
* Actually return the appropriate version if found.Robert Kern2006-04-161-1/+1
|
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy ↵Pearu Peterson2006-01-141-1/+2
| | | | packages.
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-2/+2
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+80