summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Bring back reverted r5461. Error was in the regression test.Charles Harris2008-07-211-3/+14
* Revert r5461, it seems to cause obscure problemsCharles Harris2008-07-201-14/+3
* Backport r5452 build fixes.Charles Harris2008-07-201-3/+14
* 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-222-4/+3
|/
* Add --package-list to scons command, to speed-up no-op when working on scipy.David Cournapeau2008-05-181-4/+47
* Fix conv_template to correctly handle nested loops with surrounding code.Charles Harris2008-04-241-13/+23
* Add true nesting of loops to the template processing. The previous attemptCharles Harris2008-04-231-123/+176
* Does not replace g++ by c++ compiler name.David Cournapeau2008-04-231-5/+1
* Add nested loops to the template processor.Charles Harris2008-04-231-45/+69
* Do not show the whole scons command for silent modes.David Cournapeau2008-04-211-1/+4
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-2/+2
* Reverting r4481, see #723Jarrod Millman2008-04-201-0/+63
* Use the default terminal colour to print out INFO messages in distutils. Stefan van der Walt2008-04-162-3/+5
* Add one more level for silent modes in scons command.David Cournapeau2008-04-131-4/+5
* Fix issue 715.Pearu Peterson2008-04-101-5/+6
* mimic gcc driver detection for nocona cpu detection.David Cournapeau2008-03-231-1/+1
* Fix has_sse3 and add has_ssse3 function for cpuinfo on linux.David Cournapeau2008-03-231-1/+4
* Include patch from jsbronder to fix ticket #644 related to nocona cpu detection.David Cournapeau2008-03-221-1/+5
* Handle typo (sse3 vs ssse3) in the cpu arch flags as found in /proc/cpuinfo f...David Cournapeau2008-03-221-1/+1
* Add VisualCompaq compiler to the list of fortran compilers if platform is cyg...David Cournapeau2008-03-221-1/+1
* Comment out NotImplemented error when using setup tools.Travis Oliphant2008-03-221-1/+1
* Fix typo (bug #704).David Cournapeau2008-03-211-1/+1
* In site.cfg, change DEFAULT section to ALL to accommodate building on Python ...Stefan van der Walt2008-03-192-6/+6
* Add pkg name at the beginning of logging scons call.David Cournapeau2008-03-161-1/+1
* Fixed setting of distutils.[plat]ccompiler.[plat]ccompiler leading to attribu...Matthew Brett2008-03-101-2/+1
* Apply David's patch to fix ticket 653.Charles Harris2008-03-061-20/+10
* Fix type. Sorry about that.Pearu Peterson2008-02-121-3/+3
* hpux fortran compiler support: patch from an user feedback.Pearu Peterson2008-02-121-2/+5
* ran reindentJarrod Millman2008-02-082-15/+15
* 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
* Use eval instead of dynamic import in scons_generate_config_py, so that we doDavid Cournapeau2008-01-231-4/+2
* Add setupscons.py for pure python packagesDavid Cournapeau2008-01-071-0/+15
* Fix missing import from numsconsDavid Cournapeau2008-01-071-0/+1
* Import get_configres* functions from numsconsDavid Cournapeau2008-01-061-0/+1
* Add function add_configres for numpy.distutils.ConfigurationDavid Cournapeau2008-01-061-0/+4
* Define various scons related functions to call numscons instead of beingDavid Cournapeau2008-01-061-3/+6