Skip to content
Draft
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
490 changes: 0 additions & 490 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

866 changes: 631 additions & 235 deletions .azure-pipelines/azure-pipelines-osx.yml
100755 → 100644

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'yes'
py_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -11,15 +11,15 @@ channel_sources:
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'yes'
py_impl:
- cp314t
target_platform:
- linux-aarch64
- linux-64
version:
- '3.14'
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -11,15 +11,15 @@ channel_sources:
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
- cp314
target_platform:
- linux-aarch64
- linux-64
version:
- '3.14'
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -11,15 +11,15 @@ channel_sources:
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
- cpython
target_platform:
- linux-aarch64
- linux-64
version:
- '3.10'
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -11,15 +11,15 @@ channel_sources:
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
- cpython
target_platform:
- linux-aarch64
- linux-64
version:
- '3.12'
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- linux-ppc64le
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'yes'
py_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -11,15 +11,15 @@ channel_sources:
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
- linux-ppc64le
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
- cp313
target_platform:
- linux-ppc64le
- linux-64
version:
- '3.13'
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -11,15 +11,15 @@ channel_sources:
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
- linux-ppc64le
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'yes'
py_impl:
- cp314t
target_platform:
- linux-ppc64le
- linux-64
version:
- '3.14'
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- linux-ppc64le
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- linux-ppc64le
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -11,15 +11,15 @@ channel_sources:
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
- linux-ppc64le
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
- cpython
target_platform:
- linux-ppc64le
- linux-64
version:
- '3.11'
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -11,15 +11,15 @@ channel_sources:
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
- linux-ppc64le
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
- cpython
target_platform:
- linux-ppc64le
- linux-64
version:
- '3.12'
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- osx-64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'yes'
py_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- osx-64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'no'
py_impl:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,7 +13,7 @@ channel_targets:
cross_target_platform:
- osx-64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
freethreading:
- 'yes'
py_impl:
Expand Down
Loading
Loading