diff options
author | 2021-09-24 10:12:30 -0700 | |
---|---|---|
committer | 2021-09-24 10:12:30 -0700 | |
commit | 82c89ef36c2050a60e9978e6cb7a541b20e13109 (patch) | |
tree | 5d9ec09d393b9cca287e3c9572917930b90605a8 /Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp | |
parent | e1c1c8bac405069440bfa393dfb7197a6be3ffbc (diff) | |
download | WarpX-82c89ef36c2050a60e9978e6cb7a541b20e13109.tar.gz WarpX-82c89ef36c2050a60e9978e6cb7a541b20e13109.tar.zst WarpX-82c89ef36c2050a60e9978e6cb7a541b20e13109.zip |
Python Install Env Vars: All CAPS (#2317)
* Python Install Env Vars: All CAPS
On Windows, environment variable names are case insensitive and often
mapped to all CAPS spelling.
- https://stackoverflow.com/questions/7797269/python-environment-case-senstivity-os-environ
- https://en.wikipedia.org/wiki/Environment_variable#Syntax
This leads to an inconsistency between Unix and Windows like systems
if we use case sensitive environment variable names for install
control in Python.
Luckily, it is quite common to use all-CAPS variables in UNIX for
environment controls as well, so we will make a breaking change to
unify on that. Existing usage will see a warning of an unused
variable with `python3 -m pip install -v .`
* setup.py: Caps Python Vars from Env
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp')
0 files changed, 0 insertions, 0 deletions