commit: dfb9f3abb3175f118c256c2a3efe8bd30d904ec5 Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Mon Jan 6 10:36:45 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 10:51:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb9f3ab
sci-libs/rocBLAS: fix sed expression for -m16c removal Closes: https://bugs.gentoo.org/947599 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40004 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild index ec90a6d900ce..9f2bb6782d44 100644 --- a/sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,7 +59,7 @@ src_prepare() { sed -e "s:,-rpath=.*\":\":" -i clients/CMakeLists.txt || die # bug 944820: f16c instuctions cause SIGILL on pre-AVX512 CPUs - sed -i -e "s/-mf16c /" clients/benchmarks/CMakeLists.txt \ + sed -i -e "s/-mf16c //" clients/benchmarks/CMakeLists.txt \ clients/gtest/CMakeLists.txt clients/samples/CMakeLists.txt library/CMakeLists.txt || die }
