summaryrefslogtreecommitdiff
path: root/numpy/random/bscript
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove bento related files.Charles Harris2015-08-291-38/+0
| | | | | Numpy will no longer support the bento build system, so remove the associated files.
* BUG: compile random in lfs modeJulian Taylor2014-01-031-0/+5
| | | | | randomkit.c uses fopen which requires LFS mode to support larger than 64 bit files on 32 bit systems.
* REF: use simpler API in top bscript.David Cournapeau2012-06-011-1/+1
| | | | We use the new register_outputs_simple + remove some redundant code.
* BUG: fix non-mandatory win32-specific check.David Cournapeau2011-08-291-1/+1
|
* FEAT: fix numpy.random build issues with MSVC.David Cournapeau2011-08-291-7/+21
|
* REF: use new API for higher level builder reuse.David Cournapeau2011-08-291-4/+1
|
* REF: use new hook signature.David Cournapeau2011-08-291-1/+1
|
* ENH: update to last bento.David Cournapeau2011-08-291-2/+2
|
* ENH: remove temporary hacks for recurse path settings.David Cournapeau2011-08-291-12/+2
|
* ENH: add fft/random support.David Cournapeau2011-08-291-0/+32