summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add scons_make_config function to numpy distutils Configuration.David Cournapeau2008-01-061-0/+6
* Use separate numscons package instead of internal local copyDavid Cournapeau2008-01-061-2/+9
* Add facilities to generate config file for future sconsified modules.David Cournapeau2008-01-061-0/+45
* add an option to change setup filenames to numpy.distutils.ConfigurationDavid Cournapeau2008-01-061-1/+4
* Add the infrastructure to add SConstruct files inDavid Cournapeau2008-01-061-1/+45
* Add scons command to numpy distutils.David Cournapeau2008-01-062-1/+324
* Use a custom NumpyDistribution instead of distutils Distribution, to handleDavid Cournapeau2008-01-062-1/+34
* Merged revisions 4612-4617,4628-4631,4638 via svnmerge from David Cournapeau2008-01-062-2/+17
|\
| * Get MATHLIB from numpyconfig.h, not from config.h anymoreDavid Cournapeau2007-12-221-2/+2
| * 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-263-60/+11
* | Add an 'if 0''d block of code to numpy.distutils.log to ignore some log messa...cookedm2007-12-261-3/+7
|/
* Also link with Python.Robert Kern2007-12-161-1/+1
* 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-123-2/+19
* Typo.Robert Kern2007-12-041-1/+1
* Use the correct link parameters for shared libraries with Intel Fortran on OS X.Robert Kern2007-12-041-0/+10
* The PIC flag changed in the 10 version of the Intel Fortran compiler.Robert Kern2007-12-041-10/+8
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-287-29/+29
* removed split_quoted as per #619Jarrod Millman2007-11-211-58/+0
* Fix get_mathlib when path argument is NoneDavid Cournapeau2007-11-131-1/+1
* 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-297-21/+20
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-292-4/+4
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-292-2/+2
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 libraries....Travis Oliphant2007-10-181-1/+12
* distutils/fcompiler/gnu.py: add -march=k8 when cpu.is_AMD64()cookedm2007-10-021-0/+3
* Update distutils/cpuinfo.pycookedm2007-10-021-171/+155
* Rename test classes to CapWords.Stefan van der Walt2007-10-028-11/+11
* Remove use of the string module in distutils/cpuinfo.pycookedm2007-10-021-26/+28
* apply gen_lib_options overwrite only when a compiler module is importedPearu Peterson2007-10-021-3/+4
* Add msvccompiler to those injected with gen_lib_optionscookedm2007-09-251-1/+1
* Inject our numpy.distutils.ccompiler.gen_lib_options into the variouscookedm2007-09-251-0/+8
* Back out pearu's r4101 that added a warning about importing distutils before ...cookedm2007-09-251-16/+0
* fixing link error: fixed. Removing debug messages and added a warning message...Pearu Peterson2007-09-233-3/+17
* fixing link error: wrong gen_lib_options is being used, may be it is a import...Pearu Peterson2007-09-231-1/+3
* fixing link error: added debug message, 3.Pearu Peterson2007-09-231-0/+2
* fixing link error: added debug message, 2.Pearu Peterson2007-09-231-1/+1
* fixing link error: added debug messagePearu Peterson2007-09-231-0/+1
* fix missing string importPearu Peterson2007-09-231-1/+1