Search Criteria
Package Details: ethminer-cuda 0.19.0-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/ethminer-cuda.git (read-only, click to copy) |
---|---|
Package Base: | ethminer-cuda |
Description: | Ethereum miner with OpenCL, CUDA and stratum support. |
Upstream URL: | https://github.com/ethereum-mining/ethminer |
Licenses: | GPL3 |
Conflicts: | ethminer, ethminer-git |
Provides: | ethminer |
Submitter: | aimileus |
Maintainer: | mrxx |
Last Packager: | mrxx |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-27 10:41 (UTC) |
Last Updated: | 2022-05-13 10:34 (UTC) |
Dependencies (6)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- npth (npth-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
mrxx commented on 2021-06-12 22:17 (UTC)
Thanks, jaantoots, I've added the option.
jaantoots commented on 2021-06-08 10:08 (UTC)
Git errors with
Committer identity unknown
during build. Setting these manually is not feasible when building withmakechrootpkg
in a clean chroot.This can be fixed by adding the
--no-commit
option togit cherry-pick
.mrxx commented on 2021-05-23 23:43 (UTC)
Thank you, vanja_z. Fixed as suggested.
vanja_z commented on 2021-05-23 17:15 (UTC) (edited on 2021-05-24 04:00 (UTC) by vanja_z)
@Nyan13 I actually found I have the exact same issue if I try using RUA to build the package. Contrary to my previous comment, it is not enough to only configure git. Your gitconfig will not make it to RUA's "jail". I think the easiest way to move forward is just to build ethminer manually. I did get RUA to work by forcing it to pick up the gitconfig. Create the file ~/.config/rua/wrap_args.d/git.sh
Make sure it has 755 permissions.
vanja_z commented on 2021-05-23 16:45 (UTC) (edited on 2021-05-23 16:46 (UTC) by vanja_z)
@Nyan13, seems like a git related error. Try setting up a gitconfig with the following as a bare minimum
Nyan13 commented on 2021-05-20 08:48 (UTC)
I cannot build it. I get:
Committer identity unknown fatal: Failed to autodetect email address (received "test@test-pc. (none)")
Last versions have no such problems.
vanja_z commented on 2021-05-20 07:52 (UTC) (edited on 2021-05-20 07:55 (UTC) by vanja_z)
Sorry if this is the wrong place to submit this but I suggest the following patch to:
Fix gcc 11 bug.
Enable sm_80 and sm_86 (A100, DGX-A100, Tesla GA10x, RTX3080/3090, RTXA6000, RTXA40, etc.).
Use a git commit instead of sed to fix sm_30 deprecation issue.
I've tested this and it's working on my end.
vanja_z commented on 2021-05-20 06:43 (UTC) (edited on 2021-05-20 06:43 (UTC) by vanja_z)
As Svenstaro said, the package doesn't work as is. The way I fixed it was changing the CXX and CC variables in the PKGBUILD,
svenstaro commented on 2021-05-18 21:51 (UTC)
You need to define gcc-10 and g++-10 as the host compilers now with the new cuda package as cuda isn't compatible with gcc 11 yet.
yutsing commented on 2021-05-17 13:29 (UTC) (edited on 2021-05-17 13:31 (UTC) by yutsing)
Encountering errors
« First ‹ Previous 1 2 3 4 Next › Last »