summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-13 21:17:51 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-14 20:23:14 +0100
commit7a550418fb1a11ceceaed553ef6e12c28eedd805 (patch)
tree1dd08965b3d87e943855cf094a72e5260c342112 /sci-libs
parentMove {dev-util → dev-build}/ignition-cmake (diff)
downloadgentoo-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')
-rw-r--r--sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild4
-rw-r--r--sci-libs/hipSPARSE/hipSPARSE-5.7.1.ebuild4
-rw-r--r--sci-libs/miopen/miopen-5.1.3-r1.ebuild4
-rw-r--r--sci-libs/rocBLAS/rocBLAS-5.1.3-r4.ebuild4
-rw-r--r--sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild4
-rw-r--r--sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild4
-rw-r--r--sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild6
-rw-r--r--sci-libs/rocFFT/rocFFT-5.7.1-r1.ebuild6
-rw-r--r--sci-libs/rocPRIM/rocPRIM-5.1.3.ebuild4
-rw-r--r--sci-libs/rocPRIM/rocPRIM-5.7.1.ebuild4
-rw-r--r--sci-libs/rocRAND/rocRAND-5.1.3.ebuild6
-rw-r--r--sci-libs/rocRAND/rocRAND-5.6.0-r1.ebuild6
-rw-r--r--sci-libs/rocRAND/rocRAND-5.7.1.ebuild6
13 files changed, 31 insertions, 31 deletions
diff --git a/sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild b/sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild
index 21030abf26a0..5d1f5f1b59e2 100644
--- a/sci-libs/hipSPARSE/hipSPARSE-5.1.3-r1.ebuild
+++ b/sci-libs/hipSPARSE/hipSPARSE-5.1.3-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
@@ -45,7 +45,7 @@ RDEPEND="dev-util/rocminfo
dev-util/hip
sci-libs/rocSPARSE:${SLOT}[${ROCM_USEDEP}]"
DEPEND="${RDEPEND}"
-BDEPEND="dev-util/rocm-cmake
+BDEPEND="dev-build/rocm-cmake
>=dev-util/cmake-3.22
test? ( dev-cpp/gtest )"
diff --git a/sci-libs/hipSPARSE/hipSPARSE-5.7.1.ebuild b/sci-libs/hipSPARSE/hipSPARSE-5.7.1.ebuild
index e43590b2338c..45c92c36c51f 100644
--- a/sci-libs/hipSPARSE/hipSPARSE-5.7.1.ebuild
+++ b/sci-libs/hipSPARSE/hipSPARSE-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
@@ -45,7 +45,7 @@ RDEPEND="dev-util/rocminfo
dev-util/hip
sci-libs/rocSPARSE:${SLOT}[${ROCM_USEDEP}]"
DEPEND="${RDEPEND}"
-BDEPEND="dev-util/rocm-cmake
+BDEPEND="dev-build/rocm-cmake
>=dev-util/cmake-3.22
test? ( dev-cpp/gtest )"
diff --git a/sci-libs/miopen/miopen-5.1.3-r1.ebuild b/sci-libs/miopen/miopen-5.1.3-r1.ebuild
index 15c5e1feaea3..2ef5b8fb50b8 100644
--- a/sci-libs/miopen/miopen-5.1.3-r1.ebuild
+++ b/sci-libs/miopen/miopen-5.1.3-r1.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
@@ -30,7 +30,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="dev-libs/half:0/1
- dev-util/rocm-cmake
+ dev-build/rocm-cmake
"
S="${WORKDIR}/MIOpen-rocm-${PV}"
diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3-r4.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r4.ebuild
index 94c7e5177af0..f8c6fd2a1367 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.1.3-r4.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.1.3-r4.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
@@ -23,7 +23,7 @@ REQUIRED_USE="${ROCM_REQUIRED_USE}"
RESTRICT="!test? ( test )"
BDEPEND="
- dev-util/rocm-cmake
+ dev-build/rocm-cmake
dev-util/Tensile:${SLOT}
"
diff --git a/sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild b/sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild
index 417333c668f9..cc410094094f 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.4.2-r3.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
@@ -23,7 +23,7 @@ REQUIRED_USE="${ROCM_REQUIRED_USE}"
RESTRICT="!test? ( test )"
BDEPEND="
- >=dev-util/rocm-cmake-5.3
+ >=dev-build/rocm-cmake-5.3
dev-util/Tensile:${SLOT}
"
diff --git a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
index e1f9a4b8e8f0..ce542d4df039 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.7.1-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,7 +22,7 @@ IUSE="benchmark test"
REQUIRED_USE="${ROCM_REQUIRED_USE}"
BDEPEND="
- >=dev-util/rocm-cmake-5.3
+ >=dev-build/rocm-cmake-5.3
dev-util/Tensile:${SLOT}
dev-python/joblib
test? ( dev-cpp/gtest )
diff --git a/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild b/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild
index 8d4bed88c3a0..b4cef333669a 100644
--- a/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild
+++ b/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
ROCM_VERSION=${PV}
inherit cmake check-reqs edo multiprocessing python-r1 rocm
@@ -36,7 +36,7 @@ BDEPEND="
test? ( dev-cpp/gtest dev-libs/boost
>=sci-libs/fftw-3 sys-libs/libomp )
>=dev-util/cmake-3.22
- dev-util/rocm-cmake
+ dev-build/rocm-cmake
"
CHECKREQS_DISK_BUILD="7G"
diff --git a/sci-libs/rocFFT/rocFFT-5.7.1-r1.ebuild b/sci-libs/rocFFT/rocFFT-5.7.1-r1.ebuild
index ae6759ee212d..b909e54736fe 100644
--- a/sci-libs/rocFFT/rocFFT-5.7.1-r1.ebuild
+++ b/sci-libs/rocFFT/rocFFT-5.7.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
ROCM_VERSION=${PV}
inherit cmake check-reqs edo multiprocessing python-r1 rocm
@@ -41,7 +41,7 @@ BDEPEND="
sci-libs/hipRAND:${SLOT}[${ROCM_USEDEP}]
)
>=dev-util/cmake-3.22
- dev-util/rocm-cmake
+ dev-build/rocm-cmake
dev-db/sqlite
"
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}"
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}"