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

erasure coding v0.0.7 #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ hunter_default_version(eigen3-nnls VERSION 1.0.1)
hunter_default_version(enet VERSION 1.3.13-p1)
hunter_default_version(entityx VERSION 1.3.0-p1)
hunter_default_version(eos VERSION 0.12.1)
hunter_default_version(erasure_coding_crust VERSION 0.0.6)
hunter_default_version(erasure_coding_crust VERSION 0.0.7)
hunter_default_version(ethash VERSION 0.5.0)
hunter_default_version(farmhash VERSION 1.1)
hunter_default_version(ffmpeg VERSION n4.1-dev-45499e557c-p7)
Expand Down
8 changes: 8 additions & 0 deletions cmake/projects/erasure_coding_crust/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ include(hunter_cacheable)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
erasure_coding_crust
VERSION
0.0.7
URL https://github.com/qdrvm/erasure-coding-crust/archive/refs/tags/v0.0.7.zip
SHA1 8bcbfe83b9b1936bdae846efc02fa384232104a8
)

hunter_add_version(
PACKAGE_NAME
Expand Down