summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* BUG: '-framework Python' is not needed and can interfere.Robert Kern2012-05-311-1/+1
* Fix numpy.distutils to find atlas BLAS on UbuntuNathaniel J. Smith2012-05-201-3/+10
* BUG: Find only platform-specific dlls in winsxs directory.Han Genuit2012-04-151-1/+5
* BUG: BLD: fix OS X build issue introduced in the PEP8 cleanup in 72c6fbd.Ralf Gommers2012-03-181-4/+4
* BUG: BLD: add missing line in distutils/system_info.pyRalf Gommers2012-03-161-0/+1
* MISC: cosmetic changes to distutils/system_info, PEP8 safe.Nicolas Pinto2012-03-141-346/+446
* ENH: support for detecting libraries in several directories simultaneously, s...Nicolas Pinto2012-03-141-78/+60
* BLD: Avoid repeatedly testing for the Fortran compiler when it is missingMark Wiebe2012-02-191-0/+8
* MAINT: update version match regexp for IBM AIX Fortran compilers.Carlos Valiente2011-12-051-1/+1
* BLD: add support for the new X11 directory structure on Ubuntu & co.Raymond Roberts2011-10-291-1/+8
* ENH: Add 'pgfortran' as a valid compiler in the Portland Grouptim cera2011-10-231-10/+10
* BLD: fix up detection of Intel CPU on OS X in system_info.py.Ralf Gommers2011-10-171-3/+5
* BUG: Fix version comparison bug on Py25.Han2011-10-041-2/+2
* BUG: Fixes for Python3 and some further enhancements.hangenuit@gmail.com2011-10-041-17/+19
* ENH: Incorporated review advice and changed macro hack to MinGW hint.hangenuit@gmail.com2011-10-041-5/+7
* BUG: Add another preprocessor statement for 64-bits fallback mechanism.hangenuit@gmail.com2011-10-041-0/+4
* BUG: DLL finder should also look in WinSxS directory.hangenuit@gmail.com2011-10-041-2/+13
* BUG: Also build MSVC debug library if MINGW_USE_CUSTOM_MSVCR is defined (best...hangenuit@gmail.com2011-10-041-10/+6
* ENH: In debug mode, do not use customized MSVC runtime library.Han2011-10-041-0/+3
* ENH: Clean up symbol definition file.Han2011-10-041-0/+3
* ENH: Some commments. Skip customization for MSVC < 8.0.Han2011-10-041-3/+14
* ENH: Generate custom MSCV runtime library for mingw32.Han2011-10-041-0/+46
* FIX: add ufsparse to the libraries search path.Fabian Pedregosa2011-08-291-0/+2
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-205-2/+32
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-205-32/+2
* BLD: follow build_ext coding convention in build_clib to catch strange fcompi...Pearu Peterson2011-08-191-12/+14
* Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-165-2/+32
* BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.Ralf Gommers2011-08-131-1/+5
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-06-233-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
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-052-6/+6
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-1/+1
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-052-2/+2
* ENH: distutils: provide better support for C++ code on HPUX. Closes #1383.Ralf Gommers2011-03-301-0/+12
* BUG: distutils: update HP compiler flags. Closes #1377.Ralf Gommers2011-03-301-3/+3
* BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261.Ralf Gommers2011-03-251-1/+1
* 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