Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support for installable libraries in numscons. | David Cournapeau | 2009-07-26 | 1 | -0/+4 | |
| | | | | | | | | Numscons has been modified such as clib are now copied (using the Install builder) where numpy.distutils expect them, and a function has been added to numpy.distutils so that we can add installable libraries in setupscons.py scripts (which add the library to the NumpyDistribution instance). | |||||
* | Refactor common code between add_library and add_installed_library. | David Cournapeau | 2009-07-26 | 1 | -18/+12 | |
| | ||||||
* | Remove dead code. | David Cournapeau | 2009-07-26 | 1 | -4/+1 | |
| | ||||||
* | Add get_npymath_info function to reuse npymath outside numpy. | David Cournapeau | 2009-07-26 | 1 | -0/+16 | |
| | ||||||
* | Installing a clib now works. | David Cournapeau | 2009-07-26 | 1 | -5/+29 | |
| | | | | | | | | Installable libraries are built exactly like conventional clib (they are added to the NumpyDistribution instance libraries member, and build_clib is not aware of the libraries/installable libraries distinction). Everything is done in the install_clib. The library cannot be used yet by external code, though. | |||||
* | Add a new function to add installed library - do nothing for now. | David Cournapeau | 2009-07-26 | 1 | -0/+8 | |
| | ||||||
* | BUG#1134: Fix handling of depends arg when not given in add_library. | David Cournapeau | 2009-06-09 | 1 | -0/+5 | |
| | ||||||
* | Move is_bootstrapping outside scons command, may be useful elsewhere. | David Cournapeau | 2009-04-21 | 1 | -0/+9 | |
| | ||||||
* | Remove tabs and unnecessary whitespace. | Stefan van der Walt | 2009-04-16 | 1 | -2/+2 | |
| | ||||||
* | Add a function to get MSVC version. | David Cournapeau | 2009-03-11 | 1 | -0/+8 | |
| | ||||||
* | Python 3000 fixes for 2to3 [patch by James Watson]. | Stefan van der Walt | 2009-03-02 | 1 | -3/+5 | |
| | ||||||
* | Do not use popen* but subprocess.Popen instead. | David Cournapeau | 2009-01-04 | 1 | -1/+5 | |
| | ||||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+1 | |
| | ||||||
* | Change API for pre/post hooks: they should be able to take arbitrary arguments. | David Cournapeau | 2008-07-31 | 1 | -1/+2 | |
| | ||||||
* | Remove add_configres function which did nothing... | David Cournapeau | 2008-07-31 | 1 | -5/+0 | |
| | ||||||
* | Make it possible to execute post/pre hooks in scons command even when no ↵ | David Cournapeau | 2008-07-31 | 1 | -1/+4 | |
| | | | | scons script is used. | |||||
* | Handle VS 2008 in msvc_runtime_library. | David Cournapeau | 2008-07-29 | 1 | -0/+1 | |
| | ||||||
* | Generate headers in the right place for inplace builds. | Robert Kern | 2008-07-19 | 1 | -3/+14 | |
| | ||||||
* | Use the default terminal colour to print out INFO messages in distutils. | Stefan van der Walt | 2008-04-16 | 1 | -1/+3 | |
| | | | | This prevents visibility problems on backgrounds other than black. | |||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -5/+5 | |
| | ||||||
* | Use eval instead of dynamic import in scons_generate_config_py, so that we do | David Cournapeau | 2008-01-23 | 1 | -4/+2 | |
| | | | | | not generate spurious *.pyc files. | |||||
* | Fix missing import from numscons | David Cournapeau | 2008-01-07 | 1 | -0/+1 | |
| | ||||||
* | Import get_configres* functions from numscons | David Cournapeau | 2008-01-06 | 1 | -0/+1 | |
| | ||||||
* | Add function add_configres for numpy.distutils.Configuration | David Cournapeau | 2008-01-06 | 1 | -0/+4 | |
| | ||||||
* | Add scons_make_config function to numpy distutils Configuration. | David Cournapeau | 2008-01-06 | 1 | -0/+6 | |
| | ||||||
* | Add facilities to generate config file for future sconsified modules. | David Cournapeau | 2008-01-06 | 1 | -0/+45 | |
| | ||||||
* | add an option to change setup filenames to numpy.distutils.Configuration | David Cournapeau | 2008-01-06 | 1 | -1/+4 | |
| | ||||||
* | Add the infrastructure to add SConstruct files in | David Cournapeau | 2008-01-06 | 1 | -1/+45 | |
| | | | | | numpy.distutils.Configuration. | |||||
* | Get MATHLIB from numpyconfig.h, not from config.h anymore | David Cournapeau | 2007-12-22 | 1 | -2/+2 | |
| | ||||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 1 | -7/+7 | |
| | ||||||
* | Fix get_mathlib when path argument is None | David Cournapeau | 2007-11-13 | 1 | -1/+1 | |
| | ||||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+1 | |
| | ||||||
* | using faster string methods rather than deprecated string module | Jarrod Millman | 2007-10-29 | 1 | -3/+2 | |
| | ||||||
* | fixing link error: wrong gen_lib_options is being used, may be it is a ↵ | Pearu Peterson | 2007-09-23 | 1 | -1/+3 | |
| | | | | import problem. | |||||
* | fix missing string import | Pearu Peterson | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | backport the usage of get_build_architecture to pyhton <=2.4 | Pearu Peterson | 2007-09-22 | 1 | -5/+18 | |
| | ||||||
* | Fix problem with msvc_on_amd64 not working prior to Python 2.5 | Travis Oliphant | 2007-09-20 | 1 | -1/+4 | |
| | ||||||
* | remove debug messages. | Pearu Peterson | 2007-07-28 | 1 | -4/+2 | |
| | ||||||
* | msvc_on_amd64 must be applied *after* importing ccompiler module, apply ↵ | Pearu Peterson | 2007-07-27 | 1 | -2/+0 | |
| | | | | quote_args also to include_dirs. | |||||
* | Added debug messages to see if quote_args are applied properly. | Pearu Peterson | 2007-07-27 | 1 | -1/+4 | |
| | ||||||
* | Fix type error on setting os.environ item. | Pearu Peterson | 2007-07-27 | 1 | -1/+1 | |
| | ||||||
* | Try to fix build on AMD64 with MSVC compiler. | Pearu Peterson | 2007-07-27 | 1 | -0/+14 | |
| | ||||||
* | Using own quote_args, trying to fix build failures with MSVC compiler. | Pearu Peterson | 2007-07-27 | 1 | -1/+12 | |
| | ||||||
* | Resolved issues in changeset 3846. | Pearu Peterson | 2007-05-31 | 1 | -1/+2 | |
| | ||||||
* | Undo change in 3845. | Pearu Peterson | 2007-05-31 | 1 | -1/+1 | |
| | ||||||
* | Fix some problems with data-files not being added in top-level and extra ↵ | Travis Oliphant | 2007-05-31 | 1 | -1/+1 | |
| | | | | version information added to the name of development distributions. | |||||
* | Better temporary file handling by using one temporary directory for | cookedm | 2007-05-28 | 1 | -61/+79 | |
| | | | | numpy.distutils, and removing that at exit. Replaces using tempfile.mktemp. | |||||
* | Add a numpy.distutils.log.good function, which when WARN messages would be | cookedm | 2007-05-25 | 1 | -11/+30 | |
| | | | | | logged, logs a "nice" anti-warn version. Use this for finding executables to report when we do actually find one. | |||||
* | merge from distutils-revamp branch (step 1) | cookedm | 2007-05-25 | 1 | -12/+4 | |
|\ | | | | | | | | | | | - minor cleanups - find_executable returns None when no file found (instead of having to check with os.path.isfile) | |||||
| * | Branch numpy.distutils to distutils-revamp | cookedm | 2006-07-06 | 1 | -1409/+0 | |
| | |