mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[Build] Remove pre-CXX11 ABI logic from build script (#149888)
Only keep one in check_binary_symbols to make sure there are no pre-CXX11 ABI symbols in the library Pull Request resolved: https://github.com/pytorch/pytorch/pull/149888 Approved by: https://github.com/atalman, https://github.com/seemethere ghstack dependencies: #149887
This commit is contained in:
committed by
PyTorch MergeBot
parent
280e48739a
commit
5a7588f183
@ -189,7 +189,6 @@ class CMake:
|
||||
# Key: environment variable name. Value: Corresponding variable name to be passed to CMake. If you are
|
||||
# adding a new build option to this block: Consider making these two names identical and adding this option
|
||||
# in the block below.
|
||||
"_GLIBCXX_USE_CXX11_ABI": "GLIBCXX_USE_CXX11_ABI",
|
||||
"CUDNN_LIB_DIR": "CUDNN_LIBRARY",
|
||||
"USE_CUDA_STATIC_LINK": "CAFFE2_STATIC_LINK_CUDA",
|
||||
}
|
||||
|
Reference in New Issue
Block a user