File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -269,21 +269,6 @@ def run(self):
269
269
if not os .path .exists (target_dir ):
270
270
os .makedirs (target_dir )
271
271
shutil .copy2 (source_dir , target_dir )
272
- # copy compoable kernel to the package directory
273
- CK_PREBUILD_ITEMS = [
274
- "3rdparty/composable_kernel" ,
275
- ]
276
- for item in CK_PREBUILD_ITEMS :
277
- source_dir = os .path .join (ROOT_DIR , item )
278
- target_dir = os .path .join (self .build_lib , PACKAGE_NAME , item )
279
- if os .path .isdir (source_dir ):
280
- self .mkpath (target_dir )
281
- distutils .dir_util .copy_tree (source_dir , target_dir )
282
- else :
283
- target_dir = os .path .dirname (target_dir )
284
- if not os .path .exists (target_dir ):
285
- os .makedirs (target_dir )
286
- shutil .copy2 (source_dir , target_dir )
287
272
288
273
# copy compoable kernel to the package directory
289
274
CONFIG_ITEMS = ["VERSION" , "README.md" , "LICENSE" ]
You can’t perform that action at this time.
0 commit comments