Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Update Hunter, Boost, ethash libraries and adds gfx902 kernels #2284

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

jimmystewpot
Copy link

@jimmystewpot jimmystewpot commented May 4, 2021

Hello,

This PR assembles a number of library updates that fix various issues I had while originally trying to get ethminer to build on a fairly non-standard system.

  • Boost has been updated to 1.76.0 which also includes the artifactory changes from upstream.
  • ethash 0.6.0 improves performance on processors that support various instructions
  • Add gfx902 support so that I could dev lab on a system I have running a recent AMD APU.

This fixes #2282

@jimmystewpot jimmystewpot force-pushed the master branch 2 times, most recently from 335b4ce to 4b801a9 Compare May 4, 2021 08:48
@jimmystewpot
Copy link
Author

I reverted some changes as I was playing with improving the build scripts in travis etc.

@easel
Copy link

easel commented May 6, 2021

This branch builds for me and ethminer works on my rtx3060. Given bintray has been retired entirely, the master branch doesn't build at all.

@aishwarya56
Copy link

aishwarya56 commented May 6, 2021

Getting this error
CMake Error at CMakeLists.txt:112 (if):
if given arguments:

"1.76.0" "VERSION_GREATER_EQUAL" "1.72.0" "AND" "NOT" "USE_CONFIG_FROM_BOOST"

Any idea?

@jimmystewpot
Copy link
Author

jimmystewpot commented May 9, 2021

@aishwarya56

Getting this error
CMake Error at CMakeLists.txt:112 (if):
if given arguments:

"1.76.0" "VERSION_GREATER_EQUAL" "1.72.0" "AND" "NOT" "USE_CONFIG_FROM_BOOST"

Any idea?

What operating system etc are you using and which cmake file at line 112
https://github.com/ethereum-mining/ethminer/search?q=VERSION_GREATER_EQUAL

@eathtespagheti
Copy link

Why it's this merge blocked?

@djhunter67
Copy link

@krisnova
Copy link

Bump - can we get this pushed through?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build requirement fails on linux
6 participants