summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/rocm-smi: keep the patch for builtin amdgpu in 5.7.1Yiyang Wu2024-03-211-0/+1
| | | | | | | | The patch is still needed when amdgpu builtin kernel module. Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35795 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/rocm-smi: return correct version in rsmi_version_getSv. Lockal2024-03-102-25/+44
| | | | | | | | | This still retains librocm_smi64.so.1 for library name (as in older versions and Debian), but rsmi_version_get() will return correct version (sys-process/btop-1.3.2 calls it). Closes: https://bugs.gentoo.org/925448 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/rocm-smi: add 5.7.1Sv. Lockal2024-03-085-0/+221
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/rocm-smi: enable py3.11Benda Xu2023-07-301-1/+1
| | | | | | Closes: https://bugs.gentoo.org/906131 Suggested-by: e-mmh <emma25000@caramail.fr> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/rocm-smi: drop 5.0.2Andreas Sturmlechner2023-02-012-62/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/rocm-smi: revbump 5.1.3 due to installed files changingJoonas Niilola2023-01-271-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/rocm-smi: update patch, LICENSE, PYTHON_COMPAT on 9999Yiyang Wu2023-01-271-12/+13
| | | | | | | | | | Use newest patch from version 5.4.2 Clean up unnecessary sed commands like 5.4.2 Closes: https://bugs.gentoo.org/890646 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29157 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/rocm-smi: add 5.4.2Yiyang Wu2023-01-273-0/+84
| | | | | | Closes: https://bugs.gentoo.org/886513 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/rocm-smi: Fix shebang of rocm-smiYiyang Wu2023-01-272-2/+2
| | | | | | | The shebang of rocm_smi.py is `/usr/bin/env python3`, thus should be mangled. Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-143-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/rocm-smi: remove needless python-utils-r1 inheritDavid Seifert2022-12-251-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/rocm-smi: drop 4.0.0, 4.3.0, 4.5.2Andreas Sturmlechner2022-12-194-149/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/rocm-smi: add 5.1.3Yiyang Wu2022-08-063-0/+89
| | | | | Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/rocm-smi: fix build with GCC 12Sam James2022-06-102-0/+23
| | | | | Closes: https://bugs.gentoo.org/840149 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/rocm-smi: ebuild enhancements for 5.0.2Joonas Niilola2022-03-121-2/+3
| | | | | | | | | - add missing MIT license, - disable automagic finding of latex, - remove unused eclasses. Closes: https://bugs.gentoo.org/834986 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/rocm-smi: new versions (rocm_smi_lib)YiyangWu2022-03-115-13/+206
| | | | | | | | | | | | The rocm-smi https://github.com/RadeonOpenCompute/ROC-smi is long deprecated. The last version is 4.1.0. The new implementation is at https://github.com/RadeonOpenCompute/rocm_smi_lib. These are the new ebuilds, with the appropriate license file NCSA-AMD added. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24419 Signed-off-by: Joonas Niilola <juippis@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>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/rocm-smi: ROCm System Management InterfaceWilfried Holzke2020-12-284-0/+88
Signed-off-by: Wilfried Holzke <gentoo@holzke.net> Package-Manager: Portage-3.0.9, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/18848 Signed-off-by: Craig Andrews <candrews@gentoo.org>