Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | REF: move blas/lapack check into bento. | David Cournapeau | 2012-10-09 | 1 | -106/+5 |
| | |||||
* | FEAT: blas/lapack can be configured from command line. | David Cournapeau | 2012-10-09 | 1 | -50/+98 |
| | |||||
* | ENH: add support for arch autodetection. | David Cournapeau | 2012-10-09 | 1 | -0/+13 |
| | |||||
* | REF: remove unused imports in bscript. | David Cournapeau | 2012-09-06 | 1 | -3/+0 |
| | |||||
* | ENH: use new metadata registration for version and config. | David Cournapeau | 2012-06-13 | 1 | -30/+23 |
| | |||||
* | REF: remove unused import. | David Cournapeau | 2012-06-13 | 1 | -1/+0 |
| | |||||
* | BUG: fix CBLAS/LAPACK detection logic. | David Cournapeau | 2012-06-01 | 1 | -5/+15 |
| | |||||
* | REF: use simpler API in top bscript. | David Cournapeau | 2012-06-01 | 1 | -13/+4 |
| | | | | We use the new register_outputs_simple + remove some redundant code. | ||||
* | ENH: use custom_python instead of built-in waf tool. | David Cournapeau | 2012-05-18 | 1 | -1/+2 |
| | |||||
* | REF: simplify top bscript file. | David Cournapeau | 2012-04-23 | 1 | -89/+20 |
| | |||||
* | FEAT: update to last bento+waf. | David Cournapeau | 2012-04-13 | 1 | -12/+0 |
| | |||||
* | BUG: fix #1984 (generate correct version.py). | David Cournapeau | 2011-11-21 | 1 | -7/+41 |
| | |||||
* | DOC: update bento instructions. | David Cournapeau | 2011-09-08 | 1 | -22/+1 |
| | |||||
* | ENH: no need to hardcode gcc anymore. | David Cournapeau | 2011-08-29 | 1 | -3/+0 |
| | |||||
* | MISC: add cavead on top bscript. | David Cournapeau | 2011-08-29 | 1 | -0/+32 |
| | |||||
* | ENH: add example to link against MKL on win32. | David Cournapeau | 2011-08-29 | 1 | -1/+17 |
| | |||||
* | BUG: only add gcc-specific flag if actually using it. | David Cournapeau | 2011-08-29 | 1 | -1/+2 |
| | |||||
* | ENH: remove custom fixes for mac osx now integrated in waf. | David Cournapeau | 2011-08-29 | 1 | -8/+0 |
| | |||||
* | REF: use new API for higher level builder reuse. | David Cournapeau | 2011-08-29 | 1 | -8/+8 |
| | |||||
* | REF: use new hook signature. | David Cournapeau | 2011-08-29 | 1 | -2/+2 |
| | |||||
* | ENH: register waf-specific options. | David Cournapeau | 2011-08-29 | 1 | -1/+4 |
| | |||||
* | ENH: update to last bento. | David Cournapeau | 2011-08-29 | 1 | -14/+20 |
| | |||||
* | ENH: workaround for waf python tool bug. | David Cournapeau | 2011-08-29 | 1 | -0/+1 |
| | |||||
* | HACK: temporary deal with bugs in waf python tool. | David Cournapeau | 2011-08-29 | 1 | -0/+36 |
| | |||||
* | STY: better name for top hooks. | David Cournapeau | 2011-08-29 | 1 | -8/+8 |
| | |||||
* | BUG: only handle python files in in-place customization. | David Cournapeau | 2011-08-29 | 1 | -6/+1 |
| | |||||
* | FEAT: numpy.core and numpy.lib both build | David Cournapeau | 2011-08-29 | 1 | -1/+59 |
| | |||||
* | BENTO: workaround for waf bug on darwin. | David Cournapeau | 2011-08-29 | 1 | -0/+4 |
| | |||||
* | BENTO: start support for numpyconfig. | David Cournapeau | 2011-08-29 | 1 | -0/+1 |
| | |||||
* | BENTO: start numpy.core configuration | David Cournapeau | 2011-08-29 | 1 | -0/+5 |
| | | | | We also add configuration helpers in numpy.build_utils. | ||||
* | BENTO: start bento packaging using waf. | David Cournapeau | 2011-08-29 | 1 | -0/+53 |