summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* BUG: blas_info should record include_dirsBenda Xu2017-02-151-0/+2
* BUG: do not link to Accelerate if OpenBLAS, MKL or BLIS are found.Ralf Gommers2016-11-241-2/+4
* MAINT: change path to env in distutils.system_info. Closes gh-8195.Ralf Gommers2016-10-221-7/+5
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-13/+13
* MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-021-5/+6
* Fixed MKL detection for recent versions of this library.Xavier Abellan Ecija2016-08-051-19/+3
* BLD: preserve library orderMike Nolta2016-06-251-45/+35
* Change mkl_info.dir_env_var from MKL to MKLROOTRay Donnelly2016-06-101-1/+1
* BLD: correct C compiler customization in system_info.py Closes gh-7606.Ralf Gommers2016-05-141-3/+5
* BLD: fix configparser.InterpolationSyntaxErrorSorin Sbarnea2016-04-281-2/+8
* Merge pull request #7294 from rgommers/blis-supportNathaniel J. Smith2016-03-011-14/+55
|\
| * ENH: add support for BLIS to numpy.distutilsRalf Gommers2016-02-201-14/+55
* | DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* | Merge pull request #7232 from rmalouf/mklRalf Gommers2016-02-221-5/+5
|\ \ | |/ |/|
| * BLD: Switch order of test for lapack_mkl and openblas_lapackRob Malouf2016-02-111-5/+5
* | 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