alpine-xmrig icon indicating copy to clipboard operation
alpine-xmrig copied to clipboard

docker build error

Open bmd080 opened this issue 5 years ago • 1 comments

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find HWLOC (missing: HWLOC_LIBRARY HWLOC_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cmake/FindHWLOC.cmake:25 (find_package_handle_standard_args) src/backend/cpu/cpu.cmake:30 (find_package) src/backend/backend.cmake:1 (include) CMakeLists.txt:36 (include)

bmd080 avatar Dec 25 '19 10:12 bmd080

Install hwloc or add -DWITH_HWLOC=OFF

cmake -DCMAKE_BUILD_TYPE=Release -DWITH_HWLOC=OFF  . && \

https://github.com/xmrig/xmrig/issues/1085#issuecomment-516398890

MaximeMaillet avatar Apr 09 '20 09:04 MaximeMaillet