commit: c3ee5ea9cbc829835e6f9248f3cd185d65afcb9a Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Sun Jun 22 15:09:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 07:14:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ee5ea9
sci-libs/hipBLASLt: improve flag filtration Bug: https://bugs.gentoo.org/957893 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42691 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/hipBLASLt/hipBLASLt-6.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/hipBLASLt/hipBLASLt-6.4.1.ebuild b/sci-libs/hipBLASLt/hipBLASLt-6.4.1.ebuild index 34d0ae2abde6..b5d21c519d4f 100644 --- a/sci-libs/hipBLASLt/hipBLASLt-6.4.1.ebuild +++ b/sci-libs/hipBLASLt/hipBLASLt-6.4.1.ebuild @@ -33,6 +33,7 @@ DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} dev-build/rocm-cmake + dev-util/hipcc sci-libs/hipBLAS-common:${SLOT} $(python_gen_any_dep ' dev-python/msgpack[${PYTHON_USEDEP}] @@ -99,8 +100,7 @@ src_prepare() { } src_configure() { - export CC="$(get_llvm_prefix)/bin/clang" CXX="$(get_llvm_prefix)/bin/clang++" - strip-unsupported-flags + rocm_use_clang # too many warnings append-cxxflags -Wno-explicit-specialization-storage-class
