Skip to content
Open
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
66 changes: 33 additions & 33 deletions recipes/recipes_emscripten/iceberg-cpp/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
context:
name: iceberg-cpp
version: 0.2.0
version: 0.3.0

package:
name: ${{ name }}
version: ${{ version }}

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
script: build.sh

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
Expand All @@ -66,4 +66,4 @@ about:

extra:
recipe-maintainers:
- Copilot
- Copilot
Loading