Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Upgrade ethash to 0.7.0 #332

Merged
merged 1 commit into from
May 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
cmake: Upgrade ethash to 0.7.0
Build only ethash::keccak library.
  • Loading branch information
axic authored and chfast committed May 26, 2021
commit 5b5d0d0e6599082d9a19941064b6ed2a444b98e2
7 changes: 4 additions & 3 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ hunter_config(

hunter_config(
ethash
VERSION 0.6.0
URL https://github.com/chfast/ethash/archive/v0.6.0.tar.gz
SHA1 4bfa26b389d1f89a60053de04b2a29feab20f67b
VERSION 425f9cbb
URL https://github.com/chfast/ethash/archive/425f9cbb7a0a14719a94d6079b06dc1c16500061.tar.gz
SHA1 5c59a63d5af833a44dc5a5f5496087b35c423f8f
CMAKE_ARGS -DETHASH_BUILD_ETHASH=OFF -DETHASH_BUILD_TESTS=OFF
)