Skip to content

Commit

Permalink
Merge pull request #34 from soramitsu/feature/update-binaryen-2
Browse files Browse the repository at this point in the history
update binaryen
  • Loading branch information
sanblch authored Jul 29, 2021
2 parents bc6727d + 173b7f2 commit a8daa56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 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 version_101)
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
20 changes: 4 additions & 16 deletions cmake/projects/binaryen/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,22 @@ include(hunter_download)
include(hunter_pick_scheme)
include(hunter_cmake_args)


hunter_add_version(
PACKAGE_NAME
binaryen
VERSION
1.38.28-p0
URL
"https://github.com/Warchant/binaryen/archive/1.38.28-p0.tar.gz"
SHA1
6c95a5a46a9e17a04521bb775266f2bae1763287
)

hunter_add_version(
PACKAGE_NAME
binaryen
VERSION
1.38.28-p1
version_101
URL
"https://github.com/Warchant/binaryen/archive/1.38.28-p1.tar.gz"
"https://github.com/soramitsu/binaryen/archive/refs/tags/version_101.tar.gz"
SHA1
f8ff97ee1e16862e8c88bfea2ffb88247ad65223
c8dcb3081d3416587927bcadd66864b7e6e11b26
)

hunter_cmake_args(
binaryen
CMAKE_ARGS
BUILD_LLVM_DWARF=OFF
BUILD_STATIC_LIB=ON
BUILD_TOOLS=OFF # we don't want to build executables by default
ENABLE_WERROR=OFF # some new compilers (g++-{7,8}) produce warnings so build may fail. we explicitly disable -Werror
)

Expand Down

0 comments on commit a8daa56

Please sign in to comment.