summaryrefslogtreecommitdiff
path: root/bscript
Commit message (Expand)AuthorAgeFilesLines
* BLD: remove cython c source from gitJulian Taylor2014-04-051-0/+12
* BLD: fix Bento build issue with new .h.src templating.Ralf Gommers2013-12-081-3/+1
* BLD: fix Bento build after umath_linalg move from core to linalg module.Ralf Gommers2013-05-041-0/+28
* REF: move blas/lapack check into bento.David Cournapeau2012-10-091-106/+5
* FEAT: blas/lapack can be configured from command line.David Cournapeau2012-10-091-50/+98
* ENH: add support for arch autodetection.David Cournapeau2012-10-091-0/+13
* REF: remove unused imports in bscript.David Cournapeau2012-09-061-3/+0
* ENH: use new metadata registration for version and config.David Cournapeau2012-06-131-30/+23
* REF: remove unused import.David Cournapeau2012-06-131-1/+0
* BUG: fix CBLAS/LAPACK detection logic.David Cournapeau2012-06-011-5/+15
* REF: use simpler API in top bscript.David Cournapeau2012-06-011-13/+4
* ENH: use custom_python instead of built-in waf tool.David Cournapeau2012-05-181-1/+2
* REF: simplify top bscript file.David Cournapeau2012-04-231-89/+20
* FEAT: update to last bento+waf.David Cournapeau2012-04-131-12/+0
* BUG: fix #1984 (generate correct version.py).David Cournapeau2011-11-211-7/+41
* DOC: update bento instructions.David Cournapeau2011-09-081-22/+1
* ENH: no need to hardcode gcc anymore.David Cournapeau2011-08-291-3/+0
* MISC: add cavead on top bscript.David Cournapeau2011-08-291-0/+32
* ENH: add example to link against MKL on win32.David Cournapeau2011-08-291-1/+17
* BUG: only add gcc-specific flag if actually using it.David Cournapeau2011-08-291-1/+2
* ENH: remove custom fixes for mac osx now integrated in waf.David Cournapeau2011-08-291-8/+0
* REF: use new API for higher level builder reuse.David Cournapeau2011-08-291-8/+8
* REF: use new hook signature.David Cournapeau2011-08-291-2/+2
* ENH: register waf-specific options.David Cournapeau2011-08-291-1/+4
* ENH: update to last bento.David Cournapeau2011-08-291-14/+20
* ENH: workaround for waf python tool bug.David Cournapeau2011-08-291-0/+1
* HACK: temporary deal with bugs in waf python tool.David Cournapeau2011-08-291-0/+36
* STY: better name for top hooks.David Cournapeau2011-08-291-8/+8
* BUG: only handle python files in in-place customization.David Cournapeau2011-08-291-6/+1
* FEAT: numpy.core and numpy.lib both buildDavid Cournapeau2011-08-291-1/+59
* BENTO: workaround for waf bug on darwin.David Cournapeau2011-08-291-0/+4
* BENTO: start support for numpyconfig.David Cournapeau2011-08-291-0/+1
* BENTO: start numpy.core configurationDavid Cournapeau2011-08-291-0/+5
* BENTO: start bento packaging using waf.David Cournapeau2011-08-291-0/+53