Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild for ffmpeg 7 #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
41 changes: 28 additions & 13 deletions .azure-pipelines/azure-pipelines-linux.yml

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

34 changes: 25 additions & 9 deletions .azure-pipelines/azure-pipelines-osx.yml

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

84 changes: 33 additions & 51 deletions .azure-pipelines/azure-pipelines-win.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
@@ -1,7 +1,11 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +15,9 @@ channel_targets:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
ffmpeg:
- '4.4'
- '6'
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +27,7 @@ python:
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +15,9 @@ channel_targets:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
ffmpeg:
- '4.4'
- '6'
numpy:
- '1.20'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +27,7 @@ python:
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +15,9 @@ channel_targets:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
ffmpeg:
- '4.4'
- '6'
numpy:
- '1.20'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +27,7 @@ python:
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,7 +15,7 @@ channel_targets:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
ffmpeg:
- '4.4'
- '6'
numpy:
- '1.23'
pin_run_as_build:
Expand All @@ -23,5 +27,7 @@ python:
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
ffmpeg:
- '7'
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- numpy
Loading
Loading