Check that new cpuinfo and tbb submodules exist (#5714)

This commit is contained in:
Sam Gross
2018-03-12 15:44:10 -04:00
committed by GitHub
parent 4007dd76e2
commit 1a23c9901d

View File

@ -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')