summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Allow site.cfg information with libraries keyNick Papior2016-01-171-1/+4
* BUG: skip invalid path distutils warning for empty stringsJulian Taylor2016-01-131-1/+1
* MAINT: Remove commented out code blocksgfyoung2015-12-201-30/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* BUG: link cblas library if cblas is detectedAllan Haldane2015-12-041-11/+38
* BUG: Readd fallback CBLAS detection on linux.Charles Harris2015-11-251-1/+29
* MAINT: Dictionary litteralRémy Léone2015-11-071-9/+7
* BLD: mingwpy fixescarlkl2015-09-241-18/+0
* Merge pull request #6243 from dzagorny/intel-distutils-fixesCharles Harris2015-09-221-2/+2
|\
| * MSVCCompiler overwrite 'lib' and 'include' environment variables. ThisDmitry Zagorny2015-09-151-2/+2
* | ENH: enabled extra_link_args in OpenBLAS segmentNick Papior2015-09-171-2/+13
|/
* BLD: Remove fallback CBLAS detection looking for cblas.h.Charles Harris2015-08-081-26/+1
* Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-241-1/+47
|\
| * BUG: Had thought the defaults where made of lists, it is simply a str.Nick Papior Andersen2015-02-261-3/+3
| * ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-261-1/+6
| * BUG: PEP correctionsNick Papior Andersen2015-02-251-3/+3
| * BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-251-2/+2
| * BLD, ENH: Reading of extra flags from site.cfg to extend flexibilityNick Papior Andersen2015-02-231-3/+44
* | BLD: Improve mingw-w64 detection of check_embedded_lapack.carlkl2015-02-271-0/+17
|/
* Merge pull request #5364 from charris/detect_atlas_3_10Charles Harris2014-12-241-3/+80
|\
| * ENH: Add support for ATLAS > 3.9.33.Charles Harris2014-12-241-3/+80
* | BLD: check for CBLAS header in "unoptimized" blasJulian Taylor2014-09-041-1/+25
* | ENH: Add 'HAVE_CBLAS' macro for build purposes.Charles Harris2014-09-041-6/+11
|/
* 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
* ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-02-271-6/+5
* BUG: get_info('openblas') does not read libraries keyJulian Taylor2014-02-211-2/+4
* 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
* Fix platform detection for intel platform where get_platform() returns a stri...Alex Barth2013-09-281-0/+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-181-1/+1
* BLD: fix setuptools-specific easy_install issue. Closes gh-3160.Ralf Gommers2013-05-191-2/+4
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-071-1/+1
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* | 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-061-1/+1
|/
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-0/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+1
* MAINT: Get rid of a ResourceWarning.Charles Harris2013-03-031-1/+6
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* REF: Replace filters with list comprehensions.Charles Harris2013-02-281-3/+3
* 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-3/+3
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* FIX: Add multiarch paths to the distutils' onesOndřej Čertík2012-12-131-0/+13
* add platform specific python include directories to search pathsJulian Taylor2012-12-051-2/+8
* Fix numpy.distutils to find atlas BLAS on UbuntuNathaniel J. Smith2012-05-201-3/+10