commit: 9e9ffc708c92eb132adee6dd6ba05f8e6fd1fa79
Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 17 17:03:54 2025 +0000
Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Mon Nov 17 17:03:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9ffc70
sci-libs/rocBLAS: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>
sci-libs/rocBLAS/files/rocBLAS-7.0.1-find-cblas.patch | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/sci-libs/rocBLAS/files/rocBLAS-7.0.1-find-cblas.patch
b/sci-libs/rocBLAS/files/rocBLAS-7.0.1-find-cblas.patch
deleted file mode 100644
index 2943699dac9d..000000000000
--- a/sci-libs/rocBLAS/files/rocBLAS-7.0.1-find-cblas.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix for "undefined symbol: cblas_..." with USE="benchmark" and FEATURES="test"
---- a/clients/CMakeLists.txt
-+++ b/clients/CMakeLists.txt
-@@ -177,8 +177,9 @@ if( BUILD_CLIENTS_BENCHMARKS OR BUILD_CLIENTS_TESTS)
- endif()
- endif()
- else()
-- find_package( BLAS REQUIRED )
-- set( BLAS_LIBRARY "${BLAS_LIBRARIES}" )
-+ find_package( CBLAS CONFIG REQUIRED )
-+ set( BLAS_LIBRARY "${CBLAS_LIBRARIES}" )
-+ set( BLAS_INCLUDE_DIR "${CBLAS_INCLUDE_DIRS}" )
- endif()
- else() # WIN32
- file(TO_CMAKE_PATH "C:/Program\
Files/AMD/AOCL-Windows/amd-blis/lib/ILP64/AOCL-LibBlis-Win-MT.lib"
AOCL_BLAS_LIBRARY)