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
This commit is contained in:
Ranjith Ramakrishnan
2022-06-22 18:48:38 -07:00
parent 23ac479cbd
commit 52a3463147
13 changed files with 165 additions and 42 deletions
+2 -2
View File
@@ -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
]