spack/var/spack/repos/builtin/packages/hipblas/remove-hipblas-clients-file-installation.patch
afzpatel 92e0d42b64
update hipblas rocalution, rocsolver, rocsparse to new syntax (#40135)
* initial commit to update hipblas rocalution, rocsolver, rocsparse to new syntax
* add rocblas test changes and fixes for hipblas and rocsolver tests
* fix styling
* remove updates for rocblas
2023-11-28 12:49:07 -08:00

19 lines
616 B
Diff

diff --git a/clients/CMakeLists.txt b/clients/CMakeLists.txt
index 2ae1535..c956e00 100644
--- a/clients/CMakeLists.txt
+++ b/clients/CMakeLists.txt
@@ -134,13 +134,3 @@ add_custom_command( OUTPUT "${HIPBLAS_GENTEST}"
add_custom_target( hipblas-common DEPENDS "${HIPBLAS_COMMON}" "${HIPBLAS_TEMPLATE}" "${HIPBLAS_SMOKE}" "${HIPBLAS_GENTEST}" )
-rocm_install(
- FILES ${HIPBLAS_COMMON} ${HIPBLAS_TEMPLATE} ${HIPBLAS_SMOKE}
- DESTINATION "${CMAKE_INSTALL_BINDIR}"
- COMPONENT clients-common
-)
-rocm_install(
- PROGRAMS ${HIPBLAS_GENTEST}
- DESTINATION "${CMAKE_INSTALL_BINDIR}"
- COMPONENT clients-common
-)