summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/scons.py
Commit message (Collapse)AuthorAgeFilesLines
* Does not replace g++ by c++ compiler name.David Cournapeau2008-04-231-5/+1
|
* Do not show the whole scons command for silent modes.David Cournapeau2008-04-211-1/+4
|
* Add one more level for silent modes in scons command.David Cournapeau2008-04-131-4/+5
|
* Add pkg name at the beginning of logging scons call.David Cournapeau2008-03-161-1/+1
|
* ran reindentJarrod Millman2008-02-081-10/+10
|
* Return as soon as possible of no sconscripts is detected in scons command, toDavid Cournapeau2008-01-251-0/+3
| | | | avoid importing numscons when not needed
* Define various scons related functions to call numscons instead of beingDavid Cournapeau2008-01-061-3/+6
| | | | | defined directly in numpy, for bootstrapping issues.
* Use separate numscons package instead of internal local copyDavid Cournapeau2008-01-061-2/+9
|
* Add scons command to numpy distutils.David Cournapeau2008-01-061-0/+322