commit: 1d606e6db2981df0541da76f554142dab10058df Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Sat Jul 20 17:37:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 9 18:15:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d606e6d
sci-libs/rocSOLVER: strip unsupported flags for potentially switched compiler Bug: https://bugs.gentoo.org/936099 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/rocSOLVER/rocSOLVER-6.1.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-libs/rocSOLVER/rocSOLVER-6.1.1.ebuild b/sci-libs/rocSOLVER/rocSOLVER-6.1.1.ebuild index 4fe2bbbdaca1..c2fdccf5764b 100644 --- a/sci-libs/rocSOLVER/rocSOLVER-6.1.1.ebuild +++ b/sci-libs/rocSOLVER/rocSOLVER-6.1.1.ebuild @@ -32,6 +32,8 @@ BDEPEND="test? ( dev-cpp/gtest RESTRICT="!test? ( test )" src_configure() { + rocm_use_hipcc + local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON -DAMDGPU_TARGETS="$(get_amdgpu_flags)" @@ -43,7 +45,7 @@ src_configure() { -DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF) ) - CXX=hipcc cmake_src_configure + cmake_src_configure } src_test() {
