summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* More backporting of scons changes: require 0.8.2David Cournapeau2008-07-091-4/+9
* Merge revisions 5266:5288: update scons scripts to new variant_dir conventionsDavid Cournapeau2008-07-091-4/+40
|\
| * Do not fail scons command when cxx compiler is not available.David Cournapeau2008-06-121-1/+4
| * Make sure we are using numscons 0.8.0 or above.David Cournapeau2008-06-121-0/+10
| * Set numpy include path relatively to top setup callee when bootstrapping.David Cournapeau2008-06-121-2/+16
| * When src_dir is not null, takes it into account to retrieve distutils libdir.David Cournapeau2008-06-121-3/+4
| * scons command: set distutils libdir relatively to build directory.David Cournapeau2008-06-121-1/+9
| * MSVC compiler does not have compiler_cxx member.David Cournapeau2008-06-081-0/+3
| * Merged revisions 5204-5257 via svnmerge from David Cournapeau2008-06-071-0/+19
| |\
| | * Handle fortran compiler on open-solarisDavid Cournapeau2008-05-201-0/+2
| | * Fix typo when passing bootstrapping option to scons.David Cournapeau2008-05-201-1/+1
| | * Current handling of bootstrapping is flawed: I should handle it at theDavid Cournapeau2008-05-201-0/+17
* | | Merge revision 5258 from trunk: some updates to scons scripts.David Cournapeau2008-07-091-0/+19
|/ /
* | fixed whitespace w/ reindentJarrod Millman2008-05-221-3/+3
|/
* Add --package-list to scons command, to speed-up no-op when working on scipy.David Cournapeau2008-05-181-4/+47
* Does not replace g++ by c++ compiler name.David Cournapeau2008-04-231-5/+1
* Do not show the whole scons command for silent modes.David Cournapeau2008-04-211-1/+4
* Add one more level for silent modes in scons command.David Cournapeau2008-04-131-4/+5
* Fix typo (bug #704).David Cournapeau2008-03-211-1/+1
* Add pkg name at the beginning of logging scons call.David Cournapeau2008-03-161-1/+1
* ran reindentJarrod Millman2008-02-081-10/+10
* Return as soon as possible of no sconscripts is detected in scons command, toDavid Cournapeau2008-01-251-0/+3
* Make distutils command build run scons commandDavid Cournapeau2008-01-251-0/+6
* Define various scons related functions to call numscons instead of beingDavid Cournapeau2008-01-061-3/+6
* Use separate numscons package instead of internal local copyDavid Cournapeau2008-01-061-2/+9
* Add scons command to numpy distutils.David Cournapeau2008-01-061-0/+322
* Merged revisions 4612-4617,4628-4631,4638 via svnmerge from David Cournapeau2008-01-061-0/+15
|\
| * Add a check_decl function to check for declarationDavid Cournapeau2007-12-221-0/+15
* | Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead.cookedm2007-12-261-3/+3
|/
* Make sure the develop command can handle generated script files.Robert Kern2007-12-122-2/+9
* Make the 'develop' command from setuptools run build_src --inplace in additio...Robert Kern2007-12-122-0/+15
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-282-5/+5
* Back out change made in r4380 which causes scipy.fftpack not to build correctly.Travis Oliphant2007-11-081-6/+1
* numpy.distutils.command.build_ext: append build C libraries as dependencies ofcookedm2007-11-031-1/+7
* Refactor Pyrex source building into a separate method in build_src.pycookedm2007-11-031-25/+33
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-292-2/+1
* fixing link error: fixed. Removing debug messages and added a warning message...Pearu Peterson2007-09-231-2/+0
* fixing link error: added debug message, 3.Pearu Peterson2007-09-231-0/+2
* Optionally use setuptools for commands that setuptools customizes.Robert Kern2007-08-082-2/+10
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-253-8/+13
* Import Pyrex.Compiler.Main explicitly since in 0.9.5.1, it does not appear to...Robert Kern2007-07-021-1/+1
* Better version handling in fcompilercookedm2007-06-152-5/+6
* Minor refactoring of build_clib (break up build_library a bit)cookedm2007-06-151-153/+156
* Fix issues with undetected Fortran compilers.Pearu Peterson2007-05-312-3/+9
* do an appropiate behaviour in the distutils commands when new_fcompiler retur...cookedm2007-05-313-15/+18
* Use log.info instead of print in setup.py'scookedm2007-05-281-2/+4
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-253-7/+8
* merge from distutils-revamp branch (step 3)cookedm2007-05-251-25/+19
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-215-71/+60
* Clean up and completed (hopefully) MSVC support.Pearu Peterson2007-05-192-9/+41