mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Check that new cpuinfo and tbb submodules exist (#5714)
This commit is contained in:
3
setup.py
3
setup.py
@ -252,7 +252,8 @@ class build_deps(Command):
|
||||
sys.exit(1)
|
||||
check_file(os.path.join(lib_path, "gloo", "CMakeLists.txt"))
|
||||
check_file(os.path.join(lib_path, "nanopb", "CMakeLists.txt"))
|
||||
check_file(os.path.join(lib_path, "pybind11", "CMakeLists.txt"))
|
||||
check_file(os.path.join('aten', 'src', 'ATen', 'cpu', 'cpuinfo', 'CMakeLists.txt'))
|
||||
check_file(os.path.join('aten', 'src', 'ATen', 'cpu', 'tbb', 'tbb_remote', 'Makefile'))
|
||||
|
||||
check_pydep('yaml', 'pyyaml')
|
||||
check_pydep('typing', 'typing')
|
||||
|
Reference in New Issue
Block a user