Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix print statements in fcompiler for python3. | David Cournapeau | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | Better temporary file handling by using one temporary directory for | cookedm | 2007-05-28 | 1 | -3/+2 |
| | | | | numpy.distutils, and removing that at exit. Replaces using tempfile.mktemp. | ||||
* | distutils: clean up imports (found by running pyflakes) | cookedm | 2007-05-25 | 1 | -5/+1 |
| | |||||
* | 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 | ||||
* | Really fix linking with Fortran on AIX | cookedm | 2007-04-04 | 1 | -9/+0 |
| | |||||
* | Fix for making Fortran extensions on AIX. | cookedm | 2007-04-04 | 1 | -0/+10 |
| | |||||
* | Applying info from Hans-Joachim Ehlers to improve xlf compiler support (on ↵ | Pearu Peterson | 2007-03-02 | 1 | -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 Peterson | 2007-02-28 | 1 | -8/+13 |
| | | | | and checking that xlf 8.x compilers are still detected) | ||||
* | Added support for xml Fortran V10 compiler (needs testing). | Pearu Peterson | 2007-02-28 | 1 | -2/+12 |
| | |||||
* | Actually return the appropriate version if found. | Robert Kern | 2006-04-16 | 1 | -1/+1 |
| | |||||
* | Making f2py and distutils scipy-style packages. Using pkgload to load numpy ↵ | Pearu Peterson | 2006-01-14 | 1 | -1/+2 |
| | | | | packages. | ||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+80 |