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

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

37 changes: 37 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

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

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

36 changes: 36 additions & 0 deletions .ci_support/linux_64_mpimpichpython3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
mpi:
- mpich
mpich:
- '4'
mumps_mpi:
- 5.8.2
mumps_seq:
- 5.8.2
numpy:
- '2'
openmpi:
- '5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
36 changes: 36 additions & 0 deletions .ci_support/linux_64_mpimpichpython3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
mpi:
- mpich
mpich:
- '4'
mumps_mpi:
- 5.8.2
mumps_seq:
- 5.8.2
numpy:
- '2'
openmpi:
- '5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
36 changes: 36 additions & 0 deletions .ci_support/linux_64_mpinompipython3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
mpi:
- nompi
mpich:
- '4'
mumps_mpi:
- 5.8.2
mumps_seq:
- 5.8.2
numpy:
- '2'
openmpi:
- '5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
36 changes: 36 additions & 0 deletions .ci_support/linux_64_mpinompipython3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
mpi:
- nompi
mpich:
- '4'
mumps_mpi:
- 5.8.2
mumps_seq:
- 5.8.2
numpy:
- '2'
openmpi:
- '5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
Loading