summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: remove exec_command from gnu.pyTyler Reddy2018-09-101-9/+22
* Simplify logicIsuru Fernando2018-07-081-11/+2
* convert env variable flags and fix LDSHAREDIsuru Fernando2018-07-082-3/+7
* Move distutils.environment.py to distutils.fcompilerIsuru Fernando2018-07-072-1/+84
* Append *FLAGS instead of overridingIsuru Fernando2018-07-071-30/+30
* ENH: disutils: add the flang compilerxoviat2017-11-222-20/+102
* MAINT: simplify logic from #9983Kristofor Maynard2017-11-121-8/+6
* Merge pull request #9977 from xoviat/squashedCharles Harris2017-11-0915-62/+32
|\
| * MAINT: distutils: trivial cleanupsxoviat2017-11-0615-62/+32
* | ENH: let f2py discover location of libgfortranKristofor Maynard2017-11-071-0/+27
|/
* ENH: Added compatability for the NAG Fortran compiler, nagforAndrew Lawson2017-10-192-10/+50
* 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-022-65/+118