summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/config_compiler.py
Commit message (Collapse)AuthorAgeFilesLines
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+0
|
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-211-4/+0
|
* Fix fcompiler/compiler unification warning.Pearu Peterson2007-05-191-2/+6
|
* Add descriptions to config_fc and config_cc commands.Pearu Peterson2007-05-181-1/+4
|
* Added --fcompiler,--help-fcompiler options to build command parallel to ↵Pearu Peterson2007-05-181-5/+6
| | | | --compiler,--help-compiler options.
* show less messages in --help-fcompilerPearu Peterson2007-05-181-1/+1
|
* added config to --fcompiler option unification method. introduced config_cc ↵Pearu Peterson2007-05-181-3/+43
| | | | for unifying --compiler options.
* unify config_fc, build_clib, build_ext commands --fcompiler options so that ↵Pearu Peterson2007-05-181-1/+17
| | | | --fcompiler can be specified only once in a command line
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+1
|
* Fix ticket 48.Pearu Peterson2006-04-081-7/+18
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-2/+0
| | | | extraneous whitespace
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+56