mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-lang/wabt: drop 1.0.29, add 1.0.30
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST wabt-1.0.29.tar.xz 1977856 BLAKE2B 08ad2cf96ba743dd094a05f51ab86341fb0403737b35ff8f4e5d5041dfd27994af0215565085f1a1818d847f4587c93e91cebc9f63df6b401f4f295101f6d760 SHA512 fa791c29ecc4e8795d5afa6ffd8fcb0b3e39b89f4b936611e86759aafcb77b91c7b02e899d07c8e9ee871ac66e40f44579ec788e2d18a87d4f48dbf795c6c045
|
||||
DIST wabt-1.0.30.tar.xz 2020572 BLAKE2B eda0074b0839908bb837921ed451aa0c022dc1fe8ee594f64294115dc020edc92e59d259d033d3290c843f501be0bb87e3e9b44e31ba6f6b427898db25a65380 SHA512 d7a76d6c96c1a6098111ebfb1a252a0dbd7952a014300015ee39808afcc2243fdb0794a8e2fb7fb26b11c1ecca7923c2fe6210aa6a85d7f6b001c11fe451a816
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 1fe79b8d..5ebf8f87 100644
|
||||
index 2935e9e5..949e4e38 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -632,52 +632,7 @@ if (BUILD_TESTS)
|
||||
${USES_TERMINAL}
|
||||
@@ -658,49 +658,7 @@ if (BUILD_TESTS)
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
||||
- add_custom_target(run-c-api-tests
|
||||
- COMMAND ${PYTHON_EXECUTABLE} ${WABT_SOURCE_DIR}/test/run-c-api-examples.py --bindir $<TARGET_FILE_DIR:wat2wasm>
|
||||
- WORKING_DIRECTORY ${WABT_SOURCE_DIR}
|
||||
- ${USES_TERMINAL}
|
||||
- USES_TERMINAL
|
||||
- )
|
||||
-
|
||||
- add_custom_target(check DEPENDS run-unittests run-tests run-c-api-tests)
|
||||
@@ -46,10 +46,7 @@ index 1fe79b8d..5ebf8f87 100644
|
||||
- c_api_example(start)
|
||||
- c_api_example(table)
|
||||
- c_api_example(trap)
|
||||
- if (NOT WIN32)
|
||||
- # depends on pthreads
|
||||
- set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
- find_package(Threads REQUIRED)
|
||||
- if (CMAKE_USE_PTHREADS_INIT)
|
||||
- c_api_example(threads)
|
||||
- endif ()
|
||||
+ add_custom_target(check DEPENDS run-unittests run-tests)
|
||||
@@ -25,7 +25,7 @@ BDEPEND="
|
||||
|
||||
PATCHES=(
|
||||
# Disable tests depending on third_party/wasm-c-api/example/*.wasm
|
||||
"${FILESDIR}/wabt-1.0.29-wasm-blob-tests.patch"
|
||||
"${FILESDIR}/wabt-1.0.30-wasm-blob-tests.patch"
|
||||
)
|
||||
|
||||
python_check_deps() {
|
||||
Reference in New Issue
Block a user