Unify flags and environmental variable when building LibTorch/PyTorch (#15868)
authorpeter <peterghost86@gmail.com>
Thu, 10 Jan 2019 14:44:37 +0000 (06:44 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 10 Jan 2019 14:47:14 +0000 (06:47 -0800)
commit0ed3f766e9eb803e8f37f728af9494d756aec9a7
treef6e42c221cb9ebc5021873c36061202fe9fc0fee
parent3d68f356390393565d7b24400492f5753ddcaedf
Unify flags and environmental variable when building LibTorch/PyTorch (#15868)

Summary:
Fixes #15858.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15868

Differential Revision: D13622354

Pulled By: soumith

fbshipit-source-id: bb8c49520ebf926c6194d42db75accba867018c7
setup.py
tools/build_libtorch.py
tools/setup_helpers/configure.py [new file with mode: 0644]
tools/setup_helpers/env.py