commit:     d361473968190ec6fe1345a53746d6e400a55a2c
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Oct 17 09:32:29 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 14:31:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3614739

sci-libs/hipSOLVER: drop unused patches

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44218
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/hipSOLVER-6.1.1-find-cholmod.patch       | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/sci-libs/hipSOLVER/files/hipSOLVER-6.1.1-find-cholmod.patch 
b/sci-libs/hipSOLVER/files/hipSOLVER-6.1.1-find-cholmod.patch
deleted file mode 100644
index da43f4ff116b..000000000000
--- a/sci-libs/hipSOLVER/files/hipSOLVER-6.1.1-find-cholmod.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-cholmod.h is in /usr/include in Gentoo, use pkg-config to find it
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -221,11 +221,9 @@ if( NOT USE_CUDA )
-   if( BUILD_WITH_SPARSE )
-     list(APPEND hipsolver_pkgdeps "rocsparse >= 2.3.0")
- 
--    if( SYSTEM_OS STREQUAL "centos" OR SYSTEM_OS STREQUAL "rhel" )
--      list(APPEND hipsolver_pkgdeps "suitesparse")
--    else()
--      list(APPEND hipsolver_pkgdeps "libcholmod3" "libsuitesparseconfig5")
--    endif()
-+    find_package(PkgConfig REQUIRED)
-+    pkg_check_modules(CHOLMOD REQUIRED IMPORTED_TARGET cholmod)
-+    target_link_libraries(hipsolver-common INTERFACE PkgConfig::CHOLMOD)
-   endif( )
- 
-   rocm_package_add_dependencies(DEPENDS ${hipsolver_pkgdeps})
---- a/library/src/amd_detail/hipsolver_sparse.cpp
-+++ b/library/src/amd_detail/hipsolver_sparse.cpp
-@@ -45,7 +45,7 @@
- 
- #ifdef HAVE_ROCSPARSE
- #include <rocsparse/rocsparse.h>
--#include <suitesparse/cholmod.h>
-+#include <cholmod.h>
- #endif
- 
- #undef TRUE

Reply via email to