summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-1/+1
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* | MAINT Fix broken links in absoft.pyChristian Veenhuis2023-03-241-2/+2
* | BUG: fix broken numpy.distutils Fortran handlingRalf Gommers2023-01-221-2/+6
* | MAINT: `f2py` cleanup (#22885)Rohit Goswami2023-01-161-1/+2
|/
* DEV: supporting IBM i systemGavinZhang2022-08-142-2/+8
* remove unneeded future importsJake Bowhay2022-07-171-2/+0
* BUG: Use `Popen` to silently invoke f77 -vMichael Osthege2022-07-091-1/+7
* shorten linei-shenl2022-06-081-2/+2
* Enable fortran preprocessing on Windowsi-shenl2022-06-081-1/+2
* Merge pull request #20416 from ARCCA/armcompilerMatti Picus2021-12-242-2/+76
|\
| * Update __init__.pyThomas Green2021-12-021-2/+3
| * Create arm.pyThomas Green2021-11-161-0/+73
| * Update __init__.pyThomas Green2021-11-161-1/+1
* | Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-141-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