Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 1 | -111/+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. | ||||
* | Fix code generators input files inclusion in scons build. | David Cournapeau | 2009-08-29 | 1 | -2/+1 |
| | |||||
* | Fix add_installed_library so that install_dir is actually relatively to the ↵ | David Cournapeau | 2009-07-26 | 1 | -1/+1 |
| | | | | current package. | ||||
* | Support for installable libraries in numscons. | David Cournapeau | 2009-07-26 | 1 | -0/+1 |
| | | | | | | | | Numscons has been modified such as clib are now copied (using the Install builder) where numpy.distutils expect them, and a function has been added to numpy.distutils so that we can add installable libraries in setupscons.py scripts (which add the library to the NumpyDistribution instance). | ||||
* | Fix setupscons.py for changed locations of generated header files. | David Cournapeau | 2009-07-07 | 1 | -4/+8 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+1 |
| | |||||
* | Fix generated file location for inclusion in sdist target when building with ↵ | David Cournapeau | 2008-08-03 | 1 | -6/+8 |
| | | | | scons. | ||||
* | Change API for pre/post hooks: they should be able to take arbitrary arguments. | David Cournapeau | 2008-07-31 | 1 | -1/+1 |
| | |||||
* | Remove add_configres function which did nothing... | David Cournapeau | 2008-07-31 | 1 | -1/+0 |
| | |||||
* | Adapt numpyconfig.h location in setup.py file. | David Cournapeau | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -4/+4 |
| | |||||
* | More work on building numpy.core with scons (still does not work) | David Cournapeau | 2008-01-06 | 1 | -4/+7 |
| | |||||
* | Adding scons scripts + support for numpy.core (do not work yet) | David Cournapeau | 2008-01-06 | 1 | -0/+103 |