summaryrefslogtreecommitdiff
path: root/scipy/corelib/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed directory corelib to lib.Pearu Peterson2005-12-161-44/+0
* Moved dotblas back to scipy.corelib (scipy.base.numeric tries to import it)Pearu Peterson2005-12-161-0/+17
* Moved linalg_lite, fftpack_lite under scipy.basic. Code clean up.Pearu Peterson2005-12-161-50/+7
* Added f2c.h to depends.Travis Oliphant2005-11-111-2/+2
* Removed deleted mtrand routines from scipy/corelib/setup.py and fixed swalton2005-10-091-2/+1
* Moved inclusion of files from MANIFEST.in to proper setup.py files.Pearu Peterson2005-10-051-2/+8
* Added extra_info kw to add_extension method. Cleaned corelib setup.py.Pearu Peterson2005-10-041-22/+29
* Improved logic.Travis Oliphant2005-10-021-15/+2
* Fixed setup.py to add extensions when sdist is runTravis Oliphant2005-10-021-3/+16
* Eliminated random_lite libraryTravis Oliphant2005-09-281-12/+0
* r3164@803638d6: kern | 2005-09-26 01:27:54 -0700Robert Kern2005-09-281-0/+8
* Fixed up for release.Travis Oliphant2005-09-261-2/+2
* Fixed fortran ravelling issues. Travis Oliphant2005-09-221-1/+3
* Added missing setup.pyTravis Oliphant2005-09-211-0/+60