summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build.py
Commit message (Collapse)AuthorAgeFilesLines
* Run scons command in build_ext instead of build.David Cournapeau2008-08-201-3/+0
| | | | | | | setuptools develop run build_ext inplace, not build, so develop command in setuptools would not call the scons command. Now, the develop mode should work with numscons.
* Make distutils command build run scons commandDavid Cournapeau2008-01-251-0/+6
|
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-211-4/+0
|
* Added --fcompiler,--help-fcompiler options to build command parallel to ↵Pearu Peterson2007-05-181-0/+16
| | | | --compiler,--help-compiler options.
* added config to --fcompiler option unification method. introduced config_cc ↵Pearu Peterson2007-05-181-1/+2
| | | | for unifying --compiler options.
* unify config_fc, build_clib, build_ext commands --fcompiler options so that ↵Pearu Peterson2007-05-181-1/+4
| | | | --fcompiler can be specified only once in a command line
* #107: Directory name build/srcipts-pythonversion needs platform informationcookedm2006-05-171-1/+11
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+8