已合并
fix: 解决path.cfg不正交的问题 #3761
yelongjian创建于 6月29日
fix: 解决path.cfg不正交的问题 #3761
已合并
yelongjian创建于 6月29日
4 个文件变更+0-10
@@ -60,18 +60,11 @@ function(install_public_packages components)
60 ${COMMON_FILES}60 ${COMMON_FILES}
61 ${CANN_CMAKE_DIR}/scripts/install/multi_version.inc61 ${CANN_CMAKE_DIR}/scripts/install/multi_version.inc
62 )62 )
63- set(CONF_FILES
64- ${CANN_CMAKE_DIR}/scripts/package/cfg/path.cfg
65- )
66 install(FILES ${CMAKE_BINARY_DIR}/version.${components}.info63 install(FILES ${CMAKE_BINARY_DIR}/version.${components}.info
67 DESTINATION share/info/${components}64 DESTINATION share/info/${components}
68 RENAME version.info65 RENAME version.info
69 COMPONENT ${components}66 COMPONENT ${components}
70 )67 )
71- install(FILES ${CONF_FILES}
72- DESTINATION ${ARCH_LINUX_PATH}/conf
73- COMPONENT ${components}
74- )
75 install(FILES ${PACKAGE_FILES}68 install(FILES ${PACKAGE_FILES}
76 DESTINATION share/info/${components}/script69 DESTINATION share/info/${components}/script
77 COMPONENT ${components}70 COMPONENT ${components}
@@ -27,7 +27,6 @@
27 </file_info>27 </file_info>
28 <block_info dependtree="false" dst_path="$(TARGET_ENV)" block_conf_path="ascend">28 <block_info dependtree="false" dst_path="$(TARGET_ENV)" block_conf_path="ascend">
29 <block name="EngineeringCommon"/>29 <block name="EngineeringCommon"/>
30- <block name="EngineeringFiles"/>
31 <block name="DflowExecutorSo"/>30 <block name="DflowExecutorSo"/>
32 <block name="DflowExecutorInc"/>31 <block name="DflowExecutorInc"/>
33 <block name="DflowExecutorBin"/>32 <block name="DflowExecutorBin"/>
@@ -27,7 +27,6 @@
27 </file_info>27 </file_info>
28 <block_info dependtree="false" dst_path="$(TARGET_ENV)" block_conf_path="ascend">28 <block_info dependtree="false" dst_path="$(TARGET_ENV)" block_conf_path="ascend">
29 <block name="EngineeringCommon"/>29 <block name="EngineeringCommon"/>
30- <block name="EngineeringFiles"/>
31 <block name="DevlibCommon"/>30 <block name="DevlibCommon"/>
32 <block name="GeCompilerSo"/>31 <block name="GeCompilerSo"/>
33 <block name="GeCompilerInc"/>32 <block name="GeCompilerInc"/>
@@ -27,7 +27,6 @@
27 </file_info>27 </file_info>
28 <block_info dependtree="false" dst_path="$(TARGET_ENV)" block_conf_path="ascend">28 <block_info dependtree="false" dst_path="$(TARGET_ENV)" block_conf_path="ascend">
29 <block name="EngineeringCommon"/>29 <block name="EngineeringCommon"/>
30- <block name="EngineeringFiles"/>
31 <block name="DevlibCommon"/>30 <block name="DevlibCommon"/>
32 <block name="GeExecutorSo"/>31 <block name="GeExecutorSo"/>
33 <block name="GeExecutorInc"/>32 <block name="GeExecutorInc"/>