Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 1 | -50/+0 |
| | | | | | | | | | This removes files and code supporting scons builds. After this change numpy will only support builds using distutils or bento. The removal of scons has been discussed on the list several times and a decision has been made that scons support is no longer needed. This was originally discussed for numpy 1.7 and because the distutils and bento methods are still available we are skipping the usual deprecation period. | ||||
* | Forgot to finish the configure context in numscons build of random. | David Cournapeau | 2008-11-19 | 1 | -0/+1 |
| | |||||
* | Handle ftime mingw problem with numscons. | David Cournapeau | 2008-11-19 | 1 | -1/+6 |
| | |||||
* | Simplify a bit more scons scripts. | David Cournapeau | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | Use NumpyPythonExtension instead of DistutilsPythonExtension where possible. | David Cournapeau | 2008-07-09 | 1 | -4/+2 |
| | |||||
* | adapt numpy.random to new scons build_dir architecture. | David Cournapeau | 2008-06-12 | 1 | -0/+46 |