Skip to content

Commit

Permalink
sci-libs/rocBLAS: fix sed expression for -m16c removal
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/947599
Signed-off-by: Sv. Lockal <[email protected]>
Closes: gentoo#40004
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
AngryLoki authored and thesamesam committed Jan 6, 2025
1 parent 03e2cf1 commit dfb9f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit dfb9f3a

Please sign in to comment.