Add an option to install into a given install prefix. This allows
you to avoid building / installing debian packages in case you
want to build / install into a path without sudo access.
If these changes look good I can update the remaining libraries
and modules too.
Summary of proposed changes:
use the recommended cmake --build build --target package targets
Allow for install into $ROCM_INSTALL_DIR without sudo access or deb files
Verified to build build up to 18.hip.sh with and without --cmake-install and can add the rest once this change is in.
Add an option to install into a given install prefix. This allows you to avoid building / installing debian packages in case you want to build / install into a path without sudo access.
If these changes look good I can update the remaining libraries and modules too.
Summary of proposed changes:
cmake --build build --target package
targets$ROCM_INSTALL_DIR
without sudo access or deb files--cmake-install
and can add the rest once this change is in.