summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSv. Lockal <lockalsash@gmail.com>2025-01-06 10:36:45 +0000
committerSam James <sam@gentoo.org>2025-01-06 10:51:14 +0000
commitdfb9f3abb3175f118c256c2a3efe8bd30d904ec5 (patch)
treeebb71884b6eb4fa5bc566f25aca86245387d37ed /sci-libs
parentdev-libs/libfmt: Keyword 11.1.1 sparc, #947604 (diff)
downloadgentoo-dfb9f3abb3175f118c256c2a3efe8bd30d904ec5.tar.gz
gentoo-dfb9f3abb3175f118c256c2a3efe8bd30d904ec5.tar.bz2
gentoo-dfb9f3abb3175f118c256c2a3efe8bd30d904ec5.zip
sci-libs/rocBLAS: fix sed expression for -m16c removal
Closes: https://bugs.gentoo.org/947599 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40004 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild4
1 files 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
}