Skip to content

Commit

Permalink
Removing rocprofv3.sh and rocprofv3 install path to sbin (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgopesh authored Oct 22, 2024
1 parent 2288114 commit bfe80a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 291 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ Full documentation for ROCprofiler-SDK is available at [Click Here](source/docs/

### Removed
- Removed gfx8 metric definitions.
- Removed rocprofv3 installation to sbin directory.
20 changes: 0 additions & 20 deletions source/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,3 @@ install(
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ
WORLD_EXECUTE
COMPONENT tools)

configure_file(rocprofv3.py ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_SBINDIR}/rocprofv3.py
COPYONLY)

install(
FILES ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_SBINDIR}/rocprofv3.py
DESTINATION ${CMAKE_INSTALL_SBINDIR}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ
WORLD_EXECUTE
COMPONENT tools)

configure_file(rocprofv3.sh ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_SBINDIR}/rocprofv3.sh
COPYONLY)

install(
FILES ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_SBINDIR}/rocprofv3.sh
DESTINATION ${CMAKE_INSTALL_SBINDIR}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ
WORLD_EXECUTE
COMPONENT tools)
271 changes: 0 additions & 271 deletions source/bin/rocprofv3.sh

This file was deleted.

0 comments on commit bfe80a4

Please sign in to comment.