summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4996 from fdiary/gfortran-rpathJulian Taylor2014-08-261-0/+3
|\
| * BLD: support rpath for GNU Fortran compiler.Kazuhiko Shiozaki2014-08-261-0/+3
* | Merge branch 'gfortran-debug' into maintenance/1.9.xJulian Taylor2014-08-241-4/+5
|\ \
| * | BLD: add debug information to gfortran buildsJulian Taylor2014-08-241-4/+5
| |/
* | BLD: fix build issues with MSVC10 on Windows. Closes gh-4245.Ralf Gommers2014-07-201-5/+16
|/
* BUG: check if openblas embeds lapackJulian Taylor2014-05-221-1/+47
* BUG: don't set a default for libraries configuration keyJulian Taylor2014-05-221-1/+0
* BUG: Fix use of setuptools.command.install._install.Charles Harris2014-05-041-3/+6
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-1/+4
* BLD: remove "-Wl,-framework,Python" from linker flags for Intel compiler.Ralf Gommers2014-04-211-1/+1
* BUG: ifort has issues with optimization flag /O2cgohlke2014-04-081-1/+1
* ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-02-273-9/+9
* BUG: get_info('openblas') does not read libraries keyJulian Taylor2014-02-211-2/+4
* Detect vendor versions of GNU CompilersAron Ahmadia2014-02-041-3/+3
* Add '.FOR' to src_extensionsleaz2014-01-051-1/+1
* Merge pull request #3996 from stromnov/masterCharles Harris2013-11-081-4/+5
|\
| * Allow checking two or more fortran compilers instead of one.Andrew Stromnov2013-11-011-4/+5
* | cross-platform code to find numpy configbbudescu2013-11-071-1/+1
|/
* Do not fail with NameError if SandboxViolation is raisedJason Madden2013-09-281-1/+3
* Merge pull request #3638 from charris/remove-numarray-and-oldnumericCharles Harris2013-09-281-4/+0
|\
| * DEP, MAINT: Remove references to numeric and numarray.Charles Harris2013-09-231-4/+0
* | Fix platform detection for intel platform where get_platform() returns a stri...Alex Barth2013-09-281-0/+2
* | BUG: fix wrong gcc version checkJulian Taylor2013-09-271-2/+2
|/
* Make vecLib / Accelerate not shadow other optimized builds under OSXOlivier Grisel2013-09-041-23/+33
* Add support for using openblas for the _dotblas function.Ake Sandgren2013-08-201-1/+23
* STY: Giant comma spacing fixup.Charles Harris2013-08-1852-642/+642
* STY: Giant whitespace cleanup.Charles Harris2013-08-184-5/+5
* STY: Break long lines in numpy/distutils/log.py.Charles Harris2013-07-291-5/+16
* MAINT: typo fix in logging messageTomas Tomecek2013-07-291-2/+2
* BUG: Handle a version string from a custom-built mingw64.mwtoews2013-05-292-1/+2
* MAINT: Remove msvc_on_amd64 functionChristoph Gohlke2013-05-222-15/+1
* BLD: fix setuptools-specific easy_install issue. Closes gh-3160.Ralf Gommers2013-05-191-2/+4
* ENH: add possibility to add define_macros to extensionsJulian Taylor2013-05-091-1/+19
* Merge pull request #3182 from juliantaylor/debug-extRalf Gommers2013-05-052-6/+40
|\
| * BUG: hardcode some known shared library extensionsJulian Taylor2013-04-282-6/+40
* | Merge pull request #3261 from keflavich/f77_ext_bugfixCharles Harris2013-05-021-2/+2
|\ \
| * | reduces excess cleverness from 1/2 to 1/3Adam Ginsburg2013-04-211-2/+2
| * | bugfix in build_ext: check that ext has an attribute before trying toAdam Ginsburg2013-04-181-2/+2
* | | MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-025-8/+7
| |/ |/|
* | ENH: remove obsolete ifort flags, ensure generated binaries work everywhere.David Cournapeau2013-04-231-14/+5
|/
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-3/+6
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-078-10/+10
|\
| * MAINT: Fixup more dictionary fixer fixes.Charles Harris2013-04-072-4/+4
| * 2to3: apply `dict` fixer.Charles Harris2013-04-069-13/+13
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-0680-112/+111
|/
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-066-21/+37
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-026-21/+37