Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 1 | -2/+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. | ||||
* | adapt numpy.linalg to new scons build_dir architecture. | David Cournapeau | 2008-06-12 | 1 | -29/+2 |
| | |||||
* | Forgot one file in lapack_lite when no LAPACK is available. | David Cournapeau | 2008-05-20 | 1 | -2/+2 |
| | |||||
* | Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in | David Cournapeau | 2008-05-20 | 1 | -5/+1 |
| | | | | | numscons. | ||||
* | Change write_info imports, put in top numscons namespace | David Cournapeau | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | numpy.linalg now builds with scons | David Cournapeau | 2008-01-07 | 1 | -0/+33 |