Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run scons command in build_ext instead of build. | David Cournapeau | 2008-08-20 | 1 | -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 command | David Cournapeau | 2008-01-25 | 1 | -0/+6 |
| | |||||
* | minor cleanups in numpy.distutils (style mostly) | cookedm | 2007-05-21 | 1 | -4/+0 |
| | |||||
* | Added --fcompiler,--help-fcompiler options to build command parallel to ↵ | Pearu Peterson | 2007-05-18 | 1 | -0/+16 |
| | | | | --compiler,--help-compiler options. | ||||
* | added config to --fcompiler option unification method. introduced config_cc ↵ | Pearu Peterson | 2007-05-18 | 1 | -1/+2 |
| | | | | for unifying --compiler options. | ||||
* | unify config_fc, build_clib, build_ext commands --fcompiler options so that ↵ | Pearu Peterson | 2007-05-18 | 1 | -1/+4 |
| | | | | --fcompiler can be specified only once in a command line | ||||
* | #107: Directory name build/srcipts-pythonversion needs platform information | cookedm | 2006-05-17 | 1 | -1/+11 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+8 |