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

1 2 Next › Last »

marakasmalan commented on 2018-06-25 11:04 (UTC)

Add COMPUTE=30 (or similar) right after 'cmake' if you need to change nvidia compute version of your card(s)

Did anybody manage to get this right?

marakasmalan commented on 2018-06-24 23:45 (UTC) (edited on 2018-06-25 10:37 (UTC) by marakasmalan)

change in PKGBUILD for gcc7 cmake \ -DCMAKE_SKIP_BUILD_RPATH=true \ -DCMAKE_C_COMPILER=/usr/bin/gcc-7 \ -DCMAKE_CXX_COMPILER=/usr/bin/g++-7 \ -DCMAKE_RANLIB=/usr/bin/gcc-ranlib-7 \ -DCMAKE_AR=/usr/bin/gcc-ar-7 \ -DUSE_CUDA_DJEZO=true \ -DUSE_CPU_XENONCAT=false \ ../${pkgname}

hwill commented on 2018-02-27 08:59 (UTC) (edited on 2018-02-28 03:31 (UTC) by hwill)

another patch for the zclassic issue

https://gist.github.com/Holger-Will/89d91844c31a8b66e94183dc87a7cd5e

based on this pull request https://github.com/nicehash/nheqminer/pulls

sebstar commented on 2018-02-05 16:37 (UTC)

thanks huiyiqun, merged your changes!

huiyiqun commented on 2018-02-05 16:24 (UTC)

https://github.com/huiyiqun/PKGBUILD-nheqminer-cuda-git/commit/94a310f9eba7de5e3fb815cd386112743bb5cfe2

Here is a patch to build nheqminer with cuda9 and gcc6, feel free to test and use it.

welkie commented on 2018-01-31 00:35 (UTC)

Having some problems installing this. Was wondering if someone could help. After it downloads and completes a long compilation process (about 30 mins on my i5 machine), I get the following error message:

==> Starting build()... -- The C compiler identification is GNU 5.5.0 -- The CXX compiler identification is GNU 5.5.0 -- Check for working C compiler: /usr/bin/gcc-5 -- Check for working C compiler: /usr/bin/gcc-5 -- broken CMake Error at /usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake:52 (message): The C compiler

"/usr/bin/gcc-5"

is not able to compile a simple test program.

It fails with the following output:

Change Dir: /home/mwelke/.cache/pacaur/nheqminer-cuda-git/src/build_cuda/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2cb1d/fast"
/usr/bin/make -f CMakeFiles/cmTC_2cb1d.dir/build.make CMakeFiles/cmTC_2cb1d.dir/build
make[1]: Entering directory '/home/mwelke/.cache/pacaur/nheqminer-cuda-git/src/build_cuda/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2cb1d.dir/testCCompiler.c.o
/usr/bin/gcc-5   -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt    -o CMakeFiles/cmTC_2cb1d.dir/testCCompiler.c.o   -c /home/mwelke/.cache/pacaur/nheqminer-cuda-git/src/build_cuda/CMakeFiles/CMakeTmp/testCCompiler.c
gcc-5: error: unrecognized command line option ‘-fno-plt’
make[1]: *** [CMakeFiles/cmTC_2cb1d.dir/build.make:66: CMakeFiles/cmTC_2cb1d.dir/testCCompiler.c.o] Error 1
make[1]: Leaving directory '/home/mwelke/.cache/pacaur/nheqminer-cuda-git/src/build_cuda/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_2cb1d/fast] Error 2

It looks like some problem with the version of GCC it installs, a compile flag not being supported by the installed GCC.

warsh commented on 2018-01-22 03:06 (UTC)

Shouldn't the dependency be changed to cuda-8 (https://aur.archlinux.org/packages/cuda-8.0/)

Since the github page says that's the requirement?

reflexing commented on 2017-10-28 14:32 (UTC)

Compilation errors were solved by changing string in the source CMakeLists.txt to set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH") # -Wall Compilation didn't work without it somehow.

sebstar commented on 2017-05-11 09:44 (UTC)

Updated, thanks. I didn't bump the pkgrel as this change doesn't change the produced package in any way, so ppl don't have to make an unnecessary rebuild. BTW is this piece of software still relevant? Development stalled in January and in the fast moving zcash mining community I'd assume this to mean a project is dead?