summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #262 from charris/backport-f2pyRalf Gommers2012-05-045-2/+32
|\
| * ENH: Add new options extra_f77_compile_args and extra_f90_compile_args.Pearu Peterson2012-04-291-2/+2
| * BLD: Improve reporting of fcompiler value.Pearu Peterson2012-04-291-12/+14
| * ENH: Introduce new options extra_f77_compiler_args and extra_f90_compiler_args.Pearu Peterson2012-04-295-2/+32
* | MAINT: update version match regexp for IBM AIX Fortran compilers.Carlos Valiente2012-04-221-1/+1
* | ENH: Add 'pgfortran' as a valid compiler in the Portland Grouptim cera2012-04-221-10/+10
* | FIX: add ufsparse to the libraries search path.Fabian Pedregosa2012-04-221-0/+2
* | ENH: distutils: provide better support for C++ code on HPUX. Closes #1383.Ralf Gommers2012-04-221-0/+12
* | BUG: distutils: update HP compiler flags. Closes #1377.Ralf Gommers2012-04-221-3/+3
* | BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261.Ralf Gommers2012-04-221-1/+1
* | BLD: add support for the new X11 directory structure on Ubuntu & co.Raymond Roberts2012-04-221-1/+8
* | BLD: fix up detection of Intel CPU on OS X in system_info.py.Ralf Gommers2012-04-221-3/+5
* | BLD: follow build_ext coding convention in build_clib to catch strange fcompi...Pearu Peterson2012-04-221-12/+14
* | BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.Ralf Gommers2012-04-221-1/+5
|/
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-07-013-24/+50
* ENH: distutils: do the correct thing when swig_opts is a string in setup.pyrgommers2011-06-021-0/+7
* BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1.Ralf Gommers2011-04-221-2/+2
* BUG: fix indentation issue in distutils/intelccompiler.pyRalf Gommers2011-03-231-8/+2
* ENH: add Intel 64-bit C compiler. Closes #960.rgommers2011-03-112-0/+23
* BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448.rgommers2011-03-092-4/+38
* DEP: fix deprecation warning from using SafeConfigParser with Python 3.2.rgommers2011-03-022-4/+9
* BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749.rgommers2011-03-022-2/+9
* STY: clean up unused code. Closes #1409. Thanks to Bruce Southey.rgommers2011-01-241-13/+1
* ENH: add support for the PathScale compilers on Linux. Closes #1043.rgommers2010-12-024-2/+63
* BUG: fix issue with incorrect Fortran arch flags. Closes #1399.rgommers2010-11-071-1/+31
* BUG: on Windows the sysconfig module does not contain CFLAGS info.rgommers2010-10-171-1/+4
* UPDATE: gcc-4 series do not support -mno-cygwin option.Pearu Peterson2010-10-162-9/+27
* BF - get fortran arch flags from C arch flags if availableMatthew Brett2010-10-161-25/+11
* BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ti...Pauli Virtanen2010-10-061-0/+16
* Added Portland Group compiler support for Darwin platform (thanks to Josef Ko...Pearu Peterson2010-10-062-4/+23
* ENH: Update absoft fortran flags for v11.0.Charles Harris2010-09-251-1/+3
* BUG: distutils: make is_free_format et al. not choke on non-ascii Fortran filesPauli Virtanen2010-09-111-3/+5
* BUG: do not add empty string when interpolating values in LibraryInfo.David Cournapeau2010-09-051-1/+2
* BUG: distutils: use // in a binary search (fixes #1604 on Python 3)Pauli Virtanen2010-09-041-1/+1
* Implemented detection of gfortran usage for ATLAS linkage. get_atlas_version ...Pearu Peterson2010-08-302-28/+65
* Fix bug to ensure that swig generated .py files are installed.Pearu Peterson2010-08-252-1/+9
* Fix swig target extension when swig target is not defined by the .i file but ...Pearu Peterson2010-08-251-3/+11
* Make extension swig_opts effective to build_src command.Pearu Peterson2010-08-251-2/+6
* 3K: distutils: fix __code__ object access in mingw32ccompilerPauli Virtanen2010-08-031-1/+4
* DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring.rgommers2010-07-311-2/+40
* numpy.distutils: Fixed bug in Configuration._get_svn_revision. Introduced mak...Pearu Peterson2010-07-271-3/+95
* BUG: Enable compiling Fortran code on OS X for ppc64 arch.rgommers2010-06-021-8/+8
* BUG: Use correct include path when multiple copies of NumPy is installed.Stefan van der Walt2010-05-251-0/+7
* BUG/3K: distutils: do not assume that files output e.g. by gcc can be read in...Pauli Virtanen2010-05-111-6/+8
* Fix version matcher for cases where version string appears in second line (In...Pearu Peterson2010-03-171-0/+3
* BUG: distutils: clean up temporary files more aggressivelyPauli Virtanen2010-03-061-1/+2
* ENH: Support changed distutils API in Python 2.7.Stefan van der Walt2010-02-241-1/+5
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-18/+18
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-5/+7