Skip to content

Commit

Permalink
Merge pull request #43 from regro-cf-autotick-bot/rebuild-python313-0…
Browse files Browse the repository at this point in the history
…-1_hfb8102

Rebuild for python 3.13
  • Loading branch information
bryanwweber authored Nov 9, 2024
2 parents 96a80e6 + c2a71c1 commit 56e18bf
Show file tree
Hide file tree
Showing 41 changed files with 286 additions and 179 deletions.
22 changes: 11 additions & 11 deletions .azure-pipelines/azure-pipelines-linux.yml

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

16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

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

28 changes: 7 additions & 21 deletions .azure-pipelines/azure-pipelines-win.yml

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

6 changes: 4 additions & 2 deletions .ci_support/linux_64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
Expand All @@ -24,6 +24,8 @@ libblas:
- 3.9 *netlib
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
Expand Down
6 changes: 4 additions & 2 deletions .ci_support/linux_64_numpy2.0python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
Expand All @@ -24,6 +24,8 @@ libblas:
- 3.9 *netlib
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
Expand Down
6 changes: 4 additions & 2 deletions .ci_support/linux_64_numpy2.0python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
Expand All @@ -24,6 +24,8 @@ libblas:
- 3.9 *netlib
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
Expand Down
6 changes: 4 additions & 2 deletions .ci_support/linux_64_numpy2.0python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
Expand All @@ -24,6 +24,8 @@ libblas:
- 3.9 *netlib
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
Expand All @@ -24,16 +24,18 @@ libblas:
- 3.9 *netlib
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
- '1.22'
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
- 3.13.* *_cp313
target_platform:
- linux-64
zip_keys:
Expand Down
6 changes: 4 additions & 2 deletions .ci_support/linux_aarch64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -19,7 +19,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
Expand All @@ -28,6 +28,8 @@ libblas:
- 3.9 *netlib
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
Expand Down
6 changes: 4 additions & 2 deletions .ci_support/linux_aarch64_numpy2.0python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -19,7 +19,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
Expand All @@ -28,6 +28,8 @@ libblas:
- 3.9 *netlib
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
Expand Down
6 changes: 4 additions & 2 deletions .ci_support/linux_aarch64_numpy2.0python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -19,7 +19,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
Expand All @@ -28,6 +28,8 @@ libblas:
- 3.9 *netlib
libboost_devel:
- '1.86'
libboost_headers:
- '1.86'
liblapack:
- 3.9 *netlib
numpy:
Expand Down
Loading

0 comments on commit 56e18bf

Please sign in to comment.