diff options
author | Sv. Lockal <lockalsash@gmail.com> | 2024-03-18 18:25:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-26 10:19:18 +0100 |
commit | 233805ea2de8f036521ac04cf130ec63b1737b56 (patch) | |
tree | 4c306fbd74de867b440e2f043525800256cba7ff /sci-libs/hipRAND/hipRAND-5.6.0-r1.ebuild | |
parent | sci-libs/hipBLAS: add 6.1.1 (diff) | |
download | gentoo-233805ea2de8f036521ac04cf130ec63b1737b56.tar.gz gentoo-233805ea2de8f036521ac04cf130ec63b1737b56.tar.bz2 gentoo-233805ea2de8f036521ac04cf130ec63b1737b56.zip |
sci-libs/hipRAND: add 6.1.1
* Rename ROCmSoftwarePlatform to ROCm in URLs
* Add myself as a maintainer
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/hipRAND/hipRAND-5.6.0-r1.ebuild')
-rw-r--r-- | sci-libs/hipRAND/hipRAND-5.6.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/hipRAND/hipRAND-5.6.0-r1.ebuild b/sci-libs/hipRAND/hipRAND-5.6.0-r1.ebuild index 006440bb6a29..1674ad72718f 100644 --- a/sci-libs/hipRAND/hipRAND-5.6.0-r1.ebuild +++ b/sci-libs/hipRAND/hipRAND-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 @@ -21,7 +21,6 @@ RESTRICT="test" RDEPEND="dev-util/hip sci-libs/rocRAND:${SLOT}[${ROCM_USEDEP}]" DEPEND="${RDEPEND}" -BDEPEND="" S="${WORKDIR}/hipRAND-rocm-${PV}" |