From 4a3a23a0e44502681ad1498a0b32ef168395bc11 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Mon, 15 Jun 2026 03:59:50 +0000 Subject: [PATCH] Update iceberg-cpp from 0.2.0 to 0.3.0 --- .../iceberg-cpp/recipe.yaml | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/recipes/recipes_emscripten/iceberg-cpp/recipe.yaml b/recipes/recipes_emscripten/iceberg-cpp/recipe.yaml index 659de07679..e5142c530f 100644 --- a/recipes/recipes_emscripten/iceberg-cpp/recipe.yaml +++ b/recipes/recipes_emscripten/iceberg-cpp/recipe.yaml @@ -1,6 +1,6 @@ context: name: iceberg-cpp - version: 0.2.0 + version: 0.3.0 package: name: ${{ name }} @@ -8,9 +8,9 @@ package: source: url: https://github.com/apache/iceberg-cpp/archive/refs/tags/v${{ version }}.tar.gz - sha256: 16df1b30710a7c70d17e701d3d5ae9ee567c6647bb8d23df369431b2939f590c + sha256: fb89fee913e722a094e2288be6b71916743b6b2446dab5e1a37943ae31403046 patches: - - 0001-Prefer-installed-nanoarrow.patch + - 0001-Prefer-installed-nanoarrow.patch build: number: 0 @@ -18,45 +18,45 @@ build: requirements: build: - - ${{ compiler('cxx') }} - - cmake - - ninja + - ${{ compiler('cxx') }} + - cmake + - ninja host: - - nanoarrow = 0.8.0 - - nlohmann_json - - zlib + - nanoarrow = 0.8.0 + - nlohmann_json + - zlib run: - - nanoarrow = 0.8.0 - - nlohmann_json - - zlib + - nanoarrow = 0.8.0 + - nlohmann_json + - zlib tests: - - package_contents: - files: - - include/iceberg/schema.h - - include/iceberg/schema_field.h - - include/iceberg/type.h - - lib/libiceberg.a - - lib/cmake/iceberg/iceberg-config.cmake - - lib/cmake/iceberg/iceberg-targets.cmake - - script: - - build_tests.sh - requirements: - build: - - ${{ compiler('cxx') }} - - cmake - - ninja +- package_contents: files: - recipe: - - build_tests.sh - - tests/ + - include/iceberg/schema.h + - include/iceberg/schema_field.h + - include/iceberg/type.h + - lib/libiceberg.a + - lib/cmake/iceberg/iceberg-config.cmake + - lib/cmake/iceberg/iceberg-targets.cmake +- script: + - build_tests.sh + requirements: + build: + - ${{ compiler('cxx') }} + - cmake + - ninja + files: + recipe: + - build_tests.sh + - tests/ about: homepage: https://iceberg.apache.org/ license: Apache-2.0 license_file: - - LICENSE - - NOTICE + - LICENSE + - NOTICE summary: C++ implementation of Apache Iceberg description: | Apache Iceberg C++ provides core Iceberg table metadata, schema, and @@ -66,4 +66,4 @@ about: extra: recipe-maintainers: - - Copilot \ No newline at end of file + - Copilot