Package Details: gpu-burn-git r76.5f0a86c-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
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)

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:

provides=('gpu-burn')
conflicts=('gpu-burn' gpu_burn-git)
replaces=('gpu-burn_git')

<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).