diff --git a/conda/recipes/conda_build_config.yaml b/conda/recipes/conda_build_config.yaml new file mode 100644 index 000000000..f20fae593 --- /dev/null +++ b/conda/recipes/conda_build_config.yaml @@ -0,0 +1,4 @@ +rust_compiler_version: + - 1.64 +libprotobuf: + - 3 \ No newline at end of file diff --git a/conda/recipes/meta.yaml b/conda/recipes/meta.yaml index e2bb8bee3..78d1287de 100644 --- a/conda/recipes/meta.yaml +++ b/conda/recipes/meta.yaml @@ -34,11 +34,18 @@ build: number: 0 requirements: + build: + - libprotobuf # [build_platform != target_platform] + - zlib # [build_platform != target_platform] + - {{ compiler('rust') }} + - {{ compiler('c') }} # [linux] host: - python >=3.7 - maturin >=0.15,<0.16 - - libprotobuf =3 + - libprotobuf - pip + - zlib + - xz # [linux] run: - python >=3.7 - pyarrow >=11.0.0