Search Criteria
Package Details: gpu-burn-git r50.1e9a84f-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: | iveahugeship |
Maintainer: | iveahugeship |
Last Packager: | iveahugeship |
Votes: | 3 |
Popularity: | 0.000296 |
First Submitted: | 2021-06-29 21:15 (UTC) |
Last Updated: | 2021-07-03 23:30 (UTC) |
Dependencies (4)
- cuda (cuda-11.0, cuda11.1)
- nvidia (nvidia-vulkan, nvidia-vulkan-dkms, nvidia-beta, nvidia-beta-dkms, nvidia-dkms)
- opencl-nvidia (opencl-nvidia-410xx, opencl-nvidia-340xx, opencl-nvidia-440xx, opencl-nvidia-430xx, opencl-nvidia-vulkan, opencl-nvidia-beta, opencl-nvidia-merged, opencl-nvidia-470xx, opencl-nvidia-390xx, opencl-510xx-nvidia)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Latest Comments
iveahugeship 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:
iveahugeship 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).