mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 10:21:19 +00:00
22 lines
812 B
Diff
22 lines
812 B
Diff
--- a/library/CMakeLists.txt 2025-09-26 20:04:41.000000000 -0000
|
|
+++ b/library/CMakeLists.txt 2025-11-08 09:43:52.885950639 -0000
|
|
@@ -197,18 +197,8 @@
|
|
message( STATUS "\t==>CMAKE_SHARED_LINKER_FLAGS_RELEASE: ${CMAKE_SHARED_LINKER_FLAGS_RELEASE}" )
|
|
endif( )
|
|
|
|
-find_package(Git REQUIRED)
|
|
-
|
|
-# Get the git hash of the rocBLAS branch
|
|
-execute_process(
|
|
- COMMAND "${GIT_EXECUTABLE}" log -1 --format=%H . # was rev-parse HEAD
|
|
- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} # top rocBLAS directory
|
|
- OUTPUT_VARIABLE GIT_HASH_ROCBLAS
|
|
- OUTPUT_STRIP_TRAILING_WHITESPACE
|
|
- )
|
|
-
|
|
#set the rocBLAS commit hash
|
|
-set(rocblas_VERSION_COMMIT_ID "${GIT_HASH_ROCBLAS}")
|
|
+set(rocblas_VERSION_COMMIT_ID "")
|
|
|
|
#set the Tensile commit hash
|
|
set(tensile_VERSION_COMMIT_ID "${tensile_tag}")
|