Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return as soon as possible of no sconscripts is detected in scons command, to | David Cournapeau | 2008-01-25 | 1 | -0/+3 |
| | | | | avoid importing numscons when not needed | ||||
* | Make distutils command build run scons command | David Cournapeau | 2008-01-25 | 1 | -0/+6 |
| | |||||
* | Use eval instead of dynamic import in scons_generate_config_py, so that we do | David Cournapeau | 2008-01-23 | 1 | -4/+2 |
| | | | | | not generate spurious *.pyc files. | ||||
* | Handle NO_SIGNAL for platforms which do not define it | David Cournapeau | 2008-01-23 | 2 | -3/+5 |
| | |||||
* | 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. | ||||
* | Remove unneeded comment in numpyconfig.h template | David Cournapeau | 2008-01-21 | 1 | -1/+0 |
| | |||||
* | Fixes for config and numpyconfig header generation: | David Cournapeau | 2008-01-21 | 2 | -5/+3 |
| | | | | - Replace #ifdef CHAR_BIT by a scons declaration check. | ||||
* | Fixes for config and numpyconfig header generation: | David Cournapeau | 2008-01-21 | 2 | -5/+12 |
| | | | | | - 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 | 2 | -4/+6 |
| | | | | | - 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 | 2 | -2/+3 |
| | | | | | | | - 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 | ||||
* | Merge changes in cleanconfig_rtm | David Cournapeau | 2008-01-18 | 3 | -31/+36 |
| | |||||
* | Typo in numpy.core SConstruct | David Cournapeau | 2008-01-13 | 1 | -2/+2 |
| | |||||
* | Merge revisions 4706:4720 from the trunk | David Cournapeau | 2008-01-13 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -4/+5 |
| | |||||
* | 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 | 2 | -45/+1 |
| | |||||
* | Now we use automatically generated config header instead of old kludge taken | David Cournapeau | 2008-01-08 | 2 | -8/+16 |
| | | | | | 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 | 2 | -14/+34 |
| | |||||
* | Merged revisions 4677-4704 from http://svn.scipy.org/svn/numpy/trunk | David Cournapeau | 2008-01-08 | 1 | -0/+1 |
| | |||||
* | Change write_info imports, put in top numscons namespace | David Cournapeau | 2008-01-07 | 2 | -2/+2 |
| | |||||
* | numpy.linalg now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+53 |
| | |||||
* | numpy.lib now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+28 |
| | |||||
* | numarray now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+26 |
| | |||||
* | Add setupscons.py for pure python packages | David Cournapeau | 2008-01-07 | 4 | -0/+169 |
| | |||||
* | numpy.random now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+90 |
| | |||||
* | numpy.fft builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+28 |
| | |||||
* | Re-enable write_info, since the related bug in numscons has been fixed | David Cournapeau | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Fix missing import from numscons | David Cournapeau | 2008-01-07 | 1 | -0/+1 |
| | |||||
* | More work on building numpy.core with scons (still does not work) | David Cournapeau | 2008-01-06 | 3 | -6/+32 |
| | |||||
* | Import get_configres* functions from numscons | David Cournapeau | 2008-01-06 | 1 | -0/+1 |
| | |||||
* | Add function add_configres for numpy.distutils.Configuration | David Cournapeau | 2008-01-06 | 1 | -0/+4 |
| | |||||
* | Adding scons scripts + support for numpy.core (do not work yet) | David Cournapeau | 2008-01-06 | 3 | -0/+564 |
| | |||||
* | Make code_generators a package to import its functions | David Cournapeau | 2008-01-06 | 1 | -0/+0 |
| | |||||
* | Modify ufunc api generator to be compatible with scons builder | David Cournapeau | 2008-01-06 | 1 | -11/+20 |
| | |||||
* | Modify array api generator to be compatible with scons builder | David Cournapeau | 2008-01-06 | 1 | -15/+20 |
| | |||||
* | Define various scons related functions to call numscons instead of being | David Cournapeau | 2008-01-06 | 1 | -3/+6 |
| | | | | | defined directly in numpy, for bootstrapping issues. | ||||
* | Add root setupscons.py files, to start working on building numpy with numscons. | David Cournapeau | 2008-01-06 | 1 | -0/+22 |
| | |||||
* | Add scons_make_config function to numpy distutils Configuration. | David Cournapeau | 2008-01-06 | 1 | -0/+6 |
| | |||||
* | Use separate numscons package instead of internal local copy | David Cournapeau | 2008-01-06 | 1 | -2/+9 |
| | |||||
* | Add facilities to generate config file for future sconsified modules. | David Cournapeau | 2008-01-06 | 1 | -0/+45 |
| | |||||
* | add an option to change setup filenames to numpy.distutils.Configuration | David Cournapeau | 2008-01-06 | 1 | -1/+4 |
| | |||||
* | Add the infrastructure to add SConstruct files in | David Cournapeau | 2008-01-06 | 1 | -1/+45 |
| | | | | | numpy.distutils.Configuration. | ||||
* | Add scons command to numpy distutils. | David Cournapeau | 2008-01-06 | 2 | -1/+324 |
| | |||||
* | Use a custom NumpyDistribution instead of distutils Distribution, to handle | David Cournapeau | 2008-01-06 | 2 | -1/+34 |
| | | | | | scons scripts. |