summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/environment.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Chain exception in ``distutils/fcompiler/environment.py``. (#16962)Noman Arshad2020-08-041-1/+4
| | | | | | Fixup exception chaining and more detailed exception message Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
| | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811)
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
| | | | | | | Inheriting from object was necessary for Python 2 compatibility to use new-style classes. In Python 3, this is unnecessary as there are no old-style classes. Dropping the object is more idiomatic Python.
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
| | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior.
* BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-201-8/+4
| | | | | | This is a follow-up to gh-7427. This can lead to hard to understand build failures, and we've warned that this change was coming for two releases.
* Update environment.pyYu Feng2019-03-021-1/+2
|
* Update numpy/distutils/fcompiler/environment.pyEric Wieser2019-03-021-1/+1
| | | Co-Authored-By: rainwoodman <rainwoodman@gmail.com>
* Changes suggested by eric-wieserYu Feng2019-03-021-8/+7
|
* Convert fortran flags from environment variableYu Feng2019-03-021-2/+6
| | | This PR fixes #13074.
* MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-271-2/+13
| | | | See gh-7427
* Simplify logicIsuru Fernando2018-07-081-11/+2
|
* convert env variable flags and fix LDSHAREDIsuru Fernando2018-07-081-2/+6
|
* Move distutils.environment.py to distutils.fcompilerIsuru Fernando2018-07-071-0/+82