Skip to content

Commit

Permalink
Re-render the feedstock after CI registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin committed Apr 19, 2023
1 parent cddf7cd commit 4282ac8
Show file tree
Hide file tree
Showing 22 changed files with 981 additions and 1 deletion.
65 changes: 65 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.

6 changes: 6 additions & 0 deletions .ci_support/README

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

40 changes: 40 additions & 0 deletions .ci_support/linux_64_mpimpichpython3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libarchive:
- '3.6'
libuuid:
- '2'
lua:
- '5'
lz4_c:
- 1.9.3
mpi:
- mpich
mpich:
- '4'
ncurses:
- '6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
sqlite:
- '3'
target_platform:
- linux-64
zeromq:
- 4.3.4
40 changes: 40 additions & 0 deletions .ci_support/linux_64_mpimpichpython3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libarchive:
- '3.6'
libuuid:
- '2'
lua:
- '5'
lz4_c:
- 1.9.3
mpi:
- mpich
mpich:
- '4'
ncurses:
- '6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
sqlite:
- '3'
target_platform:
- linux-64
zeromq:
- 4.3.4
40 changes: 40 additions & 0 deletions .ci_support/linux_64_mpimpichpython3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libarchive:
- '3.6'
libuuid:
- '2'
lua:
- '5'
lz4_c:
- 1.9.3
mpi:
- mpich
mpich:
- '4'
ncurses:
- '6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
sqlite:
- '3'
target_platform:
- linux-64
zeromq:
- 4.3.4
40 changes: 40 additions & 0 deletions .ci_support/linux_64_mpiopenmpipython3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libarchive:
- '3.6'
libuuid:
- '2'
lua:
- '5'
lz4_c:
- 1.9.3
mpi:
- openmpi
mpich:
- '4'
ncurses:
- '6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
sqlite:
- '3'
target_platform:
- linux-64
zeromq:
- 4.3.4
40 changes: 40 additions & 0 deletions .ci_support/linux_64_mpiopenmpipython3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libarchive:
- '3.6'
libuuid:
- '2'
lua:
- '5'
lz4_c:
- 1.9.3
mpi:
- openmpi
mpich:
- '4'
ncurses:
- '6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
sqlite:
- '3'
target_platform:
- linux-64
zeromq:
- 4.3.4
40 changes: 40 additions & 0 deletions .ci_support/linux_64_mpiopenmpipython3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libarchive:
- '3.6'
libuuid:
- '2'
lua:
- '5'
lz4_c:
- 1.9.3
mpi:
- openmpi
mpich:
- '4'
ncurses:
- '6'
openmpi:
- '4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
sqlite:
- '3'
target_platform:
- linux-64
zeromq:
- 4.3.4
25 changes: 25 additions & 0 deletions .circleci/config.yml

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

27 changes: 27 additions & 0 deletions .gitattributes

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

1 change: 1 addition & 0 deletions .github/CODEOWNERS

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

19 changes: 19 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
status: {}
check_suite:
types:
- completed

jobs:
automerge-action:
runs-on: ubuntu-latest
name: automerge
steps:
- name: checkout
uses: actions/checkout@v3
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rerendering_github_token: ${{ secrets.RERENDERING_GITHUB_TOKEN }}
Loading

0 comments on commit 4282ac8

Please sign in to comment.