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/rocRAND | |
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/rocRAND')
-rw-r--r-- | sci-libs/rocRAND/rocRAND-5.1.3.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/rocRAND/rocRAND-5.6.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/rocRAND/rocRAND-5.7.1.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sci-libs/rocRAND/rocRAND-5.1.3.ebuild b/sci-libs/rocRAND/rocRAND-5.1.3.ebuild index f5f90b407482..310a8c03c01c 100644 --- a/sci-libs/rocRAND/rocRAND-5.1.3.ebuild +++ b/sci-libs/rocRAND/rocRAND-5.1.3.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 @@ -25,9 +25,9 @@ PATCHES=( "${FILESDIR}"/${PN}-5.1.3_stdint-gcc13.patch RDEPEND="dev-util/hip" DEPEND="${RDEPEND} -dev-util/rocm-cmake +dev-build/rocm-cmake test? ( dev-cpp/gtest )" -BDEPEND="dev-util/rocm-cmake +BDEPEND="dev-build/rocm-cmake >=dev-util/cmake-3.22" S="${WORKDIR}/rocRAND-rocm-${PV}" diff --git a/sci-libs/rocRAND/rocRAND-5.6.0-r1.ebuild b/sci-libs/rocRAND/rocRAND-5.6.0-r1.ebuild index 29a49e44991e..c26133da34af 100644 --- a/sci-libs/rocRAND/rocRAND-5.6.0-r1.ebuild +++ b/sci-libs/rocRAND/rocRAND-5.6.0-r1.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 @@ -22,10 +22,10 @@ PATCHES=( "${FILESDIR}"/${PN}-5.4.2_stdint-gcc13.patch ) RDEPEND="dev-util/hip" DEPEND="${RDEPEND} - dev-util/rocm-cmake + dev-build/rocm-cmake benchmark? ( dev-cpp/benchmark ) test? ( dev-cpp/gtest )" -BDEPEND="dev-util/rocm-cmake +BDEPEND="dev-build/rocm-cmake >=dev-util/cmake-3.22" S="${WORKDIR}/rocRAND-rocm-${PV}" diff --git a/sci-libs/rocRAND/rocRAND-5.7.1.ebuild b/sci-libs/rocRAND/rocRAND-5.7.1.ebuild index 2a55cae507fe..6da9f75c961c 100644 --- a/sci-libs/rocRAND/rocRAND-5.7.1.ebuild +++ b/sci-libs/rocRAND/rocRAND-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 @@ -26,10 +26,10 @@ PATCHES=( RDEPEND="dev-util/hip" DEPEND="${RDEPEND} - dev-util/rocm-cmake + dev-build/rocm-cmake benchmark? ( dev-cpp/benchmark ) test? ( dev-cpp/gtest )" -BDEPEND="dev-util/rocm-cmake +BDEPEND="dev-build/rocm-cmake >=dev-util/cmake-3.22" S="${WORKDIR}/rocRAND-rocm-${PV}" |