summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/rccl: strip unsupported flags for potentially switched compilerSv. Lockal2024-09-091-1/+3
| | | | | | Bug: https://bugs.gentoo.org/936099 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rccl: drop 5.1.3NHOrus2024-07-204-115/+0
| | | | | | | | | | | | | | | | This package is only revdep of dropped rocm-smi, and it's obsolete with new-er version in the tree and this one having way too many bugs that no one will ever fix Closes: https://bugs.gentoo.org/915856 Closes: https://bugs.gentoo.org/914274 Closes: https://bugs.gentoo.org/903965 Closes: https://bugs.gentoo.org/893472 Closes: https://bugs.gentoo.org/872311 Closes: https://bugs.gentoo.org/766848 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/37289 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/rccl: add 6.1.1Sv. Lockal2024-06-265-2/+92
| | | | | | | | | | | | | | Changes since 5.7.1: * remove-chrpath patch is not needed now * bad percent escape fix is not needed now * addpredict in src_configure is not needed (compilation should not access device anyways) * removing extra copy of headers is not needed * new patch for missing ${ROCM_PATH}/.info/version is needed now * rename ROCmSoftwarePlatform to ROCm in urls * fix tests directory (in 5.7.1 too) Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rccl: add 5.7.1Sv. Lockal2024-03-083-0/+96
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-build}/cmakeMichał Górny2024-01-141-1/+1
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34792 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-build}/rocm-cmakeMichał Górny2024-01-141-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/rccl: drop 5.0.2Andreas Sturmlechner2023-02-012-42/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/rccl: drop 4.0.0-r2, 4.3.0-r1Andreas Sturmlechner2022-12-194-115/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/rccl: add 5.1.3, using rocm.eclassYiyang Wu2022-09-223-0/+84
| | | | | | | | | | | relax SLOT dependency on dev-util/hip, since rccl is also part of high level ROCm libraries. This unlocks the exact SLOT dependency of the lower and higher level ROCm tools to make version bumps easier. Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-libs/rccl: bump to 5.0.2.Benda Xu2022-05-023-0/+73
| | | | | | Closes: https://bugs.gentoo.org/831662 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-libs/rccl: remove unused cmake variableBenda Xu2022-05-011-3/+3
| | | | | | Closes: https://bugs.gentoo.org/828945 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-libs/rccl: bump version to 4.3.0YiyangWu2021-10-102-0/+42
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/22492 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/rccl: fix RDEPND typoSam James2021-02-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rccl: ROCm Communication Collectives LibraryBenda Xu2021-01-244-0/+92
Closes: https://github.com/gentoo/gentoo/pull/19143 Bug: https://bugs.gentoo.org/650804 Bug: https://github.com/gentoo/gentoo/pull/10724 Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Suggested-by: Wilfried Holzke <gentoo@holzke.net> Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: Benda Xu <heroxbd@gentoo.org>