summaryrefslogtreecommitdiff
path: root/numpy/setupscons.py
Commit message (Collapse)AuthorAgeFilesLines
* DEP: Remove scons related files and code.Charles Harris2013-01-131-42/+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.
* BUG: scons build was not updated to handle polynomial.David Cournapeau2009-11-201-0/+2
|
* ENH: move inspect copy into newly created compat module.David Cournapeau2009-10-131-0/+1
|
* Rename matrx to matrixlib.David Cournapeau2009-09-181-1/+1
| | | | | I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version.
* Move matrix class into its own module.David Cournapeau2009-09-161-0/+1
|
* ran reindentJarrod Millman2008-08-081-2/+2
|
* Cosmetic changes.David Cournapeau2008-07-311-3/+5
|
* Handle inplace generation of __config__.David Cournapeau2008-07-311-2/+15
|
* Add ma for scons buildDavid Cournapeau2008-02-091-0/+1
|
* Add root setupscons.py files, to start working on building numpy with numscons.David Cournapeau2008-01-061-0/+22