pytorch
0d610b48 - Remove the support of build options like NO_*, WITH_* (#32447)

Commit
4 years ago
Remove the support of build options like NO_*, WITH_* (#32447) Summary: We will now use USE_*, BUILD_* consistently. The backward compatibility for NO_* and WITH_* is hereby removed in this commit, as promised in the comment (next release is beyond Feb 20): # Before we run the setup_helpers, let's look for NO_* and WITH_* variables and hotpatch environment with the USE_* # equivalent The use of NO_* and WITH_* is deprecated and will be removed in Feb 20, 2020. Pull Request resolved: https://github.com/pytorch/pytorch/pull/32447 Differential Revision: D19515536 Pulled By: ezyang fbshipit-source-id: 2f2c51e6d4674af690b190a1f0397b8f596b6a15
Author
Parents
Loading