diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 21:17:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-14 20:23:14 +0100 |
commit | 7a550418fb1a11ceceaed553ef6e12c28eedd805 (patch) | |
tree | 1dd08965b3d87e943855cf094a72e5260c342112 /sci-libs/rocPRIM | |
parent | Move {dev-util → dev-build}/ignition-cmake (diff) | |
download | gentoo-7a550418fb1a11ceceaed553ef6e12c28eedd805.tar.gz gentoo-7a550418fb1a11ceceaed553ef6e12c28eedd805.tar.bz2 gentoo-7a550418fb1a11ceceaed553ef6e12c28eedd805.zip |
Move {dev-util → dev-build}/rocm-cmake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/rocPRIM')
-rw-r--r-- | sci-libs/rocPRIM/rocPRIM-5.1.3.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/rocPRIM/rocPRIM-5.7.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/rocPRIM/rocPRIM-5.1.3.ebuild b/sci-libs/rocPRIM/rocPRIM-5.1.3.ebuild index c6fc2d52e88e..df4cabdd0310 100644 --- a/sci-libs/rocPRIM/rocPRIM-5.1.3.ebuild +++ b/sci-libs/rocPRIM/rocPRIM-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ REQUIRED_USE="${ROCM_REQUIRED_USE}" RDEPEND="dev-util/hip benchmark? ( dev-cpp/benchmark ) test? ( dev-cpp/gtest )" -BDEPEND="dev-util/rocm-cmake +BDEPEND="dev-build/rocm-cmake >=dev-util/cmake-3.22" DEPEND="${RDEPEND}" diff --git a/sci-libs/rocPRIM/rocPRIM-5.7.1.ebuild b/sci-libs/rocPRIM/rocPRIM-5.7.1.ebuild index 3353023628db..482e1fc30e78 100644 --- a/sci-libs/rocPRIM/rocPRIM-5.7.1.ebuild +++ b/sci-libs/rocPRIM/rocPRIM-5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ REQUIRED_USE="${ROCM_REQUIRED_USE}" RDEPEND="dev-util/hip benchmark? ( dev-cpp/benchmark ) test? ( dev-cpp/gtest )" -BDEPEND="dev-util/rocm-cmake +BDEPEND="dev-build/rocm-cmake >=dev-util/cmake-3.22" DEPEND="${RDEPEND}" |