summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14634 from dstansby/extension-docRalf Gommers2019-10-121-1/+17
|\
| * Add Extension to docsDavid Stansby2019-10-031-1/+17
* | BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-4/+4
|/
* Merge pull request #14573 from rgommers/remove-info-filesMatti Picus2019-09-253-14/+21
|\
| * MAINT: remove outdated `numpy/distutils/__version__.py` fileRalf Gommers2019-09-222-7/+0
| * DOC: add a numpy.distutils module docstring, remove info.py fileRalf Gommers2019-09-222-7/+21
* | BUILD, DOC: fix 14518, add release notemattip2019-09-221-1/+1
|/
* BUILD: add warn-error option to turn compiler warnings into errors (-Werror)mattip2019-09-203-3/+29
* MAINT: move the option to build_src, simplifies logicmattip2019-09-202-7/+6
* BUG: fixes from reviewmattip2019-09-201-2/+3
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-206-22/+32
* DOC,BUG: remove section header, add redundant text to leave a blank linemattip2019-09-161-2/+0
* ENH: Allow NPY_PKG_CONFIG_PATH environment variable overrideEsben Haabendal2019-09-131-1/+51
* MAINT: distutils: Add newline at the end of printed warnings.Warren Weckesser2019-09-111-1/+1
* Use *sys.version_info[:2]Hugo2019-08-262-2/+2
* BUG: Fix for Python 3.10Hugo2019-08-262-2/+2
* BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-202-42/+4
* 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
* Fixing failure on Python 2.7 on Windows 7Oleksandr Pavlyk2019-07-091-1/+1
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-025-22/+22
* MAINT: fix 'in' -> 'is' typoThomas A Caswell2019-06-141-1/+1
* MAINT: Use textwrap.dedent for multiline stringsEric Wieser2019-06-125-218/+230
* MAINT: Use a with statement instead of try / finallyEric Wieser2019-06-041-20/+15
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-2/+2
* BUG: setup.py install --skip-build failsmattip2019-05-261-0/+3
* 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 #13499 from Bharat123rox/file-closingEric Wieser2019-05-123-30/+32
|\ \ | |/ |/|
| * Revert contextlib changesBharat123rox2019-05-082-15/+8
| * Add missing importsBharat123rox2019-05-082-0/+3
| * Add code review suggestions from @eric-wieserBharat123rox2019-05-083-36/+38
| * Fixed possible regressionsBharat123rox2019-05-082-0/+4
| * Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-073-58/+58
* | 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-302-27/+94
| |/ |/|
* | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-192-0/+26
* | MAINT: fix typo in 'self'Eric Wieser2019-04-111-1/+1
* | 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-173-8/+7
* if neither libcblas or libblas is linkable, it consider libcblas is inexiste...Haoyu Sun2019-03-151-0/+2