SHA256
1
0
forked from pool/nvtop
nvtop/_service
Malcolm Lewis f91e4fab6b Accepting request 1167055 from home:amanzini:branches:utilities
- Update to version 3.1.0:
  * MSM: Ignore speedbin in id if exact id isn't found
  * Add support for Adreno 750
  * Fix save w/o config location path
  * interface_options: handle both XDG_CONFIG_HOME and HOME being unset
  * Prevent potential Ascend device name buffer overflow
  * remove temp file
  * fix issues for PR
  * Toggle Panfrost's sysfs profiling hook after DRM handle is retrieved
  * add ascend build script and README
  * add ascend extract gpu info code
  * GPU info bar option in F2 menu
  * Save GPU info bar option to config file
  * Fix related to pull request #248
  * Refactor Panthor and Panfrost into library of shared code
  * Add support for Mali CSF GPUs with the Panthor driver.
  * Add Panfrost support for manual calculation of engine utilisation
  * Add support for post-fdinfo processing calculation of utilisation
  * Add support for Panfrost display of additional GPU properties
  * Add display of additional GPU features
  * Add support for Mali GPUs with the Panfrost driver

OBS-URL: https://build.opensuse.org/request/show/1167055
OBS-URL: https://build.opensuse.org/package/show/utilities/nvtop?expand=0&rev=10
2024-04-12 13:13:33 +00:00

21 lines
825 B
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/Syllo/nvtop.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">3.1.0</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">malcolmlewis@opensuse.org</param>
<param name="filename">nvtop</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>