summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Fixed add_data_files for patterns. paths takes include_non_existing kw argument.Pearu Peterson2006-01-281-15/+25
* Introduced njoin and minrelpath to handle relative paths and containing slash...Pearu Peterson2006-01-282-26/+95
* Fix bdist_rpm for path names containing spaces.Pearu Peterson2006-01-281-0/+25
* Store the relative path inside the installed package as part of the Configura...cookedm2006-01-271-15/+15
* Add site.cfg to datafiles installed for numpy.distutils.cookedm2006-01-271-0/+1
* Cleanups of numpy.distutils.misc_utilcookedm2006-01-271-29/+52
* Resolve paths in add_library include_dirs..Pearu Peterson2006-01-271-1/+2
* Added data_files generator support - removed a piece of core.setup function.Pearu Peterson2006-01-273-13/+39
* Prefer xxx/setup.py file over xxx/setup_xxx.py when both exist.Pearu Peterson2006-01-261-2/+3
* Added simple pattern support for Configuration.add_subpackage method.Pearu Peterson2006-01-261-11/+26
* Fixed setup.py sdist.Pearu Peterson2006-01-241-1/+11
* __config__.py files are generated through py_modules list. Added get_info met...Pearu Peterson2006-01-243-17/+51
* Fixed get_info for Numeric. Doc fixes.Pearu Peterson2006-01-231-20/+17
* Using /etc/ld.so.conf and LD_LIBRARY_PATH to detect MKLROOT. When MKLROOT is ...Pearu Peterson2006-01-191-4/+15
* Revert passing -m32 to g77cookedm2006-01-181-3/+3
* added passing optional context to the __array__ methodsasha2006-01-181-1/+1
* Fixed dotblas for zero-size arrays.Travis Oliphant2006-01-171-0/+10
* Added missing info.py filesPearu Peterson2006-01-141-0/+5
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-142-1/+4
* Added fftw2,fftw3,fft_opt info classes.Pearu Peterson2006-01-051-0/+39
* Applied Darren Dale patch about detecting libdjbfft.soPearu Peterson2006-01-051-1/+1
* Fixed name change.Pearu Peterson2006-01-051-1/+1
* numpy.base -> numpyTravis Oliphant2006-01-055-5/+5
* Fixed import errors.Pearu Peterson2006-01-041-5/+5
* Changed all references to scipy to numpyTravis Oliphant2006-01-0442-145/+145
* Moved scipy directory to numpyTravis Oliphant2006-01-0470-0/+9137