Search Criteria
Package Details: cuda_memtest r83.dd723aa-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cuda_memtest.git (read-only, click to copy) |
---|---|
Package Base: | cuda_memtest |
Description: | A GPU memory test utility for NVIDIA and AMD GPUs. |
Upstream URL: | https://github.com/ComputationalRadiationPhysics/cuda_memtest |
Keywords: | amd cuda gpu memory memtest nvidia opencl test |
Licenses: | Illinois Open Source License |
Submitter: | revel |
Maintainer: | revel |
Last Packager: | revel |
Votes: | 45 |
Popularity: | 0.000037 |
First Submitted: | 2011-06-24 23:18 (UTC) |
Last Updated: | 2022-08-31 10:19 (UTC) |
Latest Comments
1 2 3 4 Next › Last »
drws commented on 2024-02-18 14:36 (UTC)
@revel: Well, since they learn programming from NVIDIA, one big code blob is probably by design /s
revel commented on 2024-02-11 17:31 (UTC)
@dreieck This package was not meant to track a git repo, I did it out of desperation because the original package was outdated and unmaintained and the fork doesn't bother to make releases. Hopefully this will change.
nvcc is part of cuda package, should work for you.
dreieck commented on 2024-02-08 16:09 (UTC)
Fails to build for me due to missing
nvcc
(cuda
version 12.3.1-2 is installed):Maybe another missing makedependency?
Regards!
dreieck commented on 2024-02-08 16:02 (UTC)
You download the latest state from a git repository.
So you must:
cuda_memtest-git
(i.e. with the-git
suffix),cuda_memtest
to theprovides
andconflicts
arrays.(For renaming, create newly named package and submit a merge request for the old package.)
Regards and thanks for maintaining!
drws commented on 2023-08-03 15:41 (UTC)
@MartinX3: Possibly your AUR helper doesn't install
cuda
dependency early enough. Try installing it first and then this package. If that's not it, try to installcuda-tools
and please report here if that helps.@revel: There are a few issues with the package:
The package description is somewhat misleading since the OpenCL part (
ocl_memtest
) is not maintained and possibly even broken.There's no explanation as to why the patch in
prepare()
is commented out by default?Similarly there are two generic lines in
package()
, intertwined with two OpenCL-related, but it is again not clear why would they be commented out by default?install -d "$pkgdir/usr/bin/" install -d "$pkgdir/usr/share/$pkgname/"
As has been mentioned before the standard package name would be
cuda_memtest-git
given the source versioning.MartinX3 commented on 2023-07-07 14:31 (UTC)
Sadly it is still broken for me.
revel commented on 2022-08-31 10:20 (UTC)
Done, thanks @dwheeler
dwheeler commented on 2022-08-30 21:22 (UTC)
Please add git to makedepends. It's now required because of the change in the source URL, but it is not going to be installed for anyone building from CHROOT.
revel commented on 2022-08-23 02:32 (UTC)
I don't really know how to help you, it seems to work just fine over here. https://pastebin.com/tS9VNaqj I fixed url of github repo though.
1 2 3 4 Next › Last »