summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/scons.py
Commit message (Expand)AuthorAgeFilesLines
* Depends on numscons >= 0.9.1.David Cournapeau2008-08-101-1/+1
* Improve error message when scons command fails.David Cournapeau2008-08-091-6/+8
* ran reindentJarrod Millman2008-08-081-2/+2
* Add function to get per package build directory when building with scons inDavid Cournapeau2008-08-031-0/+7
* Pass current package name and scons command instance to post hook.David Cournapeau2008-07-311-1/+1
* Make it possible to execute post/pre hooks in scons command even when no scon...David Cournapeau2008-07-311-51/+53
* Handle inplace build option for numscons.David Cournapeau2008-07-311-1/+5
* More explicit message wrt log level.David Cournapeau2008-07-301-3/+9
* Add log-level option to scons command.David Cournapeau2008-07-301-0/+4
* Require 0.9.0 for numscons.David Cournapeau2008-07-301-1/+1
* Bump min version for numscons to 0.8.2.David Cournapeau2008-07-091-4/+9
* Do not fail scons command when cxx compiler is not available.David Cournapeau2008-06-121-1/+4
* Make sure we are using numscons 0.8.0 or above.David Cournapeau2008-06-121-0/+10
* Set numpy include path relatively to top setup callee when bootstrapping.David Cournapeau2008-06-121-2/+16
* When src_dir is not null, takes it into account to retrieve distutils libdir.David Cournapeau2008-06-121-3/+4
* scons command: set distutils libdir relatively to build directory.David Cournapeau2008-06-121-1/+9
* MSVC compiler does not have compiler_cxx member.David Cournapeau2008-06-081-0/+3
* Merged revisions 5204-5257 via svnmerge from David Cournapeau2008-06-071-0/+19
|\
| * Handle fortran compiler on open-solarisDavid Cournapeau2008-05-201-0/+2
| * Fix typo when passing bootstrapping option to scons.David Cournapeau2008-05-201-1/+1
| * Current handling of bootstrapping is flawed: I should handle it at theDavid Cournapeau2008-05-201-0/+17
* | fixed whitespace w/ reindentJarrod Millman2008-05-221-3/+3
|/
* Add --package-list to scons command, to speed-up no-op when working on scipy.David Cournapeau2008-05-181-4/+47
* 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
* Define various scons related functions to call numscons instead of beingDavid Cournapeau2008-01-061-3/+6
* 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