Skip to content

Commit

Permalink
ci: Enable thrift for conda build on Windows.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Volz <ryan.volz@gmail.com>
  • Loading branch information
ryanvolz committed Sep 11, 2023
1 parent 5d6b774 commit 75a8cba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .packaging/conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ requirements:
- git
- ninja
- pkg-config # [not win]
- thrift-compiler
- sysroot_linux-64 2.17 # [linux64]
- thrift-compiler
# cross-compilation requirements
Expand Down Expand Up @@ -67,7 +68,7 @@ requirements:
- gmp # [not win]
- gsl
- libsndfile
- libthrift # [not win]
- libthrift
- mako
- mpir # [win]
- numpy
Expand All @@ -77,7 +78,7 @@ requirements:
- pybind11-abi
- python
- spdlog
- thrift # [not win]
- thrift
- volk
# gnuradio.audio
- alsa-lib # [linux]
Expand Down Expand Up @@ -132,7 +133,7 @@ requirements:
- scipy
# need setuptools because modtool uses pkg_resources
- setuptools
- thrift # [not win]
- thrift
run_constrained:
# conflict with the non-dev conda-forge packages
# by constraining to non-existent version
Expand Down

0 comments on commit 75a8cba

Please sign in to comment.