Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE ↵ | Pauli Virtanen | 2010-10-06 | 1 | -0/+16 |
| | | | | | | | (ticket #1625) Python #defines HAVE_DECL_ISFINITE 0 when the function is not available, so the proper check to do is #if. | ||||
* | BUG: distutils: use // in a binary search (fixes #1604 on Python 3) | Pauli Virtanen | 2010-09-04 | 1 | -1/+1 |
| | |||||
* | Implemented detection of gfortran usage for ATLAS linkage. get_atlas_version ↵ | Pearu Peterson | 2010-08-30 | 1 | -3/+26 |
| | | | | returns now a tuple (version_str, info_dict). Nice thing about the patch is that specifying gnu95 compiler is not needed anymore for numpy (neither for scipy) build when using ATLAS containing gfortran compiled blas/lapack. | ||||
* | remove has_key from config. | David Cournapeau | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | Py3k: make config command py3k importable. | David Cournapeau | 2009-12-03 | 1 | -5/+8 |
| | |||||
* | Add check_type functionality to numpy.distutils. | David Cournapeau | 2009-07-01 | 1 | -0/+29 |
| | |||||
* | Do not harcode visibility macro, enable it for gcc 4. | David Cournapeau | 2009-04-30 | 1 | -1/+5 |
| | |||||
* | Add check for (C) inline. | David Cournapeau | 2009-03-11 | 1 | -0/+6 |
| | |||||
* | Add an expected keyword for check_type_size check, to speed things up on ↵ | David Cournapeau | 2009-02-26 | 1 | -1/+22 |
| | | | | common platforms. | ||||
* | Find sizeof wo running on the target platform. | David Cournapeau | 2009-02-26 | 1 | -61/+48 |
| | |||||
* | Merged revisions 6479 via svnmerge from | David Cournapeau | 2009-02-26 | 1 | -16/+16 |
|\ | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/trunk ........ r6479 | cdavid | 2009-02-26 17:46:34 +0900 (Thu, 26 Feb 2009) | 1 line Fix docstring format for check_funcs_once. ........ | ||||
| * | Fix docstring format for check_funcs_once. | David Cournapeau | 2009-02-26 | 1 | -16/+16 |
| | | |||||
* | | Support library_dirs in check_type. | David Cournapeau | 2009-02-19 | 1 | -2/+2 |
| | | |||||
* | | Merge r6410. | David Cournapeau | 2009-02-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Add our own check_header, since distutils one is broken. | David Cournapeau | 2009-02-19 | 1 | -0/+6 |
| | | |||||
* | | Add check_type_sizeof function. | David Cournapeau | 2009-02-18 | 1 | -0/+76 |
|/ | |||||
* | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -2/+2 |
| | |||||
* | Try to initialize the msvc compiler before the general code to detect the ↵ | David Cournapeau | 2008-12-27 | 1 | -9/+10 |
| | | | | error early. | ||||
* | Improve the error message when initializing compiler failed. | David Cournapeau | 2008-12-27 | 1 | -6/+10 |
| | |||||
* | BUG (#970): fix a python 2.6 bug in distutils which caused an unhelpful ↵ | David Cournapeau | 2008-12-27 | 1 | -0/+21 |
| | | | | Error:None message when trying to build with no VS installed and without the -c mingw32 option. | ||||
* | Refactor manifest generation and put it back into mingw32ccompiler module. | David Cournapeau | 2008-11-17 | 1 | -21/+2 |
| | |||||
* | Disable .rc generation for manifest: having the xml file in the same dir as ↵ | David Cournapeau | 2008-11-17 | 1 | -6/+6 |
| | | | | the _configtest.exe is enough for now. | ||||
* | temp_files is a list of filenames, not files. | David Cournapeau | 2008-11-17 | 1 | -2/+2 |
| | |||||
* | Fix configtest and manifest_name. | David Cournapeau | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | Generate the rc file for manifest embedding. | David Cournapeau | 2008-11-17 | 1 | -1/+7 |
| | |||||
* | Generate the xml manifest file. | David Cournapeau | 2008-11-17 | 1 | -2/+9 |
| | |||||
* | fix imports. | David Cournapeau | 2008-11-17 | 1 | -2/+2 |
| | |||||
* | Refactor msvc runtime checking, put it into mingw32compiler | David Cournapeau | 2008-11-17 | 1 | -12/+3 |
| | |||||
* | Detect whether config link needs embedding the manifest for the MSVC runtime. | David Cournapeau | 2008-11-17 | 1 | -0/+18 |
| | |||||
* | Add deprecation warning for get_output and try_run: we should not use it ↵ | David Cournapeau | 2008-11-16 | 1 | -0/+19 |
| | | | | anymore. | ||||
* | Some spelling corrections. | Charles Harris | 2008-11-12 | 1 | -2/+2 |
| | | | | Some experiments for MSVC. | ||||
* | Fix function prototypes decl in check_func to avoid warning with ↵ | David Cournapeau | 2008-10-05 | 1 | -2/+2 |
| | | | | -Wstrict-prototypes. | ||||
* | define -> pragma, stupid mistake. | David Cournapeau | 2008-09-21 | 1 | -2/+2 |
| | |||||
* | Handle msvc intrisincs in check_funcs_once. | David Cournapeau | 2008-09-21 | 1 | -0/+6 |
| | |||||
* | Handle msvc intrisincs in check_func. | David Cournapeau | 2008-09-21 | 1 | -0/+7 |
| | |||||
* | Add a check_funcs_once function to speed up func checks. | David Cournapeau | 2008-09-05 | 1 | -0/+55 |
| | |||||
* | Add a check_decl function to check for declaration | David Cournapeau | 2007-12-22 | 1 | -0/+15 |
| | |||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+0 |
| | |||||
* | More fixes for building scipy with Mingw32 compilers. | Pearu Peterson | 2007-07-25 | 1 | -1/+2 |
| | |||||
* | Better version handling in fcompiler | cookedm | 2007-06-15 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove FCompiler.get_version_cmd, FCompiler.get_flags_version, FCompiler.get_linker_so_cmd, and FCompiler.get_linker_exe_cmd; subclasses should do this in FCompiler.update_executables() * FCompiler attributes .compiler_f77, .version_cmd, etc., are now properties that read from the .executables dictionary. * Update intel.py and absoft.py for above * Add extra asserts for defensive programming. Most of our problems here seem to come from bad values being generated, and the error not being caught until later. * must call FCompiler.customize() before FCompiler.get_version(); command/build_ext.py and command/config.py updated * verify that commands make sense earlier -- must be None or lists of strings Also, * add IA-32 as another pattern to search for in 32-bit Intel compiler version. * minor formatting * add debugging helpers to environment.py:EnvironmentConfig class | ||||
* | Fix issues with undetected Fortran compilers. | Pearu Peterson | 2007-05-31 | 1 | -1/+1 |
| | |||||
* | do an appropiate behaviour in the distutils commands when new_fcompiler ↵ | cookedm | 2007-05-31 | 1 | -3/+4 |
| | | | | returns None | ||||
* | minor cleanups in numpy.distutils (style mostly) | cookedm | 2007-05-21 | 1 | -6/+4 |
| | |||||
* | Clean up and completed (hopefully) MSVC support. | Pearu Peterson | 2007-05-19 | 1 | -4/+10 |
| | |||||
* | win32: fix install when build has been carried out earlier. | Pearu Peterson | 2007-05-19 | 1 | -4/+4 |
| | |||||
* | More typo fixes. | Pearu Peterson | 2007-05-19 | 1 | -3/+1 |
| | |||||
* | Fix typo. | Pearu Peterson | 2007-05-19 | 1 | -1/+1 |
| | |||||
* | Fix atlas version detection when using MSVC compiler | Pearu Peterson | 2007-05-19 | 1 | -0/+38 |
| | |||||
* | added config to --fcompiler option unification method. introduced config_cc ↵ | Pearu Peterson | 2007-05-18 | 1 | -9/+1 |
| | | | | for unifying --compiler options. | ||||
* | Fix use of os.WEXITSTATUS and friends: only use if they exist | cookedm | 2006-07-13 | 1 | -11/+12 |
| |