commit:     319b6fff780a8aa60c3104972505d1999c8988ae
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 17:46:02 2021 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 17:46:02 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=319b6fff

sci-libs/rocBLAS: get rid of --rocm-path.

The new revision of llvm-roc has a correct default for --rocm-path.

Bug: https://bugs.gentoo.org/769005
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild 
b/sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild
index ba8f4c0e6..bb44363d3 100644
--- a/sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}
        dev-util/cmake
        dev-util/rocm-cmake
        >=dev-util/Tensile-4.0.0-r1
+       >=sys-devel/llvm-roc-4.0.0-r2
        "
 
 # stripped library is not working
@@ -60,7 +61,6 @@ src_configure() {
                -DTensile_TEST_LOCAL_PATH="${WORKDIR}/Tensile-rocm-${PV}"
                -DBUILD_WITH_TENSILE=ON
                -DBUILD_WITH_TENSILE_HOST=ON
-               -DCMAKE_CXX_FLAGS="--rocm-path=${EPREFIX}/usr"
                -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
                -DCMAKE_INSTALL_INCLUDEDIR="include/rocblas"
                -DBUILD_TESTING=OFF

Reply via email to