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. | ||||
* | Added Portland Group compiler support for Darwin platform (thanks to Josef ↵ | Pearu Peterson | 2010-10-06 | 2 | -4/+23 |
| | | | | Koller). | ||||
* | ENH: Update absoft fortran flags for v11.0. | Charles Harris | 2010-09-25 | 1 | -1/+3 |
| | |||||
* | BUG: distutils: make is_free_format et al. not choke on non-ascii Fortran files | Pauli Virtanen | 2010-09-11 | 1 | -3/+5 |
| | |||||
* | BUG: do not add empty string when interpolating values in LibraryInfo. | David Cournapeau | 2010-09-05 | 1 | -1/+2 |
| | | | | | | This adds superflous space in strings, which cause issues when executing commands outside shell control (e.g. '-I/usr/include ' will not add '/usr/include' but '/usr/include ' into the search path of compilers) | ||||
* | 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 | 2 | -28/+65 |
| | | | | 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. | ||||
* | Fix bug to ensure that swig generated .py files are installed. | Pearu Peterson | 2010-08-25 | 2 | -1/+9 |
| | |||||
* | Fix swig target extension when swig target is not defined by the .i file but ↵ | Pearu Peterson | 2010-08-25 | 1 | -3/+11 |
| | | | | should be c++. | ||||
* | Make extension swig_opts effective to build_src command. | Pearu Peterson | 2010-08-25 | 1 | -2/+6 |
| | |||||
* | 3K: distutils: fix __code__ object access in mingw32ccompiler | Pauli Virtanen | 2010-08-03 | 1 | -1/+4 |
| | |||||
* | DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring. | rgommers | 2010-07-31 | 1 | -2/+40 |
| | |||||
* | numpy.distutils: Fixed bug in Configuration._get_svn_revision. Introduced ↵ | Pearu Peterson | 2010-07-27 | 1 | -3/+95 |
| | | | | make_hg_version_py method, get_version supports hg revision. | ||||
* | BUG: Enable compiling Fortran code on OS X for ppc64 arch. | rgommers | 2010-06-02 | 1 | -8/+8 |
| | | | | Thanks to David Warde-Farley. Fixes #1399. | ||||
* | BUG: Use correct include path when multiple copies of NumPy is installed. | Stefan van der Walt | 2010-05-25 | 1 | -0/+7 |
| | |||||
* | BUG/3K: distutils: do not assume that files output e.g. by gcc can be read ↵ | Pauli Virtanen | 2010-05-11 | 1 | -6/+8 |
| | | | | in ascii codec | ||||
* | Fix version matcher for cases where version string appears in second line ↵ | Pearu Peterson | 2010-03-17 | 1 | -0/+3 |
| | | | | (Intel Visual Compiler, IA-32, Version 11.1) | ||||
* | BUG: distutils: clean up temporary files more aggressively | Pauli Virtanen | 2010-03-06 | 1 | -1/+2 |
| | |||||
* | ENH: Support changed distutils API in Python 2.7. | Stefan van der Walt | 2010-02-24 | 1 | -1/+5 |
| | |||||
* | DEP: Fix more files for unittest deprecated functions. It isn't clear why these | Charles Harris | 2010-02-21 | 1 | -18/+18 |
| | | | | tests didn't issue deprecation warnings. Are they being run? | ||||
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 1 | -0/+3 |
| | | | | Instead, manually import reduce where necessary. | ||||
* | updated docstrings from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -5/+7 |
| | |||||
* | BUG: Fix #1376, indentation problem. | Travis Oliphant | 2010-02-04 | 1 | -2/+2 |
| | |||||
* | BUG: Add more protection against uninitialized lists on the Distribution object. | Robert Kern | 2010-01-29 | 1 | -0/+6 |
| | |||||
* | BUG: guard against having an uninitialized list of scripts. | Robert Kern | 2010-01-29 | 1 | -0/+2 |
| | |||||
* | Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to ↵ | Travis Oliphant | 2010-01-24 | 2 | -4/+17 |
| | | | | be called by numpy.distutils. | ||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 2 | -10/+10 |
| | |||||
* | BUG: fix escaping of pkgdir on windows. | David Cournapeau | 2009-12-12 | 1 | -1/+1 |
| | |||||
* | ENH: automatically translate pkgdir in .ini file. | David Cournapeau | 2009-12-12 | 1 | -0/+12 |
| | |||||
* | BUG: fix 1087, thanks to Leek for the fix. | David Cournapeau | 2009-12-10 | 1 | -16/+17 |
| | |||||
* | 3K: distutils: remove unnecessary non-ascii characters in intel.py | Pauli Virtanen | 2009-12-06 | 1 | -8/+0 |
| | |||||
* | 3K: distutils: produce a 3K-compatible __config__.py | Pauli Virtanen | 2009-12-06 | 1 | -7/+6 |
| | |||||
* | 3K: distutils: ordering between None and str is undefined in Py3K, so ↵ | Pauli Virtanen | 2009-12-06 | 1 | -1/+4 |
| | | | | fcompiler should raise CompilerNotFound when version is undefined | ||||
* | 3K: encode str to bytes before writing in distutils/tests | Pauli Virtanen | 2009-12-06 | 1 | -2/+2 |
| | |||||
* | 3K: distutils: there is no types.InstanceType in Py3, so don't use it | Pauli Virtanen | 2009-12-06 | 1 | -1/+2 |
| | |||||
* | Py3k: handle relative import in ccompiler. | David Cournapeau | 2009-12-03 | 1 | -1/+5 |
| | |||||
* | remove has_key from config. | David Cournapeau | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | Py3k: Fix comparison when version is None. | David Cournapeau | 2009-12-03 | 1 | -2/+5 |
| | |||||
* | Fix version comparison when version is None. | David Cournapeau | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | BUG: fix mixed tab/space indentation. | David Cournapeau | 2009-12-03 | 1 | -10/+10 |
| | |||||
* | Py3k: make fcompiler.compaq py3k-importable. | David Cournapeau | 2009-12-03 | 1 | -5/+9 |
| | |||||
* | Py3k: make cpuinfo py3k-importable. | David Cournapeau | 2009-12-03 | 1 | -22/+29 |
| | |||||
* | Fix some more issues for ccompiler: string module obsolete. | David Cournapeau | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | Fix callable in build_src command. | David Cournapeau | 2009-12-03 | 1 | -3/+3 |
| | |||||
* | Do no use has_key in misc_utils. | David Cournapeau | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | BUG: fix system_info broken by py3k changes. | David Cournapeau | 2009-12-03 | 1 | -4/+4 |
| | |||||
* | Fix callable in misc_utils. | David Cournapeau | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | python3 changes function object attributes names. | David Cournapeau | 2009-12-03 | 1 | -2/+12 |
| | |||||
* | Fix print statements in numpy.distutils.environment | David Cournapeau | 2009-12-03 | 1 | -4/+4 |
| | |||||
* | Py3k: make fcompiler module py3k-importable. | David Cournapeau | 2009-12-03 | 1 | -12/+16 |
| |