summaryrefslogtreecommitdiff
path: root/numpy/core/setupscons.py
Commit message (Collapse)AuthorAgeFilesLines
* DEP: Remove scons related files and code.Charles Harris2013-01-131-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 Cournapeau2009-08-291-2/+1
|
* Fix add_installed_library so that install_dir is actually relatively to the ↵David Cournapeau2009-07-261-1/+1
| | | | current package.
* Support for installable libraries in numscons.David Cournapeau2009-07-261-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 Cournapeau2009-07-071-4/+8
|
* ran reindentJarrod Millman2008-08-081-1/+1
|
* Fix generated file location for inclusion in sdist target when building with ↵David Cournapeau2008-08-031-6/+8
| | | | scons.
* Change API for pre/post hooks: they should be able to take arbitrary arguments.David Cournapeau2008-07-311-1/+1
|
* Remove add_configres function which did nothing...David Cournapeau2008-07-311-1/+0
|
* Adapt numpyconfig.h location in setup.py file.David Cournapeau2008-06-121-1/+1
|
* ran reindentJarrod Millman2008-02-081-4/+4
|
* More work on building numpy.core with scons (still does not work)David Cournapeau2008-01-061-4/+7
|
* Adding scons scripts + support for numpy.core (do not work yet)David Cournapeau2008-01-061-0/+103