summaryrefslogtreecommitdiff
path: root/numpy/core/SConstruct
Commit message (Collapse)AuthorAgeFilesLines
* DEP: Remove scons related files and code.Charles Harris2013-01-131-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 Cournapeau2008-06-121-0/+2
|
* variant_dir: Rename SConscript for numpy.core.David Cournapeau2008-06-121-269/+0
|
* Merge OBJECT_API and MULTIARRAY_API as NUMPY_API.Charles Harris2008-05-241-17/+16
|
* Scons build: put builders creation into scons_support, and add action ↵David Cournapeau2008-04-211-31/+5
| | | | strings for silent modes.
* Do not specify target names for generated code, because it is not needed.David Cournapeau2008-04-211-23/+24
|
* Expand tab in core scons script.David Cournapeau2008-04-211-3/+3
|
* Use newly available emitter in numscons to handle distutils build dir issues ↵David Cournapeau2008-04-051-33/+31
| | | | instead of setting them manually in scons script.
* Replace Copy by Clone call in scons script (Copy is deprecated).David Cournapeau2008-04-051-1/+1
|
* Remove debug pring statement in numpy.core SConstruct.David Cournapeau2008-03-051-2/+1
|
* scons build: fail as soon as possible if Python.h is not found. This is ↵David Cournapeau2008-02-131-0/+6
| | | | particularly useful on windows if the platform sdk is not available
* Handle NO_SIGNAL for platforms which do not define itDavid Cournapeau2008-01-231-2/+4
|
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-15/+19
| | | | | - Replace CheckFunc by CheckDeclaration + CheckFunc for math functions, to stay compatible with numpy.distutils.
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-0/+3
| | | | - Replace #ifdef CHAR_BIT by a scons declaration check.
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-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 Cournapeau2008-01-211-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 Cournapeau2008-01-211-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 SConstructDavid Cournapeau2008-01-131-2/+2
|
* Trivial cleaning of numpy.core SConstructDavid Cournapeau2008-01-081-6/+3
|
* Fix typo in numpy.core SConstructDavid Cournapeau2008-01-081-5/+5
|
* Trivial cleanings in numpy.core SConstructDavid Cournapeau2008-01-081-1/+3
|
* More cleaning of numpy.core SConstructDavid Cournapeau2008-01-081-49/+37
|
* Simplify math funcs check in SConstructDavid Cournapeau2008-01-081-16/+7
|
* Remove deprecated builder for config.hDavid Cournapeau2008-01-081-8/+1
|
* Now we use automatically generated config header instead of old kludge takenDavid Cournapeau2008-01-081-7/+9
| | | | | from setup.py.
* Add groupe of math functions availability in generated config headerDavid Cournapeau2008-01-081-0/+20
|
* More work on automatic generation of config.h (not ready yet)David Cournapeau2008-01-081-6/+12
|
* Add PyOS_ascii_strtod test for automatic config header generationDavid Cournapeau2008-01-081-0/+7
|
* Refactor the check for m library + functions in numpy.core SConstructDavid Cournapeau2008-01-081-13/+7
|
* Change write_info imports, put in top numscons namespaceDavid Cournapeau2008-01-071-1/+1
|
* Re-enable write_info, since the related bug in numscons has been fixedDavid Cournapeau2008-01-071-1/+1
|
* More work on building numpy.core with scons (still does not work)David Cournapeau2008-01-061-2/+2
|
* Adding scons scripts + support for numpy.core (do not work yet)David Cournapeau2008-01-061-0/+272