SWDEV-344894 - Remove work around code
The workaround for file-reorg in opencl is not required with changes in build script.
Similar workaround code in atmi is causing installation error in spack atmi and fixed by build scripts changes and removing the workaround
Depends-On: I2c79675ec05e1e7de2baa0a21033939f0eadac3d
Change-Id: I9b5640a7b284f1df6b3127938c51da24ce60b69e
[ROCm/clr commit: a06eda1f73]
This commit is contained in:
@@ -81,12 +81,6 @@ if(NOT DEFINED ROCM_PATH)
|
||||
string(REPLACE "/opencl" "" ROCM_PATH ${CPACK_PACKAGING_INSTALL_PREFIX})
|
||||
endif()
|
||||
message (STATUS "ROCM Installation path(ROCM_PATH): ${ROCM_PATH}")
|
||||
#TODO: Once build script changes are in , the string replace statement can be removed
|
||||
if(FILE_REORG_BACKWARD_COMPATIBILITY)
|
||||
if(CPACK_PACKAGING_INSTALL_PREFIX)
|
||||
string(REPLACE "/opencl" "" CPACK_PACKAGING_INSTALL_PREFIX ${CPACK_PACKAGING_INSTALL_PREFIX})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#Package: rocm-opencl,rocm-opencl-dev/devel,rocm-ocl-icd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user