Package Details: nheqminer-cuda-git 0.5c.r1.gb9900ff-1

Git Clone URL: https://aur.archlinux.org/nheqminer-cuda-git.git (read-only, click to copy)
Package Base: nheqminer-cuda-git
Description: zcash equihash miner by NiceHash. Djezo GPU/CUDA solver build.
Upstream URL: https://github.com/nicehash/nheqminer/
Licenses: MIT
Submitter: sebstar
Maintainer: sebstar
Last Packager: sebstar
Votes: 11
Popularity: 0.000000
First Submitted: 2016-11-07 16:06 (UTC)
Last Updated: 2018-02-05 16:36 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

ewtoombs commented on 2017-05-11 02:41 (UTC)

You forgot to put gcc5 in the makedepends (depends?)

intagger commented on 2017-02-25 21:27 (UTC)

Only for SM 5.0, I have 3.0. =(

sebstar commented on 2017-01-18 12:18 (UTC)

Path layout got changed.

nylocx commented on 2016-11-11 12:53 (UTC)

Nope, for me it did not I had to set the CUDA_TOOLKIT_ROOT_DIR. I guess it was because cuda got installed as a dependency and the environment variables where not set in the shell running makepkg Form the cmake find module find_path(CUDA_TOOLKIT_ROOT_DIR NAMES nvcc nvcc.exe PATHS ENV CUDA_PATH ENV CUDA_BIN_PATH PATH_SUFFIXES bin bin64 DOC "Toolkit location." NO_DEFAULT_PATH ) # Now search default paths find_path(CUDA_TOOLKIT_ROOT_DIR NAMES nvcc nvcc.exe PATHS /usr/local/bin /usr/local/cuda/bin DOC "Toolkit location." )

sebstar commented on 2016-11-11 10:46 (UTC)

@nylocx On my Arch, cmake automatically detects that when cuda is installed via the cuda package. Doesn't it for you?

nylocx commented on 2016-11-11 10:29 (UTC)

Maybe you could add a -DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda As this seems to be the default directory for the cuda package.

clfarron4 commented on 2016-11-10 15:34 (UTC)

Missing dependency: cmake