diff options
author | YiyangWu <xgreenlandforwyy@gmail.com> | 2021-12-21 11:37:26 +0800 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-03-05 21:51:48 +0100 |
commit | 2ddec0c40d9e71087f944352f503e3e0b1ad8653 (patch) | |
tree | eca036e9e2715f0960ddf4cf9ed77e48a02371ec | |
parent | sci-libs/rocBLAS: let TensileCreateLibrary respects MAKEOPTS (diff) | |
download | gentoo-2ddec0c40d9e71087f944352f503e3e0b1ad8653.tar.gz gentoo-2ddec0c40d9e71087f944352f503e3e0b1ad8653.tar.bz2 gentoo-2ddec0c40d9e71087f944352f503e3e0b1ad8653.zip |
sci-libs/rocBLAS: remove unused cmake variable
__skip_rocmclang is used to avoid configuration error for
cmake-3.21.(1|2), which don't exist among ebuilds anymore, so this flag
is not recognized.
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild index 50891c285775..f682328b782c 100644 --- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild @@ -98,7 +98,6 @@ src_configure() { -DBUILD_CLIENTS_TESTS=$(usex test ON OFF) -DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF) ${AMDGPU_TARGETS+-DAMDGPU_TARGETS="${AMDGPU_TARGETS}"} - -D__skip_rocmclang="ON" ## fix cmake-3.21 configuration issue caused by officialy support programming language "HIP" ) CXX="hipcc" cmake_src_configure |