summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Collapse)AuthorAgeFilesLines
* Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-4/+33
|
* Fix use of os.WEXITSTATUS and friends: only use if they existcookedm2006-07-131-11/+12
|
* Fix 'UnboundLocalError' in numpy.distutils.command.configcookedm2006-06-121-0/+1
|
* Add patch for #141 from Andrew Straw: standard setuptools install idiom failscookedm2006-06-091-1/+6
|
* Make system_info saner.cookedm2006-06-091-0/+59
| | | | | | * Add a get_output() method to the config command, which compiles, links, and runs a program, and returns the output from that program. * Also cleaned up some stuff. system_info uses log instead of print.
* Add comment.Pearu Peterson2006-05-191-0/+3
|
* #107: Directory name build/srcipts-pythonversion needs platform informationcookedm2006-05-171-1/+11
|
* Try harder to get swig module name when in package.Pearu Peterson2006-04-261-1/+2
|
* Adding plat_specifier to build/src directory so that multiple platforms ↵Pearu Peterson2006-04-241-1/+4
| | | | could share build directory (fixes numpy/core config.h conflict).
* Fix build_src inplace build for library sources.Pearu Peterson2006-04-191-1/+1
|
* Fixed typo.Pearu Peterson2006-04-081-1/+2
|
* Add support to specify config_fc option in setup.py file.Pearu Peterson2006-04-081-2/+18
|
* Fix ticket 48.Pearu Peterson2006-04-081-7/+18
|
* Fix inplace building of data sources.Pearu Peterson2006-03-311-7/+7
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-103-4/+2
| | | | extraneous whitespace
* Fixed ticket 4Pearu Peterson2006-02-151-0/+3
|
* Back out mistaken commitRobert Kern2006-02-091-1/+0
|
* Fixed join() -> os.path.join()Robert Kern2006-02-091-0/+1
|
* Changed -M to -J for gfortran.Pearu Peterson2006-02-061-1/+1
|
* Added pyrex support to numpy.distutils.Pearu Peterson2006-02-061-0/+41
|
* Remove unused importscookedm2006-02-029-35/+14
|
* Partial fix to build failurecookedm2006-02-021-3/+3
|
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-015-27/+28
|
* When using setuptools, run the build_src command before egg_info (which is ↵cookedm2006-01-311-0/+6
| | | | | | | | run by the bdist_egg command). This means that python -c 'import setuptools; execfile("setup.py")' bdist_egg works fine, without having to add build_src in there.
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-17/+25
| | | | | Also replace some type checks with misc_util.is_sequence or misc_util.is_string or appropiate isinstance().
* Fixing inplace support for data_files and py_modules.Pearu Peterson2006-01-311-5/+13
|
* Fix bdist_rpm for path names containing spaces.Pearu Peterson2006-01-281-0/+25
|
* Added data_files generator support - removed a piece of core.setup function.Pearu Peterson2006-01-271-0/+38
|
* Fixed setup.py sdist.Pearu Peterson2006-01-241-1/+11
|
* __config__.py files are generated through py_modules list. Added get_info ↵Pearu Peterson2006-01-242-7/+33
| | | | method to Configuration.
* numpy.base -> numpyTravis Oliphant2006-01-051-1/+1
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-048-24/+24
|
* Moved scipy directory to numpyTravis Oliphant2006-01-0414-0/+1383