Skip to content

Commit

Permalink
Performance updates (#89)
Browse files Browse the repository at this point in the history
Update binaryen to v1.38.28-patch.1
Update schnorrkel_crust to v1.0.10

Signed-off-by: iceseer <iceseer@gmail.com>

---------

Signed-off-by: iceseer <iceseer@gmail.com>
  • Loading branch information
iceseer authored Jun 14, 2023
1 parent fa4867d commit a436f2f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
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

0 comments on commit a436f2f

Please sign in to comment.