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. | ||||
* | Add boilerplate SConstruct to set variant dir transparantly. | David Cournapeau | 2008-06-12 | 1 | -0/+2 |
| | |||||
* | variant_dir: Rename SConscript for numpy.core. | David Cournapeau | 2008-06-12 | 1 | -269/+0 |
| | |||||
* | Merge OBJECT_API and MULTIARRAY_API as NUMPY_API. | Charles Harris | 2008-05-24 | 1 | -17/+16 |
| | |||||
* | Scons build: put builders creation into scons_support, and add action ↵ | David Cournapeau | 2008-04-21 | 1 | -31/+5 |
| | | | | strings for silent modes. | ||||
* | Do not specify target names for generated code, because it is not needed. | David Cournapeau | 2008-04-21 | 1 | -23/+24 |
| | |||||
* | Expand tab in core scons script. | David Cournapeau | 2008-04-21 | 1 | -3/+3 |
| | |||||
* | Use newly available emitter in numscons to handle distutils build dir issues ↵ | David Cournapeau | 2008-04-05 | 1 | -33/+31 |
| | | | | instead of setting them manually in scons script. | ||||
* | Replace Copy by Clone call in scons script (Copy is deprecated). | David Cournapeau | 2008-04-05 | 1 | -1/+1 |
| | |||||
* | Remove debug pring statement in numpy.core SConstruct. | David Cournapeau | 2008-03-05 | 1 | -2/+1 |
| | |||||
* | scons build: fail as soon as possible if Python.h is not found. This is ↵ | David Cournapeau | 2008-02-13 | 1 | -0/+6 |
| | | | | particularly useful on windows if the platform sdk is not available | ||||
* | Handle NO_SIGNAL for platforms which do not define it | David Cournapeau | 2008-01-23 | 1 | -2/+4 |
| | |||||
* | Fixes for config and numpyconfig header generation: | David Cournapeau | 2008-01-21 | 1 | -15/+19 |
| | | | | | - Replace CheckFunc by CheckDeclaration + CheckFunc for math functions, to stay compatible with numpy.distutils. | ||||
* | Fixes for config and numpyconfig header generation: | David Cournapeau | 2008-01-21 | 1 | -0/+3 |
| | | | | - Replace #ifdef CHAR_BIT by a scons declaration check. | ||||
* | Fixes for config and numpyconfig header generation: | David Cournapeau | 2008-01-21 | 1 | -1/+10 |
| | | | | | - Replace #ifdef PY_LONG_LONG logic in numpyconfig.h by a declaration check in scons, and uses the result directly in the generated header. | ||||
* | Fixes for config and numpyconfig header generation: | David Cournapeau | 2008-01-21 | 1 | -3/+5 |
| | | | | | - Replace NPY_NOSMP by NPY_NO_SMP in numpyconfig.h, and remove the NPY_NO_SMP define in config.h, because it is not needed. | ||||
* | Fixes for config and numpyconfig header generation: | David Cournapeau | 2008-01-21 | 1 | -2/+2 |
| | | | | | | | - signal stuff test result was wrongly put in NPY_NOSMP variable in numpyconfig.h header: replaced by correct NPY_NO_SIGNAL - Replace NPY_NO_SIGNAL by a private __NPY_PRIVATE_NO_SIGNAL in config.h, to avoid clash between config.h and numpyconfig.h | ||||
* | Typo in numpy.core SConstruct | David Cournapeau | 2008-01-13 | 1 | -2/+2 |
| | |||||
* | Trivial cleaning of numpy.core SConstruct | David Cournapeau | 2008-01-08 | 1 | -6/+3 |
| | |||||
* | Fix typo in numpy.core SConstruct | David Cournapeau | 2008-01-08 | 1 | -5/+5 |
| | |||||
* | Trivial cleanings in numpy.core SConstruct | David Cournapeau | 2008-01-08 | 1 | -1/+3 |
| | |||||
* | More cleaning of numpy.core SConstruct | David Cournapeau | 2008-01-08 | 1 | -49/+37 |
| | |||||
* | Simplify math funcs check in SConstruct | David Cournapeau | 2008-01-08 | 1 | -16/+7 |
| | |||||
* | Remove deprecated builder for config.h | David Cournapeau | 2008-01-08 | 1 | -8/+1 |
| | |||||
* | Now we use automatically generated config header instead of old kludge taken | David Cournapeau | 2008-01-08 | 1 | -7/+9 |
| | | | | | from setup.py. | ||||
* | Add groupe of math functions availability in generated config header | David Cournapeau | 2008-01-08 | 1 | -0/+20 |
| | |||||
* | More work on automatic generation of config.h (not ready yet) | David Cournapeau | 2008-01-08 | 1 | -6/+12 |
| | |||||
* | Add PyOS_ascii_strtod test for automatic config header generation | David Cournapeau | 2008-01-08 | 1 | -0/+7 |
| | |||||
* | Refactor the check for m library + functions in numpy.core SConstruct | David Cournapeau | 2008-01-08 | 1 | -13/+7 |
| | |||||
* | Change write_info imports, put in top numscons namespace | David Cournapeau | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Re-enable write_info, since the related bug in numscons has been fixed | David Cournapeau | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | More work on building numpy.core with scons (still does not work) | David Cournapeau | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | Adding scons scripts + support for numpy.core (do not work yet) | David Cournapeau | 2008-01-06 | 1 | -0/+272 |