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

Overhaul build system for modern Python and enable cibuildwheel #65

Merged
merged 18 commits into from
Jan 15, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- ryanvolz main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
gnuradio_core:
- 3.10.10
- 3.10.11
hdf5:
- 1.14.3
numpy:
- '1.22'
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -29,7 +29,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- ryanvolz main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
gnuradio_core:
- 3.10.10
- 3.10.11
hdf5:
- 1.14.3
numpy:
- '1.23'
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -29,7 +29,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- ryanvolz main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
gnuradio_core:
- 3.10.10
- 3.10.11
hdf5:
- 1.14.3
numpy:
- '1.26'
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -29,7 +29,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- ryanvolz main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
gnuradio_core:
- 3.10.10
- 3.10.11
hdf5:
- 1.14.3
numpy:
- '1.22'
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -29,7 +29,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
39 changes: 0 additions & 39 deletions .ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_aarch64_numpy1.22python3.8.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_aarch64_numpy1.22python3.9.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_aarch64_numpy1.23python3.11.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_aarch64_numpy1.26python3.12.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- ryanvolz main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-aarch64:alma9
gnuradio_core:
- 3.10.10
- 3.10.11
hdf5:
- 1.14.3
numpy:
- '1.22'
- '2.0'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
- 3.10.* *_cpython
target_platform:
- linux-64
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Loading
Loading