summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/gnu.py
Commit message (Expand)AuthorAgeFilesLines
* DEV: supporting IBM i systemGavinZhang2022-08-141-2/+2
* BUG: Use `Popen` to silently invoke f77 -vMichael Osthege2022-07-091-1/+7
* Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-141-1/+1
* MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-1/+0
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* BLD: Tell fortran compiler Cygwin doesn't support rpath.DWesl2021-07-211-1/+1
* Strip extra newline when dumping gfortran version on MacOSKamil Choudhury2021-03-301-1/+2
* Update gnu.pyFX Coudert2020-12-031-1/+1
* MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-1/+1
* MAINT: Remove _EXTRAFLAGS variable (#17050)jakobjakobson132020-08-121-10/+3
* BLD, ENH: Add RPATH support for AIX (#16710)EGuesnet2020-07-071-4/+9
* BUG: gcc >= 10: correctly compare major versionMichael Hirsch2020-06-021-1/+2
* ENH: update default MACOSX_DEPLOYMENT_TARGET to 10.9 (from review)mattip2020-04-081-4/+3
* ENH: use sysconfig instead of probing Makefilemattip2020-04-071-16/+8
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-2/+1
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-3/+2
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-3/+2
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* Merge pull request #12892 from eric-wieser/distutils-debugCharles Harris2019-01-311-1/+4
|\
| * BUG: Do not double-quote arguments passed on to the linkerEric Wieser2019-01-301-1/+4
* | gfortran needs -lpthread & -maix64(64 build) in AIXAyappan P2018-11-191-0/+6
|/
* MAINT: update gfortran RPATH for AIX/Windows non-support.Ralf Gommers2018-11-101-0/+4
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
* MAINT: remove exec_command from gnu.pyTyler Reddy2018-09-101-9/+22
* MAINT: simplify logic from #9983Kristofor Maynard2017-11-121-8/+6
* Merge pull request #9977 from xoviat/squashedCharles Harris2017-11-091-9/+4
|\
| * MAINT: distutils: trivial cleanupsxoviat2017-11-061-9/+4
* | ENH: let f2py discover location of libgfortranKristofor Maynard2017-11-071-0/+27
|/
* BUG: adjust gfortran version search regexJonathan Helmus2017-09-201-1/+2
* distutils: gnu: revert :art:xoviat2017-09-021-8/+8
* distutils: gnu: cleanupxoviat2017-09-021-3/+0
* distutils: gnu: revert :art:xoviat2017-09-021-13/+11
* distutils: gnu: hash files + chained dllsxoviat2017-09-021-1/+1
* distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen2017-09-021-65/+86
* distutils: gnu: patch fcompilexoviat2017-09-021-53/+156
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* BUG: distutils: fix issue with rpath in fcompiler/gnu.pyRalf Gommers2016-10-021-1/+3
* BUG: Fix fid.close() to use os.close(fid)Sebastian Berg2016-09-041-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-021-0/+1
* ENH: Support for python runtime with no Makefile, like PyPymattip2016-07-181-2/+7
* BUG: Fixed mingw.lib errorgfyoung2016-01-251-1/+1
* Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris2015-10-201-22/+10
* Revert "Merge pull request #6354 from mingwpy/mingwpy"Charles Harris2015-10-201-7/+6
* BLD: mingwpy fixescarlkl2015-09-241-6/+7
* BUG: fix typo which fused two compile flags on Windows for GFortran.Ralf Gommers2015-08-201-1/+1
* BLD: distutils: more robust gfortran version checking. Closes gh-5768.Ralf Gommers2015-04-191-14/+33
* Merge pull request #5644 from rgommers/fix-gfortran-version-checkCharles Harris2015-03-081-0/+4
|\
| * MAINT: distutils: fix gfortran version check when gfortran emits warnings.Ralf Gommers2015-03-071-0/+4