惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
月光博客
月光博客
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
罗磊的独立博客
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
量子位
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
博客园 - 聂微东
V
V2EX

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - nheqminer-cuda-git
2026-06-12 · via AUR Newest Packages

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)

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

thanks huiyiqun, merged your changes!

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

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.

<deleted-account> commented on 2018-01-22 03:06 (UTC)

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?