Search Criteria
Package Details: gpu_burn-git 0.9.35cfc40-1
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 |
Licenses: | |
Submitter: | sparklespdx |
Maintainer: | sparklespdx |
Last Packager: | sparklespdx |
Votes: | 1 |
Popularity: | 0.000843 |
First Submitted: | 2020-01-21 21:40 |
Last Updated: | 2020-01-21 22:03 |
Dependencies (4)
- cuda (cuda65, cuda-11.0)
- nvidia (nvidia-llb-dkms, nvidia-440xx-dkms, nvidia-full-vulkan-all, nvidia-vulkan, nvidia-vulkan-dkms, nvidia-beta, nvidia-beta-dkms)
- opencl-nvidia (opencl-nvidia-410xx, opencl-nvidia-340xx, opencl-nvidia-440xx, opencl-nvidia-full-vulkan-all, opencl-nvidia-vulkan, opencl-nvidia-beta, opencl-nvidia-390xx)
- git (git-git) (make)
Latest Comments
padawan commented on 2021-01-09 16:21
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).