File reorganization with backward compatibility

SWDEV-291455 -  Binary , header files and libraries installed in bin,include and lib folder under /opt/rocm-ver
Prebuilt ras library with updated search path
cmake config files in lib/cmake/rdc
grpc,sp3,hsaco and private libraries installed in lib/rdc
config  installed in share/rdc
authentication and python_binding installed in libexec/rdc
Backward compatibility added for header files and libraries

Depends-On: I3f3d192935923f71737b3fe55ded536654a73dd7
Change-Id: Ia1a6cadc59034b155631a1ee5fdbe692d2a8a71b


[ROCm/rdc commit: 52a3463147]
这个提交包含在:
Ranjith Ramakrishnan
2022-06-22 18:48:38 -07:00
父节点 d8f996d16d
当前提交 3df8b88ca6
修改 13 个文件,包含 165 行新增42 行删除
+2 -2
查看文件
@@ -10,8 +10,8 @@ librdc = "librdc_bootstrap.so"
# Search librdc_bootstrap.so paths
current_folder = os.path.dirname(os.path.realpath(__file__))
rdc_paths = [ "", # without path
current_folder+"/../lib/", # package installation
current_folder+"/../lib64/", # package installation
current_folder+"/../../../lib/", # package installation
current_folder+"/../../../lib64/", # package installation
current_folder+"/../build/rdc_libs/" # build from source code
]