summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
Commit message (Expand)AuthorAgeFilesLines
...
* DOC: update or remove outdated sourceforge linksmattip2019-08-081-1/+1
* MAINT: Remove unreachable `break` from `get_cblas_libs` (#14022)Disconnect3d2019-07-151-2/+0
* MAINT: Use textwrap.dedent for multiline stringsEric Wieser2019-06-121-41/+45
* MAINT: Use a with statement instead of try / finallyEric Wieser2019-06-041-20/+15
* Merge pull request #13158 from zerothi/linalg-flameRalf Gommers2019-05-241-1/+93
|\
| * MAINT: amended fixes suggested in #13158Nick Papior2019-05-231-3/+0
| * BLD: added libflame as a useable lapack libraryNick Papior2019-05-071-1/+96
* | BUG: distutils/system_info.py fix missing subprocess import (#13523)denniszollo2019-05-191-2/+3
|/
* Merge pull request #13132 from zerothi/linalg-orderRalf Gommers2019-05-011-107/+194
|\
| * MAINT: fixed several PYTHONOPTIMIZE=2 failuresNick Papior2019-04-301-10/+10
| * BUG: fixed PYTHONOPTIMIZE runNick Papior2019-04-291-1/+1
| * MAINT: fixed last issues and questions according to #13132Nick Papior2019-04-291-9/+13
| * BUG: fixed lapack_lite sourcesNick Papior2019-03-181-5/+7
| * BUG: ensured that warnings/errors are raised when nothing is requestedNick Papior2019-03-181-7/+19
| * ENH: amended documentation and changed env-vars as suggestedNick Papior2019-03-181-19/+16
| * ENH: allowed external users to select BLAS and LAPACK library link orderNick Papior2019-03-181-110/+182
* | BLD: streamlined library names in site.cfg sections (#13157)Nick R. Papior2019-04-301-25/+72
* | BLD: streamlined CBLAS linkage tries, default to try libraries *as-is*Nick Papior2019-04-101-20/+40
|/
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-4/+3
* if neither libcblas or libblas is linkable, it consider libcblas is inexiste...Haoyu Sun2019-03-151-0/+2
* Merge pull request #12925 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-251-1/+3
|\
| * BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-241-1/+3
* | Merge pull request #12895 from eric-wieser/distutils-extra-quotes-againCharles Harris2019-01-311-4/+15
|\ \ | |/
| * BUG: Do not insert extra double quote into preprocessor macrosEric Wieser2019-01-301-4/+15
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-5/+6
|/
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
* MAINT: remove exec_command from system_info.pyTyler Reddy2018-09-101-3/+8
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* MAINT: distutils.system_info: handle Accelerate like any other libraryPauli Virtanen2018-05-081-70/+61
* Add missing underscore to prototype in check_embedded_lapackMalcolm Smith2018-04-161-1/+1
* BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee2018-03-041-8/+12
* BUG: distutils: prefix library namexoviat2017-12-171-0/+2
* ENH: distutils: improve windows autoconfigurationxoviat2017-11-221-11/+40
* MAINT: distutils: trivial cleanupsxoviat2017-11-061-8/+5
* MAINT: make vcpkg include directories more clearxoviat2017-10-141-3/+13
* BLD: distutils: auto-find vcpkg include and library directoriesxoviat2017-10-111-0/+18
* distutils: system_info: fixupxoviat2017-09-021-2/+2
* distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen2017-09-021-65/+55
* distutils: gnu: patch fcompilexoviat2017-09-021-0/+65
* 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