summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Expand)AuthorAgeFilesLines
* Update __init__.pyThomas Green2021-12-291-2/+3
* Create arm.pyThomas Green2021-12-291-0/+73
* Update __init__.pyThomas Green2021-12-291-1/+1
* MAINT: correct linker flags for NAG Fortran compiler (#20010)Dima Pasechnik2021-10-011-3/+9
* split the line to please the linterDima Pasechnik2021-09-281-1/+2
* fix spacingDima Pasechnik2021-09-281-0/+2
* ENH: nagfor - get_flags_linker_so() on darwinDima Pasechnik2021-09-281-6/+2
* split the long lineDima Pasechnik2021-09-271-1/+2
* ENH: nagfor from NAG is available on DarwinDima Pasechnik2021-09-271-1/+1
* MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-1/+0
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-2/+2
* BLD: Tell fortran compiler Cygwin doesn't support rpath.DWesl2021-07-211-1/+1
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-2/+0
* STY: lint line lengthh61976272021-04-121-1/+2
* BLD: Negative zero handling with iforth61976272021-04-121-13/+2
* Strip extra newline when dumping gfortran version on MacOSKamil Choudhury2021-03-301-1/+2
* MAINT: Added Chain exceptions where appropriate (#18394)Abhay Raghuvanshi2021-03-182-4/+4
* BUG: NameError in numpy.distutils.fcompiler.compaqMichael Lamparski2021-03-031-2/+2
* BUG: Fix detecting Fortran 90+ source format.Pearu Peterson2021-01-181-1/+1
* MAINT: regex char class improveTyler Reddy2020-12-282-5/+5
* Merge pull request #17906 from fxcoudert/patch-1Ralf Gommers2020-12-121-1/+1
|\
| * Update gnu.pyFX Coudert2020-12-031-1/+1
* | BUG: Removed empty String from Nag Compiler's FlagsChristos Efstathiou2020-12-071-1/+1
|/
* ENH: add support for fujitsu compiler to numpy. (#17792)Tomoki, Karatsu2020-12-032-1/+47
* Merge pull request #17344 from danbeibei/masterCharles Harris2020-10-092-1/+56
|\
| * BUG: Fix indentation.Charles Harris2020-10-091-6/+6
| * Update numpy/distutils/fcompiler/nv.pydanbeibei2020-10-021-5/+8
| * ENH: Add comments about Nvidia HPC SDK and PGIDaniel Vanzo2020-09-221-0/+4
| * ENH: Add support for the NVIDIA HPC SDK fortran compilerDaniel Vanzo2020-09-222-1/+49
* | Merge pull request #17223 from mattip/setuptools1Charles Harris2020-09-041-1/+1
|\ \
| * | MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-1/+1
* | | MAINT: Remove users of `numpy.compat.open_latin1`Eric Wieser2020-08-311-32/+27
|/ /
* | MAINT: Remove _EXTRAFLAGS variable (#17050)jakobjakobson132020-08-121-10/+3
* | MAINT: Chain exception in ``distutils/fcompiler/environment.py``. (#16962)Noman Arshad2020-08-041-1/+4
* | ENH: Use f90 compiler specified in command line args for pgi compilers. Issue...Daniel Vanzo2020-07-281-1/+1
|/
* 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
* Merge pull request #15401 from eric-wieser/fix-distutils-quotingRalf Gommers2020-05-041-4/+4
|\
| * BUG: Flags should not contain spacesEric Wieser2020-01-231-4/+4
* | 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-064-4/+1
* | MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-60/+48
|/
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-2/+1
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-053-17/+10
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-053-17/+10
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0317-34/+0
|/
* BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-201-8/+4