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

Performance updates #89

Merged
merged 2 commits into from
Jun 14, 2023
Merged
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
4 changes: 2 additions & 2 deletions cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ hunter_default_version(autoutils VERSION 0.3.0)
hunter_default_version(aws-c-common VERSION 0.2.1-p0)
hunter_default_version(benchmark VERSION 1.5.0)
hunter_default_version(bento4 VERSION 1.5.1-628-e6ee435-p0)
hunter_default_version(binaryen VERSION 1.38.28-p1)
hunter_default_version(binaryen VERSION 1.38.28-patch.1)
hunter_default_version(bison VERSION 3.0.4-p0)
hunter_default_version(boost-pba VERSION 1.0.0-p0)
hunter_default_version(botan VERSION 2.11.0-110af9494)
Expand Down Expand Up @@ -475,7 +475,7 @@ hunter_default_version(rospack VERSION 2.5.3-p0)
hunter_default_version(s3 VERSION 0.0.0-287e4be-p1)
hunter_default_version(scale VERSION 1.0.7)
hunter_default_version(scelta VERSION 0.1.0-a0f4f70-p0)
hunter_default_version(schnorrkel_crust VERSION 1.0.9)
hunter_default_version(schnorrkel_crust VERSION 1.0.10)
hunter_default_version(sds VERSION 2.0.0)
hunter_default_version(sentencepiece VERSION 0.1.8-p1)
hunter_default_version(shaderc VERSION 2019.0-p1)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/binaryen/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ hunter_add_version(
f8ff97ee1e16862e8c88bfea2ffb88247ad65223
)

hunter_add_version(
PACKAGE_NAME
binaryen
VERSION
1.38.28-patch.1
URL
"https://github.com/soramitsu/binaryen/archive/refs/tags/1.38.28-patch.1.zip"
SHA1
ff287b5fca707f812e9d6dd70f6e45658536f179
)

hunter_cmake_args(
binaryen
CMAKE_ARGS
Expand Down
9 changes: 9 additions & 0 deletions cmake/projects/schnorrkel_crust/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ include(hunter_download)
include(hunter_pick_scheme)


hunter_add_version(
PACKAGE_NAME
schnorrkel_crust
VERSION
1.0.10
URL https://github.com/soramitsu/soramitsu-sr25519-crust/archive/8c93ec4234b2246bc0b787f8865cf083b2b8d409.zip
SHA1 64df9de56e18bf6b41d6daba7c822d9e86c2b801
)

hunter_add_version(
PACKAGE_NAME
schnorrkel_crust
Expand Down