Install this version:
emerge -a =sci-libs/hipBLAS-common-10.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/hipBLAS-common-10.0.0
Or alternatively:
emerge --autounmask-write -a =sci-libs/hipBLAS-common-10.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 10.0.0 | 8 | ~amd64 | 0/$(ver_cut 1-2) |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ROCM_LIBRARIES_COMMIT=8d1ae90eff7d022f26019ec55b2ec6a7674b3112
inherit cmake
DESCRIPTION="Common files shared by hipBLAS and hipBLASLt"
HOMEPAGE="https://github.com/ROCm/rocm-libraries/tree/develop/projects/hipblas-common"
SRC_URI="https://github.com/ROCm/rocm-libraries/archive/${ROCM_LIBRARIES_COMMIT}.tar.gz -> rocm-libraries-${ROCM_LIBRARIES_COMMIT}.tar.gz"
S="${WORKDIR}/rocm-libraries-${ROCM_LIBRARIES_COMMIT}/projects/hipblas-common"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
BDEPEND="dev-build/rocm-cmake"
src_unpack() {
local archive="rocm-libraries-${ROCM_LIBRARIES_COMMIT}.tar.gz"
local source="rocm-libraries-${ROCM_LIBRARIES_COMMIT}/projects/hipblas-common"
tar -xzf "${DISTDIR}/${archive}" -C "${WORKDIR}" "${source}" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rocm-libraries-8d1ae90eff7d022f26019ec55b2ec6a7674b3112.tar.gz | 1088653356 bytes | https://github.com/ROCm/rocm-libraries/archive/8d1ae90eff7d022f26019ec55b2ec6a7674b3112.tar.gz |