summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* remove has_key from config.David Cournapeau2009-12-031-2/+2
* Fix callable in build_src command.David Cournapeau2009-12-031-3/+3
* Py3k: make scons command py3k importable.David Cournapeau2009-12-031-2/+5
* Make build_src and build_clib python3 importable.David Cournapeau2009-12-032-7/+6
* Fix print/repr/raise python3 incompatibilities in system_info and build_ext c...David Cournapeau2009-12-031-5/+5
* Py3k: make config command py3k importable.David Cournapeau2009-12-031-5/+8
* BUG: retrieve build_clib in build_ext even if it has already been run.David Cournapeau2009-11-161-0/+1
* BUG: setuptools does not run install_clib automatically -- run it manually in...Pauli Virtanen2009-11-122-2/+16
* BUG: pkg_paths was wrongly set when using --package-list for numscons build.David Cournapeau2009-10-271-1/+1
* Add a pkg_path option to add_sconcript.David Cournapeau2009-10-011-4/+9
* Put scons data into its own class.David Cournapeau2009-10-011-9/+11
* Add debug option to scons command.David Cournapeau2009-09-191-0/+6
* Add option to import user environment into numscons.David Cournapeau2009-09-171-0/+3
* BUG: fix #1194.David Cournapeau2009-09-161-4/+4
* BUG: fix clib install directory for scons command.David Cournapeau2009-09-141-1/+7
* Start adding library options for scons option.David Cournapeau2009-09-141-1/+22
* Re-indent scons command options.David Cournapeau2009-09-141-20/+20
* Further whitespace/tab fixes.David Cournapeau2009-09-141-3/+3
* Move scons call command line building into its own private function.David Cournapeau2009-09-141-71/+75
* Fix tab/space issue in scons command.David Cournapeau2009-09-141-3/+3
* Do not import pyrex in distutils unless there are some pyrex source files.David Cournapeau2009-09-141-7/+9
* BUG: we were protecting c++ and fortran compiler path twice, which made scons...David Cournapeau2009-09-091-2/+2
* Tell scons whether we are in bypass mode or not.David Cournapeau2009-09-091-0/+1
* Do not pass compiler path options to scons if they were not set.David Cournapeau2009-09-091-3/+6
* Require numscons 0.11 or above.David Cournapeau2009-09-091-2/+2
* Add a bypass option to scons command.David Cournapeau2009-09-091-11/+18
* Handle None in protect path.David Cournapeau2009-09-091-3/+6
* Add user options for compilers in scons command.David Cournapeau2009-09-091-2/+16
* Always set up scons_* compilers, and use those when building the scons comman...David Cournapeau2009-09-091-9/+19
* Do not reuse build_ext options - most do not make sense for scons command.David Cournapeau2009-09-091-13/+12
* Remove infunc imports.David Cournapeau2009-09-091-3/+10
* Refactor numscons check in scons command.David Cournapeau2009-09-091-26/+31
* Move compiler initialization into their own private functions.David Cournapeau2009-09-091-45/+47
* Move import at the top of the file.David Cournapeau2009-09-091-4/+4
* Remove debug print in scons command.David Cournapeau2009-08-271-1/+0
* Do not finalize install_cmd if already finalized.David Cournapeau2009-08-041-1/+2
* BUG: fix building of npy-pkg-config file so that one can reliably get the ins...David Cournapeau2009-08-041-3/+12
* Fix typo in install_clib fix.David Cournapeau2009-08-041-1/+1
* BUG: fix install_clib failure on win32.David Cournapeau2009-08-041-4/+8
* Move import at the top of module.David Cournapeau2009-08-041-1/+1
* Fix scons build w.r.t pkg-config and installed C lib location.David Cournapeau2009-07-261-5/+3
* Update numscons build to support pkg-config-like files.David Cournapeau2009-07-261-1/+14
* Add add_installed_pkg_config function, for automatic pkg-config-like generati...David Cournapeau2009-07-261-1/+68
* Require 0.10.2 version of numscons - needed for installed C libraries.David Cournapeau2009-07-261-1/+1
* When built in-place, make sure build_clib is built inplace too.David Cournapeau2009-07-261-2/+14
* Add an inplace option to build_clib - this is necessary for using installed C...David Cournapeau2009-07-261-0/+13
* Update comment on using install_clib as a subcommand.David Cournapeau2009-07-261-1/+1
* Minver for numscons is now 0.10.1.David Cournapeau2009-07-261-12/+11
* Refactor the code to get top dir relatively to scons build dir.David Cournapeau2009-07-261-12/+11
* Support for installable libraries in numscons.David Cournapeau2009-07-261-0/+14