Search Criteria
Package Details: gpufetch-git 0.10.r0.gf4a96ce-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpufetch-git.git (read-only, click to copy) |
---|---|
Package Base: | gpufetch-git |
Description: | Simple yet fancy GPU architecture fetching tool |
Upstream URL: | https://github.com/Dr-Noob/gpufetch |
Licenses: | MIT |
Conflicts: | gpufetch |
Provides: | gpufetch |
Submitter: | DrNoob |
Maintainer: | DrNoob |
Last Packager: | DrNoob |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-08-23 20:12 (UTC) |
Last Updated: | 2023-01-29 11:34 (UTC) |
Dependencies (5)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- cmake (cmake-gitAUR) (make)
- cuda-tools (cuda11.1-toolsAUR, cuda12.0-toolsAUR, cuda11.4-toolsAUR, cuda11.4-versioned-toolsAUR, cuda12.0-versioned-toolsAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
dreieck commented on 2025-03-05 09:47 (UTC)
Can you add to the package description that this is Intel and NVIDIA/Cuda backend only? (No AMD backend)
Regards!
dreieck commented on 2025-03-05 09:06 (UTC)
Ahoj,
can you please remove the
MAKEFLAGS="-j$(nproc) --no-print-directory"
line from thePKGBUILD
?This overrides user-set
MAKEFLAGS
(e.g. in/etc/makepkg.conf
).The user should be able to decide the
make
behaviour.If you really need
--no-print-directory
or-j1
(!), then useMAKEFLAGS+=
to append but not to replace. But do not use-j$(nproc)
in aPKGBUILD
-- if a user wants parallel build, the user usually sets that in e.g./etc/makepkg.conf
, and in other cases a user maybe explicitly wants non-parallel builds, or only-j2
, or so.Regards and thanks for the package!
juancri commented on 2022-05-08 08:28 (UTC)
I installed it after installing cuda but the backend was not enabled. I think these cmake parameters are missing:
yochananmarqos commented on 2022-03-12 16:52 (UTC)
@Sleipnir:
helper_cuda.h
is part of NVIDIA's cuda-samples. We don't have that packaged anywhere.Sleipnir commented on 2022-03-11 23:28 (UTC)
There's an error during build:
Let me know if you need any more information. This was run on a Lenovo P51 with hybrid proprietary drivers (Intel & NVidia)
<deleted-account> commented on 2021-09-15 23:36 (UTC)
thank you.
DrNoob commented on 2021-09-15 21:22 (UTC)
@yochananmarqos thanks for pointing it out, I didn't know it. I have changed the PKGBUILD and removed
make
frommakedepends
.DrNoob commented on 2021-09-15 21:18 (UTC)
@theduckchannel thanks for the warning, I have just fixed it (gpufetch now uses CMake instead of Make)
<deleted-account> commented on 2021-09-15 20:01 (UTC)
Failed to build:
make: *** No targets specified and no makefile found. Stop. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'gpufetch-git-0.10.r0.gf4a96ce-1': error: packages failed to build: gpufetch-git-0.10.r0.gf4a96ce-1
yochananmarqos commented on 2021-08-23 21:42 (UTC)
base-devel
group packages should not be included in makedepends(), see https://wiki.archlinux.org/title/PKGBUILD#makedepends