summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_clib.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo (bug #704).David Cournapeau2008-03-211-1/+1
|
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-251-2/+4
|
* Minor refactoring of build_clib (break up build_library a bit)cookedm2007-06-151-153/+156
|
* do an appropiate behaviour in the distutils commands when new_fcompiler ↵cookedm2007-05-311-10/+12
| | | | returns None
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+3
|
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-211-6/+3
|
* unify config_fc, build_clib, build_ext commands --fcompiler options so that ↵Pearu Peterson2007-05-181-5/+1
| | | | --fcompiler can be specified only once in a command line
* Extension modules and libraries are built with suitable compilers/linkers. ↵Pearu Peterson2007-05-181-25/+83
| | | | Improved failure handling.
* Workaround Python distutils bug sf 1718574.Pearu Peterson2007-05-141-0/+7
|
* Some distutils work:cookedm2007-04-221-24/+14
| | | | | | | | | | | | | | - Add better support for C++ in numpy.distutils. Instead of munging the C compiler command, build_clib and build_ext call the new Compiler.cxx_compiler() method to get a version of the compiler suitable for C++ (this also takes care of the special needs of AIX). - If config_fc is specified in the Extension definition, merge that info instead of replacing it (otherwise, the name of the Fortran compiler is overwritten). This is done at the key level (ex., compiler options are replaced instead of appended). - clean up compiler.py a bit - clean up linking in build_ext
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+2
|
* numpy.distutils: use language flag or source file extension to select ↵Pearu Peterson2006-10-081-3/+9
| | | | default f77 or f90 compiler.
* 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
|
* Remove unused importscookedm2006-02-021-7/+2
|
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-3/+2
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+185