Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/rocBLAS/
Date: Sat, 06 Feb 2021 17:46:24
Message-Id: 1612633562.319b6fff780a8aa60c3104972505d1999c8988ae.heroxbd@gentoo
1 commit: 319b6fff780a8aa60c3104972505d1999c8988ae
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 17:46:02 2021 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 17:46:02 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=319b6fff
7
8 sci-libs/rocBLAS: get rid of --rocm-path.
9
10 The new revision of llvm-roc has a correct default for --rocm-path.
11
12 Bug: https://bugs.gentoo.org/769005
13 Package-Manager: Portage-3.0.12, Repoman-3.0.1
14 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
15
16 sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild b/sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild
20 index ba8f4c0e6..bb44363d3 100644
21 --- a/sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild
22 +++ b/sci-libs/rocBLAS/rocBLAS-4.0.0-r2.ebuild
23 @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}
24 dev-util/cmake
25 dev-util/rocm-cmake
26 >=dev-util/Tensile-4.0.0-r1
27 + >=sys-devel/llvm-roc-4.0.0-r2
28 "
29
30 # stripped library is not working
31 @@ -60,7 +61,6 @@ src_configure() {
32 -DTensile_TEST_LOCAL_PATH="${WORKDIR}/Tensile-rocm-${PV}"
33 -DBUILD_WITH_TENSILE=ON
34 -DBUILD_WITH_TENSILE_HOST=ON
35 - -DCMAKE_CXX_FLAGS="--rocm-path=${EPREFIX}/usr"
36 -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
37 -DCMAKE_INSTALL_INCLUDEDIR="include/rocblas"
38 -DBUILD_TESTING=OFF