Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocBLAS/
Date: Sat, 05 Mar 2022 20:52:03
Message-Id: 1646513508.2ddec0c40d9e71087f944352f503e3e0b1ad8653.andrewammerlaan@gentoo
1 commit: 2ddec0c40d9e71087f944352f503e3e0b1ad8653
2 Author: YiyangWu <xgreenlandforwyy <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 21 03:37:26 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 20:51:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ddec0c4
7
8 sci-libs/rocBLAS: remove unused cmake variable
9
10 __skip_rocmclang is used to avoid configuration error for
11 cmake-3.21.(1|2), which don't exist among ebuilds anymore, so this flag
12 is not recognized.
13
14 Package-Manager: Portage-3.0.22, Repoman-3.0.3
15 Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
16 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
17
18 sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 1 -
19 1 file changed, 1 deletion(-)
20
21 diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
22 index 50891c285775..f682328b782c 100644
23 --- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
24 +++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
25 @@ -98,7 +98,6 @@ src_configure() {
26 -DBUILD_CLIENTS_TESTS=$(usex test ON OFF)
27 -DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF)
28 ${AMDGPU_TARGETS+-DAMDGPU_TARGETS="${AMDGPU_TARGETS}"}
29 - -D__skip_rocmclang="ON" ## fix cmake-3.21 configuration issue caused by officialy support programming language "HIP"
30 )
31
32 CXX="hipcc" cmake_src_configure