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
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .ci_support/migrations/libthrift0190.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .ci_support/win_64_numpy1.22python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fftw:
- '3'
fmt:
- '10'
gmp:
- '6'
gsl:
- '2.7'
libboost_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fftw:
- '3'
fmt:
- '10'
gmp:
- '6'
gsl:
- '2.7'
libboost_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_numpy2.0python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fftw:
- '3'
fmt:
- '10'
gmp:
- '6'
gsl:
- '2.7'
libboost_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_numpy2.0python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fftw:
- '3'
fmt:
- '10'
gmp:
- '6'
gsl:
- '2.7'
libboost_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_numpy2.0python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ fftw:
- '3'
fmt:
- '10'
gmp:
- '6'
gsl:
- '2.7'
libboost_devel:
Expand Down
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:
- 0004-cmake-runtime-Manually-set-the-pybind11-internal-bui.patch

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -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
- mpir # [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]
- mpir # [win]
- numpy
- packaging
- portaudio
Expand Down
Loading