commit: f05587ddb3e67ce7a90186b48e47d7daaf888304
Author: Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Sun Jan 12 13:35:35 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 13:59:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05587dd
sci-libs/hipBLASLt: Fix double prefix on Gentoo Prefix
Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/hipBLASLt/Manifest | 1 +
sci-libs/hipBLASLt/hipBLASLt-6.1.1-r1.ebuild | 6 +++---
sci-libs/hipBLASLt/hipBLASLt-6.3.0.ebuild | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/sci-libs/hipBLASLt/Manifest b/sci-libs/hipBLASLt/Manifest
index 3287f1b48d5e..c2fe4e9b716a 100644
--- a/sci-libs/hipBLASLt/Manifest
+++ b/sci-libs/hipBLASLt/Manifest
@@ -1,2 +1,3 @@
DIST hipBLASLt-6.1.1.tar.gz 78448557 BLAKE2B
08ac9ce45d7d1e4384a36939af22f65589ed87e25b4db77f5f7ff5fbe65b8070e9c55fbb09db3b7bd49be98981dc8bf939e646ea27571bf1d1ccfa52a50b0f92
SHA512
1aa3a1cb8e9c7f653db66909b38be065b7386b97d4bd6b52ecc6c2bf72c6cdfabde6f12ebc6016b5fa195f979359af875eda8d54ea6772329312cb357bc2ebc5
DIST hipBLASLt-6.3.0.tar.gz 89379233 BLAKE2B
0f63b1f0fb4686b58b102ad2d2b9baa272b07d203736c3972216cbd75eda38ffaf63939d8c25aadb416348a7b1c9b8bac27a3711121d5e584baa7a404babdd2b
SHA512
b86613f818a1819668b3fce69422add97d36b09506d1109e3b739a6f86b8463aef9c8ef2434dd603a956f34e76e3f8fb4ddb2b98d5d2e4028f6f44b62aa6a48b
+DIST hipBLASLt-6.3.1.tar.gz 89385330 BLAKE2B
4bcf083e41ad6f22f61321bd066d79a6a387ea677cdb05f96f474e1b409f0b1cc5dc0c61259d7d6456ced2b77191388e1bd4b260bd7d185875241f55246ed1a8
SHA512
7a6443ab7a66bae1d6273945ea91814b2d5f9846d8276040cda7f43ed7ea0c2cb6063009e7fe092742d396c8d87c2cf62ed4cf8249e936eed69c0cad6db02193
diff --git a/sci-libs/hipBLASLt/hipBLASLt-6.1.1-r1.ebuild
b/sci-libs/hipBLASLt/hipBLASLt-6.1.1-r1.ebuild
index b0aed5de521f..5fb50338cee8 100644
--- a/sci-libs/hipBLASLt/hipBLASLt-6.1.1-r1.ebuild
+++ b/sci-libs/hipBLASLt/hipBLASLt-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
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{10..13} )
# gfx941 and gfx942 assembly uses directives of LLVM >= 18.1.0
LLVM_COMPAT=( 18 )
-inherit cmake python-any-r1 llvm-r1 prefix rocm
+inherit cmake python-any-r1 llvm-r1 rocm
DESCRIPTION="General matrix-matrix operations library for AMD Instinct
accelerators"
HOMEPAGE="https://github.com/ROCm/hipBLASLt"
SRC_URI="https://github.com/ROCm/hipBLASLt/archive/rocm-${PV}.tar.gz ->
${P}.tar.gz"
@@ -75,7 +75,7 @@ pkg_pretend() {
src_prepare() {
sed -e "s,\@LLVM_PATH\@,$(get_llvm_prefix),g" \
"${FILESDIR}"/${PN}-6.1.1-gentoopath.patch >
"${S}"/gentoopath.patch || die
- eapply $(prefixify_ro "${S}"/gentoopath.patch)
+ eapply "${S}"/gentoopath.patch
local shebangs=($(grep -rl "#!/usr/bin/env python3" tensilelite/Tensile
|| die))
python_fix_shebang -q ${shebangs[*]}
diff --git a/sci-libs/hipBLASLt/hipBLASLt-6.3.0.ebuild
b/sci-libs/hipBLASLt/hipBLASLt-6.3.0.ebuild
index 3a2f44a97a64..1da8de2495f6 100644
--- a/sci-libs/hipBLASLt/hipBLASLt-6.3.0.ebuild
+++ b/sci-libs/hipBLASLt/hipBLASLt-6.3.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} )
LLVM_COMPAT=( 19 )
-inherit cmake flag-o-matic llvm-r1 prefix python-any-r1 rocm
+inherit cmake flag-o-matic llvm-r1 python-any-r1 rocm
DESCRIPTION="General matrix-matrix operations library for AMD Instinct
accelerators"
HOMEPAGE="https://github.com/ROCm/hipBLASLt"
SRC_URI="https://github.com/ROCm/hipBLASLt/archive/rocm-${PV}.tar.gz ->
${P}.tar.gz"
@@ -78,7 +78,7 @@ pkg_pretend() {
src_prepare() {
sed -e "s,\@LLVM_PATH\@,$(get_llvm_prefix),g" \
"${FILESDIR}"/${PN}-6.1.1-gentoopath.patch >
"${S}"/gentoopath.patch || die
- eapply $(prefixify_ro "${S}"/gentoopath.patch)
+ eapply "${S}"/gentoopath.patch
local shebangs=($(grep -rl "#!/usr/bin/env python3" tensilelite/Tensile
|| die))
python_fix_shebang -q ${shebangs[*]}