Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump min version for numscons to 0.8.2. | David Cournapeau | 2008-07-09 | 1 | -4/+9 | |
| | ||||||
* | Do not fail scons command when cxx compiler is not available. | David Cournapeau | 2008-06-12 | 1 | -1/+4 | |
| | ||||||
* | Make sure we are using numscons 0.8.0 or above. | David Cournapeau | 2008-06-12 | 1 | -0/+10 | |
| | ||||||
* | Set numpy include path relatively to top setup callee when bootstrapping. | David Cournapeau | 2008-06-12 | 1 | -2/+16 | |
| | ||||||
* | When src_dir is not null, takes it into account to retrieve distutils libdir. | David Cournapeau | 2008-06-12 | 1 | -3/+4 | |
| | ||||||
* | scons command: set distutils libdir relatively to build directory. | David Cournapeau | 2008-06-12 | 1 | -1/+9 | |
| | ||||||
* | MSVC compiler does not have compiler_cxx member. | David Cournapeau | 2008-06-08 | 1 | -0/+3 | |
| | ||||||
* | Merged revisions 5204-5257 via svnmerge from | David Cournapeau | 2008-06-07 | 1 | -0/+19 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/branches/cdavid ........ r5205 | cdavid | 2008-05-20 17:14:30 +0900 (Tue, 20 May 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-5204" from http://svn.scipy.org/svn/numpy/trunk ........ r5206 | cdavid | 2008-05-20 17:17:27 +0900 (Tue, 20 May 2008) | 7 lines Current handling of bootstrapping is flawed: I should handle it at the distutils level, not at the scons level. This is the first step to detect bootstrapping at distutils level, and pass its state to scons through command line. ........ r5207 | cdavid | 2008-05-20 17:35:01 +0900 (Tue, 20 May 2008) | 1 line Fix typo when passing bootstrapping option to scons. ........ r5208 | cdavid | 2008-05-20 17:41:11 +0900 (Tue, 20 May 2008) | 5 lines Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in numscons. ........ r5209 | cdavid | 2008-05-20 17:43:46 +0900 (Tue, 20 May 2008) | 1 line Forgot one file in lapack_lite when no LAPACK is available. ........ r5210 | cdavid | 2008-05-20 18:24:38 +0900 (Tue, 20 May 2008) | 1 line Handle fortran compiler on open-solaris ........ | |||||
| * | Handle fortran compiler on open-solaris | David Cournapeau | 2008-05-20 | 1 | -0/+2 | |
| | | ||||||
| * | Fix typo when passing bootstrapping option to scons. | David Cournapeau | 2008-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Current handling of bootstrapping is flawed: I should handle it at the | David Cournapeau | 2008-05-20 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | distutils level, not at the scons level. This is the first step to detect bootstrapping at distutils level, and pass its state to scons through command line. | |||||
* | | fixed whitespace w/ reindent | Jarrod Millman | 2008-05-22 | 1 | -3/+3 | |
|/ | ||||||
* | Add --package-list to scons command, to speed-up no-op when working on scipy. | David Cournapeau | 2008-05-18 | 1 | -4/+47 | |
| | ||||||
* | Does not replace g++ by c++ compiler name. | David Cournapeau | 2008-04-23 | 1 | -5/+1 | |
| | ||||||
* | Do not show the whole scons command for silent modes. | David Cournapeau | 2008-04-21 | 1 | -1/+4 | |
| | ||||||
* | Add one more level for silent modes in scons command. | David Cournapeau | 2008-04-13 | 1 | -4/+5 | |
| | ||||||
* | Add pkg name at the beginning of logging scons call. | David Cournapeau | 2008-03-16 | 1 | -1/+1 | |
| | ||||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -10/+10 | |
| | ||||||
* | Return as soon as possible of no sconscripts is detected in scons command, to | David Cournapeau | 2008-01-25 | 1 | -0/+3 | |
| | | | | avoid importing numscons when not needed | |||||
* | Define various scons related functions to call numscons instead of being | David Cournapeau | 2008-01-06 | 1 | -3/+6 | |
| | | | | | defined directly in numpy, for bootstrapping issues. | |||||
* | Use separate numscons package instead of internal local copy | David Cournapeau | 2008-01-06 | 1 | -2/+9 | |
| | ||||||
* | Add scons command to numpy distutils. | David Cournapeau | 2008-01-06 | 1 | -0/+322 | |