Skip to content

Commit

Permalink
Add required build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Jul 24, 2023
1 parent d674067 commit 242ec6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions conda/recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rust_compiler_version:
- 1.64
libprotobuf:
- 3
7 changes: 5 additions & 2 deletions conda/recipes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,16 @@ build:

requirements:
build:
- libprotobuf # [build_platform != target_platform]
- zlib # [build_platform != target_platform]
- {{ compiler('rust') }}
- {{ compiler('c') }} # [linux]
- {{ compiler('c') }} # [linux]
host:
- python >=3.7
- maturin >=0.15,<0.16
- libprotobuf =3
- libprotobuf
- pip
- zlib
- xz # [linux]
run:
- python >=3.7
Expand Down

0 comments on commit 242ec6e

Please sign in to comment.