Skip to content
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
55 changes: 8 additions & 47 deletions .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
build_type:
- debug
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.39'
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge python_debug
cxx_compiler:
- gxx
cxx_compiler_version:
- '15'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma10
expat:
- '2'
freethreading:
- 'no'
libffi:
- '3.7'
liblzma_devel:
- '5'
libsqlite:
- '3'
libuuid:
- '2'
ncurses:
- '6'
openssl:
- '3.5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.14'
readline:
- '8'
target_platform:
- linux-riscv64
tk:
- '8.6'
zip_keys:
- - build_type
- channel_targets
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1'
zstd:
- '1.5'
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
build_type:
- debug
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.39'
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge python_debug
cxx_compiler:
- gxx
cxx_compiler_version:
- '15'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma10
expat:
- '2'
freethreading:
- 'yes'
libffi:
- '3.7'
liblzma_devel:
- '5'
libsqlite:
- '3'
libuuid:
- '2'
ncurses:
- '6'
openssl:
- '3.5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.14'
readline:
- '8'
target_platform:
- linux-riscv64
tk:
- '8.6'
zip_keys:
- - build_type
- channel_targets
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1'
zstd:
- '1.5'
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
build_type:
- release
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.39'
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '15'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma10
expat:
- '2'
freethreading:
- 'no'
libffi:
- '3.7'
liblzma_devel:
- '5'
libsqlite:
- '3'
libuuid:
- '2'
ncurses:
- '6'
openssl:
- '3.5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.14'
readline:
- '8'
target_platform:
- linux-riscv64
tk:
- '8.6'
zip_keys:
- - build_type
- channel_targets
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1'
zstd:
- '1.5'
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
build_type:
- release
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '15'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.39'
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '15'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma10
expat:
- '2'
freethreading:
- 'yes'
libffi:
- '3.7'
liblzma_devel:
- '5'
libsqlite:
- '3'
libuuid:
- '2'
ncurses:
- '6'
openssl:
- '3.5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.14'
readline:
- '8'
target_platform:
- linux-riscv64
tk:
- '8.6'
zip_keys:
- - build_type
- channel_targets
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1'
zstd:
- '1.5'
Loading
Loading