summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Expand)AuthorAgeFilesLines
* BUG: NameError in numpy.distutils.fcompiler.compaqMichael Lamparski2021-03-141-2/+2
* BUG: Fix detecting Fortran 90+ source format.Pearu Peterson2021-02-061-1/+1
* Update gnu.pyFX Coudert2020-12-171-1/+1
* ENH: add support for fujitsu compiler to numpy. (#17792)Tomoki, Karatsu2020-12-042-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
* Fixing failure on Python 2.7 on Windows 7Oleksandr Pavlyk2019-07-091-1/+1
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-2/+2
* MAINT: fix typo in 'self'Eric Wieser2019-04-111-1/+1
* 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
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-011-9/+8
* BUG: Fix regression in parsing of F90 and F77 environment variablesEric Wieser2019-02-241-4/+4
* 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
* | | MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-271-2/+13
|/ /
* | gfortran needs -lpthread & -maix64(64 build) in AIXAyappan P2018-11-191-0/+6
|/
* Merge pull request #11898 from tylerjereddy/rm_exec_command_2Charles Harris2018-11-141-5/+16
|\
| * MAINT: remove exec_command usage from ccompiler.pyTyler Reddy2018-10-311-5/+16
* | MAINT: update gfortran RPATH for AIX/Windows non-support.Ralf Gommers2018-11-101-0/+4
|/
* MAINT: remove unused stdlib importsEmil Hessman2018-09-302-4/+0
* MAINT: remove exec_command usage in ibm.py (#11901)Tyler Reddy2018-09-151-4/+9