mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Verify that 'catch' submodule has been checked out before attempting build. (#5941)
This commit is contained in:
parent
2a02ec6537
commit
add04c56bf
1
setup.py
1
setup.py
|
|
@ -255,6 +255,7 @@ class build_deps(Command):
|
|||
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_file(os.path.join('aten', 'src', 'ATen', 'utils', 'catch', 'CMakeLists.txt'))
|
||||
|
||||
check_pydep('yaml', 'pyyaml')
|
||||
check_pydep('typing', 'typing')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user