summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* DEP: deprecate exec_commandmattip2019-03-102-26/+28
* Merge pull request #13075 from rainwoodman/patch-2Charles Harris2019-03-031-4/+8
|\
| * Update environment.pyYu Feng2019-03-021-1/+2
| * Update numpy/distutils/fcompiler/environment.pyEric Wieser2019-03-021-1/+1
| * Changes suggested by eric-wieserYu Feng2019-03-021-8/+7
| * Convert fortran flags from environment variableYu Feng2019-03-021-2/+6
* | BUG: Remove our patched version of `distutils.split_quoted`, which was a work...Eric Wieser2019-03-021-60/+0
|/
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-015-101/+80
* BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)Eric Wieser2019-03-011-33/+22
* Merge pull request #12925 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-252-5/+9
|\
| * BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-242-5/+9
* | BUG: Fix regression in parsing of F90 and F77 environment variablesEric Wieser2019-02-241-4/+4
* | Merge pull request #13023 from eric-wieser/distutils-windows-splitCharles Harris2019-02-242-0/+170
|\ \ | |/
| * MAINT: Add functions to parse shell-strings in the platform-native wayEric Wieser2019-02-232-0/+170
* | Merge pull request #12831 from petronny/patch-1Matti Picus2019-02-221-1/+1
|\ \
| * | also match the stderr in get_version()Jingbei Li2019-01-231-1/+1
* | | Merge pull request #12894 from eric-wieser/distutils-broken-importMarten van Kerkwijk2019-02-031-1/+0
|\ \ \
| * | | MAINT: Removed unused and confusingly indirect imports from mingw32ccompilerEric Wieser2019-01-301-1/+0
* | | | 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
| |/ /
* | | Merge pull request #12892 from eric-wieser/distutils-debugCharles Harris2019-01-315-5/+11
|\ \ \
| * | | BUG: Do not double-quote arguments passed on to the linkerEric Wieser2019-01-305-5/+11
| |/ /
* | | BUG: fix to check before apply `shlex.split`OBATA Akio2019-01-221-5/+5
| |/ |/|
* | Merge pull request #12631 from acastanedam/f2py_pgiCharles Harris2019-01-191-1/+5
|\ \
| * | BUG: fix f2py problem to build wrappers using PGI's FortranArcesio Castaneda Medina2018-12-301-1/+5
* | | TST: suppress test warnings for appending flag behavior better.Ralf Gommers2018-12-271-3/+8
* | | MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-272-4/+47
|/ /
* | BUG: ensure new-lines in compiler error messages are actually printed to the ...Eric Wieser2018-12-092-6/+29
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-066-12/+10
* | Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-011-2/+2
|\ \