Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: depend on gmp instead of mpir #276

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Clean up recipe after mpir->gmp switch
  • Loading branch information
ryanvolz committed Aug 15, 2024
commit 24f2e9984feaf131ca0853d753cdbd61a801786b
8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- git
- ninja
- patch # [osx]
- pkg-config # [not win]
- pkg-config
- thrift-compiler # [not win]
# cross-compilation requirements
- python # [build_platform != target_platform]
Expand All @@ -44,12 +44,11 @@ requirements:
- codec2
- fftw
- fmt
- gmp # [not win]
- gmp
- gsl
- libsndfile
- libthrift # [not win]
- mako
- gmp # [win]
- numpy
- packaging
- pip # [win]
Expand Down Expand Up @@ -205,13 +204,12 @@ outputs:
- codec2
- fftw
- fmt
- gmp # [not win]
- gmp
- {{ pin_subpackage('gnuradio-pmt', exact=True) }}
- gsl
- jack # [linux]
- libsndfile
- libthrift # [not win]
- gmp # [win]
- numpy
- packaging
- portaudio
Expand Down
Loading