Search Criteria
Package Details: gpu-burn-git r76.5f0a86c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpu-burn-git.git (read-only, click to copy) |
---|---|
Package Base: | gpu-burn-git |
Description: | Multi-GPU CUDA stress test |
Upstream URL: | https://github.com/wilicc/gpu-burn |
Keywords: | burn cuda git gpu gpu-burn nvidia stress vulkan |
Licenses: | BSD |
Conflicts: | gpu-burn, gpu_burn-git |
Provides: | gpu-burn |
Replaces: | gpu_burn-git |
Submitter: | None |
Maintainer: | huyz |
Last Packager: | huyz |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-29 21:15 (UTC) |
Last Updated: | 2023-03-29 04:46 (UTC) |
Dependencies (3)
- cuda (cuda-11.0, cuda11.1)
- nvidia-utils (nvidia-410xx-utils, nvidia-340xx-utils, nvidia-440xx-utils, nvidia-430xx-utils, nvidia-merged-utils, nvidia-510xx-utils, nvidia-525xx-utils, nvidia-vulkan-utils, nvidia-390xx-utils, nvidia-utils-beta, nvidia-470xx-utils, nvidia-utils-nvlax)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Latest Comments
<deleted-account> commented on 2021-07-03 23:31 (UTC)
@yochananmarqos thx. I fixed it.
yochananmarqos commented on 2021-06-29 22:11 (UTC) (edited on 2021-06-29 22:12 (UTC) by yochananmarqos)
This is not a proper VCS package just like the one you claim to replace as it pulls from a static commit. See VCS package guidelines.
It cannot replace what it provides. The arrays should be as follows:
<deleted-account> commented on 2021-06-29 21:17 (UTC)
replaced by https://aur.archlinux.org/packages/gpu-burn-git/
padawan commented on 2021-01-09 16:21 (UTC)
I had to manually edit the PKGBUILD for this to work.
I changed:
sed -i "s|CUDAPATH=/usr/local/cuda|CUDAPATH=/opt/cuda|g" "$pkgname"/Makefile
to
sed -i "s|CUDAPATH ?= /usr/local/cuda|CUDAPATH ?= /opt/cuda|g" "$pkgname"/Makefile
Because the Makefile inside src/gpu_burn-git uses a different notation now (not '=' but ' ?= ' instead).