File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ headers = (
283
283
list(find_files('*', '${BOOST_INCLUDE_DIR}/boost')) + # boost
284
284
list(find_files('*', '${XXHASH_INSTALL_DIR}/include')) + # xxhash
285
285
list(find_files('*', '${PROTOBUF_INCLUDE_DIR}')) + # protobuf
286
+ list(find_files('*', '${DLPACK_INCLUDE_DIR}')) + # dlpack
286
287
list(find_files('*.h', '${THREADPOOL_INCLUDE_DIR}'))) # threadpool
287
288
288
289
@@ -329,6 +330,7 @@ class InstallHeaders(Command):
329
330
install_dir = re.sub('${THIRD_PARTY_PATH}', 'third_party', header)
330
331
install_dir = re.sub('src/extern_eigen3/', '', install_dir)
331
332
install_dir = re.sub('src/extern_boost/', '', install_dir)
333
+ install_dir = re.sub('src/extern_dlpack/', '', install_dir)
332
334
install_dir = os.path.join(self.install_dir, os.path.dirname(install_dir))
333
335
if not os.path.exists(install_dir):
334
336
self.mkpath(install_dir)
You can’t perform that action at this time.
0 commit comments