We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c125a9b + 764b205 commit 6e36e9dCopy full SHA for 6e36e9d
CMakeLists.txt
@@ -354,6 +354,9 @@ endif( )
354
355
set( CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" )
356
357
+# work around code object stripping failure if using /usr/bin/strip
358
+set( CPACK_RPM_SPEC_MORE_DEFINE "%define __strip ${rocm_bin}/../llvm/bin/llvm-strip")
359
+
360
# Give rocblas compiled for CUDA backend a different name
361
if( CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
362
set( package_name rocblas )
0 commit comments