Skip to content

Commit

Permalink
Feature/print payload as hex (#69)
Browse files Browse the repository at this point in the history
* print_payload_as_hex

* MNT: Re-rendered with conda-build 3.21.9, conda-smithy 3.30.1, and conda-forge-pinning 2023.12.14.13.22.08

* Add hex output option

* MNT: Re-rendered with conda-build 3.21.9, conda-smithy 3.30.1, and conda-forge-pinning 2023.12.14.13.22.08

* fix double volk inclusion
  • Loading branch information
tapparelj committed Dec 14, 2023
1 parent 2a1f4ec commit d2d3805
Show file tree
Hide file tree
Showing 53 changed files with 698 additions and 195 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,8 +30,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,8 +30,6 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,8 +30,6 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
37 changes: 37 additions & 0 deletions .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- tapparelj main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gmp:
- '6'
gnuradio_core:
- 3.10.6
gnuradio_extra_pin:
- ''
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -34,8 +34,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-aarch64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -34,8 +34,6 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-aarch64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -34,8 +34,6 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-aarch64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
41 changes: 41 additions & 0 deletions .ci_support/linux_aarch64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- tapparelj main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gmp:
- '6'
gnuradio_core:
- 3.10.6
gnuradio_extra_pin:
- ''
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,8 +30,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-ppc64le
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,8 +30,6 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-ppc64le
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gnuradio_core:
gnuradio_extra_pin:
- ''
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -30,8 +30,6 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-ppc64le
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
37 changes: 37 additions & 0 deletions .ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- tapparelj main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gmp:
- '6'
gnuradio_core:
- 3.10.6
gnuradio_extra_pin:
- ''
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- tapparelj main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
gnuradio_core:
- 3.10.6
gnuradio_extra_pin:
- ''
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -28,8 +28,6 @@ python:
- 3.10.* *_cpython
target_platform:
- osx-64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- tapparelj main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
gnuradio_core:
- 3.10.6
gnuradio_extra_pin:
- ''
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -28,8 +28,6 @@ python:
- 3.8.* *_cpython
target_platform:
- osx-64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- tapparelj main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
gnuradio_core:
- 3.10.6
gnuradio_extra_pin:
- ''
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -28,8 +28,6 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-64
volk:
- '3.0'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down

0 comments on commit d2d3805

Please sign in to comment.