Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Be robust when the shared distribution object exists does not have ↵ | Robert Kern | 2007-05-22 | 1 | -2/+2 | |
| | | | | | | | | data_files set. This can happen when easy_install automatically builds dependencies. | |||||
* | | Use a more robust method for finding the directory of the setup.py file ↵ | Robert Kern | 2007-05-21 | 1 | -13/+18 | |
| | | | | | | | | calling Configuration(). easy_install spoofs __name__, thus confusing the old method. | |||||
* | | Fixed warnings on language changes. | Pearu Peterson | 2007-05-18 | 1 | -10/+3 | |
| | | ||||||
* | | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+2 | |
| | | ||||||
* | | Fix #491 | Robert Kern | 2007-04-04 | 1 | -24/+24 | |
| | | ||||||
* | | Make numpy.get_include() and numpy.get_numarray_include() not pull in ↵ | cookedm | 2007-04-01 | 1 | -8/+1 | |
| | | | | | | | | numpy.distutils. | |||||
* | | add a delete flag to make_svn_version_py to allow the __svn_version.py to ↵ | Tim Leslie | 2007-03-04 | 1 | -5/+7 | |
| | | | | | | | | not be deleted | |||||
* | | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -3/+3 | |
| | | ||||||
* | | numpy.distutils: use language flag or source file extension to select ↵ | Pearu Peterson | 2006-10-08 | 1 | -2/+27 | |
| | | | | | | | | default f77 or f90 compiler. | |||||
* | | Small code re-org in _get_svn_revision | Travis Oliphant | 2006-09-15 | 1 | -3/+4 | |
| | | ||||||
* | | Fix when svnversion is not present. | Travis Oliphant | 2006-09-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fix subversion number getting for 1.4 clients. Also works for pre 1.4 clients. | Travis Oliphant | 2006-09-15 | 1 | -4/+21 | |
| | | ||||||
* | | Fix #114: Problems with building with MSVC and GCC under Cygwin | cookedm | 2006-07-28 | 1 | -0/+13 | |
|/ | ||||||
* | Add numarray configuration command. | Travis Oliphant | 2006-06-20 | 1 | -0/+4 | |
| | ||||||
* | Fix bad syntax in generated __config__.py files. | Robert Kern | 2006-06-19 | 1 | -1/+1 | |
| | ||||||
* | Use a hack to get numpy to install with easy_install (#81) | cookedm | 2006-05-16 | 1 | -0/+9 | |
| | | | | | I couldn't find any other way; see the comments in the code or my discussion at #81 for why this is necessary. | |||||
* | Warning messages from numpy.distutils.misc_util.Configuration are printed in ↵ | cookedm | 2006-05-15 | 1 | -3/+3 | |
| | | | | blue | |||||
* | Fixed prune file pattern - subdirectories were exluded by this bug for ↵ | Pearu Peterson | 2006-05-02 | 1 | -2/+2 | |
| | | | | add_data_dir. | |||||
* | Fixed typo. | Pearu Peterson | 2006-04-25 | 1 | -1/+1 | |
| | ||||||
* | Fix splitting a pattern on win32. | Pearu Peterson | 2006-04-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed subpackage name when adding subpackage with setup.py script. | Pearu Peterson | 2006-04-20 | 1 | -3/+6 | |
| | ||||||
* | Fix bug in resolving target_dirs for data_dir patterns containing extra slashes. | Pearu Peterson | 2006-04-19 | 1 | -5/+13 | |
| | ||||||
* | Fix numpy ticket 53. | Pearu Peterson | 2006-04-18 | 1 | -2/+8 | |
| | ||||||
* | Fix version machinery and pkg information requests. | Pearu Peterson | 2006-04-04 | 1 | -18/+34 | |
| | ||||||
* | Fix typo. | Pearu Peterson | 2006-03-31 | 1 | -1/+1 | |
| | ||||||
* | Handle callable data file generators | Pearu Peterson | 2006-03-31 | 1 | -2/+4 | |
| | ||||||
* | Introduced configuration kw argument to setup. This fixes long lasted long ↵ | Pearu Peterson | 2006-03-31 | 1 | -44/+0 | |
| | | | | configuration messages when setup command line has only help request or errors. | |||||
* | Reimplemented add_data_dir and add_data_files methods to fix ambiguities. | Pearu Peterson | 2006-03-30 | 1 | -77/+180 | |
| | ||||||
* | Refactored Configuration._fix_paths method to gpaths, added tests and ↵ | Pearu Peterson | 2006-03-30 | 1 | -45/+65 | |
| | | | | documentation. | |||||
* | Introduced standalone kw argument to add_subpackage and parent_name kw ↵ | Pearu Peterson | 2006-03-29 | 1 | -10/+31 | |
| | | | | argument to get_subpackage. Fixed delegating options to subpackages when calling from Python prompt. | |||||
* | Fixed njoin for absolute paths. | Pearu Peterson | 2006-03-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed minrelpath bug for processing '.././..', minrelpath resolves '.'s. ↵ | Pearu Peterson | 2006-03-29 | 1 | -21/+49 | |
| | | | | Introduced internal caller_level kw argument to Configuration to resolve relative path problems. | |||||
* | Forcing unique names for subpackage setup.py modules. | Pearu Peterson | 2006-03-29 | 1 | -2/+2 | |
| | ||||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -3/+3 | |
| | | | | extraneous whitespace | |||||
* | Merge trunk (r2142:2204) to power_optimization branch | cookedm | 2006-03-07 | 1 | -1/+1 | |
| | ||||||
* | Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker ↵ | Pearu Peterson | 2006-02-18 | 1 | -1/+11 | |
| | | | | failure. | |||||
* | Fixed minrelpath tests for platforms where os.path.sep<>'/'. | Pearu Peterson | 2006-02-11 | 1 | -2/+0 | |
| | ||||||
* | Fixes to help compilation on Windows with MSVC | Travis Oliphant | 2006-02-09 | 1 | -1/+20 | |
| | ||||||
* | Fixed get_path bug fix. | Pearu Peterson | 2006-02-09 | 1 | -7/+10 | |
| | ||||||
* | Fix get_path to return correct path when module is __main__, but doesn't ↵ | cookedm | 2006-02-09 | 1 | -1/+5 | |
| | | | | | | have a __file__ attribute. This could happen if called as execfile("setup.py") when building eggs. | |||||
* | Refactored path fixing code to _fix_paths_dict. Apply path fixing to ↵ | Pearu Peterson | 2006-02-08 | 1 | -12/+15 | |
| | | | | extension libraries. | |||||
* | Fixed get_path to return correct path when module is __main__. Fixes calling ↵ | Pearu Peterson | 2006-02-07 | 1 | -4/+2 | |
| | | | | path/to/setup.py bugs. | |||||
* | More refactoring in numpy.distutils.misc_util | cookedm | 2006-02-02 | 1 | -203/+209 | |
| | ||||||
* | Misc cleanups + replace `a` with %r or repr(a) | cookedm | 2006-01-31 | 1 | -17/+18 | |
| | | | | | Also replace some type checks with misc_util.is_sequence or misc_util.is_string or appropiate isinstance(). | |||||
* | Improved warn messages. | Pearu Peterson | 2006-01-31 | 1 | -3/+4 | |
| | ||||||
* | Added options to Configuration. | Pearu Peterson | 2006-01-31 | 1 | -21/+65 | |
| | ||||||
* | Handle setup.py help and display requests without noise. | Pearu Peterson | 2006-01-30 | 1 | -3/+37 | |
| | ||||||
* | Fixed add_data_files for patterns. paths takes include_non_existing kw argument. | Pearu Peterson | 2006-01-28 | 1 | -15/+25 | |
| | ||||||
* | Introduced njoin and minrelpath to handle relative paths and containing ↵ | Pearu Peterson | 2006-01-28 | 1 | -25/+83 | |
| | | | | slashes in an OS independent way. Fixed a __svn_version__ installation bug. | |||||
* | Store the relative path inside the installed package as part of the ↵ | cookedm | 2006-01-27 | 1 | -15/+15 | |
| | | | | Configuration instance (instead of recalculating each time) |