From 783617cb9b179e44f219485175001eac374b799b Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:12:24 +0000 Subject: [PATCH 01/13] updated v9.3.0 --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 45aa5ac5..491e4be6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "9.2.6" %} -{% set build = 23 %} +{% set version = "9.3.0" %} +{% set build = 0 %} {% set minor_version = ".".join(version.split(".")[:2]) %} @@ -21,7 +21,7 @@ package: source: url: http://www.vtk.org/files/release/{{ minor_version }}/VTK-{{ version }}.tar.gz - sha256: 06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12 + sha256: fdc7b9295225b34e4fdddc49cd06e66e94260cb00efee456e0f66568c9681be9 patches: - fix-threads-windows.patch # [win] # https://github.com/conda-forge/vtk-feedstock/pull/282 @@ -215,7 +215,7 @@ outputs: host: # We use ffmpeg here in the host section so that conda build # uses the global pinnings and ensures ffmpeg compatibility. - - ffmpeg + - ffmpeg run: - {{ pin_subpackage("vtk-base", exact=True) }} - ffmpeg From d7b494ceec1cd62c631fd922144321418aaa1420 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Mon, 20 Nov 2023 06:46:07 +1000 Subject: [PATCH 02/13] Add missing fast_float dep --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 491e4be6..283fee8e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -118,6 +118,7 @@ outputs: - gl2ps - pugixml - qt-main # [not ppc64le and (build_variant == "qt")] + - fast_float run: - python From 97604337e96c1e27044f616666fea7f1537a5f89 Mon Sep 17 00:00:00 2001 From: looooo Date: Fri, 7 Jun 2024 22:14:36 +0200 Subject: [PATCH 03/13] qt6 --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 283fee8e..c8d48c46 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -59,6 +59,7 @@ outputs: - ninja - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] + - qt6-main # [build_platform != target_platform] - {{ cdt('libselinux') }} # [linux and build_variant != "osmesa"] - {{ cdt('mesa-libgl-devel') }} # [linux and build_variant != "osmesa"] - {{ cdt('mesa-dri-drivers') }} # [linux and build_variant != "osmesa"] @@ -117,7 +118,7 @@ outputs: - sqlite - gl2ps - pugixml - - qt-main # [not ppc64le and (build_variant == "qt")] + - qt6-main # [not ppc64le and (build_variant == "qt")] - fast_float run: From 0f62ce5c1ca0d929567d854222ce8249799ebfd3 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 7 May 2024 04:28:34 +0000 Subject: [PATCH 04/13] Rebuild for ffmpeg 7 --- .ci_support/migrations/ffmpeg7.yaml | 9 +++++++++ recipe/conda_build_config.yaml | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .ci_support/migrations/ffmpeg7.yaml diff --git a/.ci_support/migrations/ffmpeg7.yaml b/.ci_support/migrations/ffmpeg7.yaml new file mode 100644 index 00000000..ba8f6e94 --- /dev/null +++ b/.ci_support/migrations/ffmpeg7.yaml @@ -0,0 +1,9 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for ffmpeg 7 + kind: version + migration_number: 1 +ffmpeg: +- '6' +- '7' +migrator_ts: 1714879707.672227 diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 5d418d61..2f80d0f4 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,3 +1,8 @@ +# clang 16 errors on incompatible function pointers +c_compiler_version: # [osx] + - 15 # [osx] +cxx_compiler_version: # [osx] + - 15 # [osx] build_variant: - "qt" - "osmesa" # [linux64] @@ -14,3 +19,14 @@ replacements: - '*.cmake' regex_re: '([^;\s"]+/MacOSX\d*\.?\d*\.sdk)' replacement_re: '$ENV{CONDA_BUILD_SYSROOT}' +cudnn: # [linux64] + - undefined # [linux64] +cuda_compiler_version: # [linux64] + - None # [linux64] +docker_image: # [linux64] + - quay.io/condaforge/linux-anvil-cos7-x86_64 # [linux64] +cdt_name: # [linux64] + - cos7 # [linux64] + +c_stdlib_version: # [linux] + - "2.17" # [linux] \ No newline at end of file From b1730869a40b0f511f8919530e38d570326829a9 Mon Sep 17 00:00:00 2001 From: looooo Date: Sun, 24 Dec 2023 12:14:24 +0100 Subject: [PATCH 05/13] qt6/moc hack --- recipe/build-base.sh | 12 ++++++++++++ recipe/conda_build_config.yaml | 2 ++ 2 files changed, 14 insertions(+) diff --git a/recipe/build-base.sh b/recipe/build-base.sh index d9515ebd..6267380c 100755 --- a/recipe/build-base.sh +++ b/recipe/build-base.sh @@ -7,6 +7,18 @@ BUILD_CONFIG=Release # Use bash "Remove Largest Suffix Pattern" to get rid of all but major version number PYTHON_MAJOR_VERSION=${PY_VER%%.*} +if [[ "${target_platform}" =~ osx-arm64 ]]; then + rm -f "${PREFIX}/lib/qt6/moc" + ln -s "${BUILD_PREFIX}/lib/qt6/moc" "${PREFIX}/lib/qt6/moc" + + # Additional debugging information + echo "Adjusted Qt tools for osx-arm64 with build variant qt6" + echo "Removed: ${PREFIX}/lib/qt6/moc" + echo "Linked to: ${BUILD_PREFIX}/lib/qt6/moc" +else + echo "Skipping Qt tools adjustment. Target platform: ${target_platform}, Build variant: $build_variant" +fi + VTK_ARGS=() if [[ "$build_variant" == "osmesa" ]]; then diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 2f80d0f4..620605d3 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,3 +1,5 @@ +MACOSX_SDK_VERSION: # [osx and x86_64] + - '11.0' # [osx and x86_64] # clang 16 errors on incompatible function pointers c_compiler_version: # [osx] - 15 # [osx] From 6aa0a3630c98c752f388d702a9fbb552f242f7a3 Mon Sep 17 00:00:00 2001 From: looooo Date: Fri, 7 Jun 2024 22:32:01 +0200 Subject: [PATCH 06/13] set QT_HOST_PATH --- recipe/build-base.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/build-base.sh b/recipe/build-base.sh index 6267380c..e08c2ff2 100755 --- a/recipe/build-base.sh +++ b/recipe/build-base.sh @@ -7,7 +7,7 @@ BUILD_CONFIG=Release # Use bash "Remove Largest Suffix Pattern" to get rid of all but major version number PYTHON_MAJOR_VERSION=${PY_VER%%.*} -if [[ "${target_platform}" =~ osx-arm64 ]]; then +if [[ "${target_platform}" =~ osx-arm64 && "${target_platform}" != "${build_platform}" ]]; then rm -f "${PREFIX}/lib/qt6/moc" ln -s "${BUILD_PREFIX}/lib/qt6/moc" "${PREFIX}/lib/qt6/moc" @@ -174,6 +174,7 @@ cmake -LAH .. -G "Ninja" ${CMAKE_ARGS} \ -DVTK_MODULE_USE_EXTERNAL_VTK_cgns:BOOL=OFF \ -DVTK_MODULE_USE_EXTERNAL_VTK_ioss:BOOL=OFF \ -DVTK_MODULE_USE_EXTERNAL_VTK_verdict:BOOL=OFF \ + -DQT_HOST_PATH:STRING="${PREFIX}" \ "${VTK_ARGS[@]}" # compile & install! From 2edd2a97e5be3f71e805e9af3dfa9051e3ee0010 Mon Sep 17 00:00:00 2001 From: looooo Date: Fri, 7 Jun 2024 22:35:26 +0200 Subject: [PATCH 07/13] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.32.0, and conda-forge-pinning 2024.06.07.18.45.09 --- .azure-pipelines/azure-pipelines-linux.yml | 201 ++++++-- .azure-pipelines/azure-pipelines-osx.yml | 73 ++- .azure-pipelines/azure-pipelines-win.yml | 36 +- ...ianteglffmpeg6python3.10.____cpython.yaml} | 4 +- ...ianteglffmpeg6python3.11.____cpython.yaml} | 4 +- ...ianteglffmpeg6python3.12.____cpython.yaml} | 4 +- ...rianteglffmpeg6python3.8.____cpython.yaml} | 4 +- ...rianteglffmpeg6python3.9.____cpython.yaml} | 4 +- ...rianteglffmpeg7python3.10.____cpython.yaml | 79 ++++ ...rianteglffmpeg7python3.11.____cpython.yaml | 79 ++++ ...rianteglffmpeg7python3.12.____cpython.yaml | 79 ++++ ...arianteglffmpeg7python3.8.____cpython.yaml | 79 ++++ ...arianteglffmpeg7python3.9.____cpython.yaml | 79 ++++ ...tosmesaffmpeg6python3.10.____cpython.yaml} | 4 +- ...tosmesaffmpeg6python3.11.____cpython.yaml} | 4 +- ...tosmesaffmpeg6python3.12.____cpython.yaml} | 4 +- ...ntosmesaffmpeg6python3.8.____cpython.yaml} | 4 +- ...ntosmesaffmpeg6python3.9.____cpython.yaml} | 4 +- ...ntosmesaffmpeg7python3.10.____cpython.yaml | 79 ++++ ...ntosmesaffmpeg7python3.11.____cpython.yaml | 79 ++++ ...ntosmesaffmpeg7python3.12.____cpython.yaml | 79 ++++ ...antosmesaffmpeg7python3.8.____cpython.yaml | 79 ++++ ...antosmesaffmpeg7python3.9.____cpython.yaml | 79 ++++ ...riantqtffmpeg6python3.10.____cpython.yaml} | 4 +- ...riantqtffmpeg6python3.11.____cpython.yaml} | 4 +- ...riantqtffmpeg6python3.12.____cpython.yaml} | 4 +- ...ariantqtffmpeg6python3.8.____cpython.yaml} | 4 +- ...ariantqtffmpeg6python3.9.____cpython.yaml} | 4 +- ...ariantqtffmpeg7python3.10.____cpython.yaml | 79 ++++ ...ariantqtffmpeg7python3.11.____cpython.yaml | 79 ++++ ...ariantqtffmpeg7python3.12.____cpython.yaml | 79 ++++ ...variantqtffmpeg7python3.8.____cpython.yaml | 79 ++++ ...variantqtffmpeg7python3.9.____cpython.yaml | 79 ++++ ...arch64_ffmpeg6python3.10.____cpython.yaml} | 4 +- ...arch64_ffmpeg6python3.11.____cpython.yaml} | 4 +- ...arch64_ffmpeg6python3.12.____cpython.yaml} | 4 +- ...aarch64_ffmpeg6python3.8.____cpython.yaml} | 4 +- ...aarch64_ffmpeg6python3.9.____cpython.yaml} | 4 +- ...aarch64_ffmpeg7python3.10.____cpython.yaml | 77 +++ ...aarch64_ffmpeg7python3.11.____cpython.yaml | 77 +++ ...aarch64_ffmpeg7python3.12.____cpython.yaml | 77 +++ ..._aarch64_ffmpeg7python3.8.____cpython.yaml | 77 +++ ..._aarch64_ffmpeg7python3.9.____cpython.yaml | 77 +++ ...pc64le_ffmpeg6python3.10.____cpython.yaml} | 0 ...pc64le_ffmpeg6python3.11.____cpython.yaml} | 0 ...pc64le_ffmpeg6python3.12.____cpython.yaml} | 0 ...ppc64le_ffmpeg6python3.8.____cpython.yaml} | 0 ...ppc64le_ffmpeg6python3.9.____cpython.yaml} | 0 ...ppc64le_ffmpeg7python3.10.____cpython.yaml | 69 +++ ...ppc64le_ffmpeg7python3.11.____cpython.yaml | 69 +++ ...ppc64le_ffmpeg7python3.12.____cpython.yaml | 69 +++ ..._ppc64le_ffmpeg7python3.8.____cpython.yaml | 69 +++ ..._ppc64le_ffmpeg7python3.9.____cpython.yaml | 69 +++ ...osx_64_ffmpeg6python3.10.____cpython.yaml} | 8 +- ...osx_64_ffmpeg6python3.11.____cpython.yaml} | 8 +- ...osx_64_ffmpeg6python3.12.____cpython.yaml} | 8 +- ... osx_64_ffmpeg6python3.8.____cpython.yaml} | 8 +- ... osx_64_ffmpeg6python3.9.____cpython.yaml} | 8 +- .../osx_64_ffmpeg7python3.10.____cpython.yaml | 70 +++ .../osx_64_ffmpeg7python3.11.____cpython.yaml | 70 +++ .../osx_64_ffmpeg7python3.12.____cpython.yaml | 70 +++ .../osx_64_ffmpeg7python3.8.____cpython.yaml | 70 +++ .../osx_64_ffmpeg7python3.9.____cpython.yaml | 70 +++ ..._arm64_ffmpeg6python3.10.____cpython.yaml} | 8 +- ..._arm64_ffmpeg6python3.11.____cpython.yaml} | 8 +- ..._arm64_ffmpeg6python3.12.____cpython.yaml} | 8 +- ...x_arm64_ffmpeg6python3.8.____cpython.yaml} | 8 +- ...x_arm64_ffmpeg6python3.9.____cpython.yaml} | 8 +- ...x_arm64_ffmpeg7python3.10.____cpython.yaml | 68 +++ ...x_arm64_ffmpeg7python3.11.____cpython.yaml | 68 +++ ...x_arm64_ffmpeg7python3.12.____cpython.yaml | 68 +++ ...sx_arm64_ffmpeg7python3.8.____cpython.yaml | 68 +++ ...sx_arm64_ffmpeg7python3.9.____cpython.yaml | 68 +++ ...win_64_ffmpeg6python3.10.____cpython.yaml} | 4 +- ...win_64_ffmpeg6python3.11.____cpython.yaml} | 4 +- ...win_64_ffmpeg6python3.12.____cpython.yaml} | 4 +- ... win_64_ffmpeg6python3.8.____cpython.yaml} | 4 +- ... win_64_ffmpeg6python3.9.____cpython.yaml} | 4 +- .../win_64_ffmpeg7python3.10.____cpython.yaml | 58 +++ .../win_64_ffmpeg7python3.11.____cpython.yaml | 58 +++ .../win_64_ffmpeg7python3.12.____cpython.yaml | 58 +++ .../win_64_ffmpeg7python3.8.____cpython.yaml | 58 +++ .../win_64_ffmpeg7python3.9.____cpython.yaml | 58 +++ .gitattributes | 4 +- .github/workflows/automerge.yml | 2 + README.md | 440 ++++++++++++++---- 86 files changed, 3573 insertions(+), 258 deletions(-) rename .ci_support/{linux_64_build_varianteglpython3.10.____cpython.yaml => linux_64_build_varianteglffmpeg6python3.10.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_varianteglpython3.11.____cpython.yaml => linux_64_build_varianteglffmpeg6python3.11.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_varianteglpython3.12.____cpython.yaml => linux_64_build_varianteglffmpeg6python3.12.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_varianteglpython3.8.____cpython.yaml => linux_64_build_varianteglffmpeg6python3.8.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_varianteglpython3.9.____cpython.yaml => linux_64_build_varianteglffmpeg6python3.9.____cpython.yaml} (97%) create mode 100644 .ci_support/linux_64_build_varianteglffmpeg7python3.10.____cpython.yaml create mode 100644 .ci_support/linux_64_build_varianteglffmpeg7python3.11.____cpython.yaml create mode 100644 .ci_support/linux_64_build_varianteglffmpeg7python3.12.____cpython.yaml create mode 100644 .ci_support/linux_64_build_varianteglffmpeg7python3.8.____cpython.yaml create mode 100644 .ci_support/linux_64_build_varianteglffmpeg7python3.9.____cpython.yaml rename .ci_support/{linux_64_build_variantosmesapython3.10.____cpython.yaml => linux_64_build_variantosmesaffmpeg6python3.10.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_variantosmesapython3.11.____cpython.yaml => linux_64_build_variantosmesaffmpeg6python3.11.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_variantosmesapython3.12.____cpython.yaml => linux_64_build_variantosmesaffmpeg6python3.12.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_variantosmesapython3.8.____cpython.yaml => linux_64_build_variantosmesaffmpeg6python3.8.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_variantosmesapython3.9.____cpython.yaml => linux_64_build_variantosmesaffmpeg6python3.9.____cpython.yaml} (97%) create mode 100644 .ci_support/linux_64_build_variantosmesaffmpeg7python3.10.____cpython.yaml create mode 100644 .ci_support/linux_64_build_variantosmesaffmpeg7python3.11.____cpython.yaml create mode 100644 .ci_support/linux_64_build_variantosmesaffmpeg7python3.12.____cpython.yaml create mode 100644 .ci_support/linux_64_build_variantosmesaffmpeg7python3.8.____cpython.yaml create mode 100644 .ci_support/linux_64_build_variantosmesaffmpeg7python3.9.____cpython.yaml rename .ci_support/{linux_64_build_variantqtpython3.10.____cpython.yaml => linux_64_build_variantqtffmpeg6python3.10.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_variantqtpython3.11.____cpython.yaml => linux_64_build_variantqtffmpeg6python3.11.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_variantqtpython3.12.____cpython.yaml => linux_64_build_variantqtffmpeg6python3.12.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_variantqtpython3.8.____cpython.yaml => linux_64_build_variantqtffmpeg6python3.8.____cpython.yaml} (97%) rename .ci_support/{linux_64_build_variantqtpython3.9.____cpython.yaml => linux_64_build_variantqtffmpeg6python3.9.____cpython.yaml} (97%) create mode 100644 .ci_support/linux_64_build_variantqtffmpeg7python3.10.____cpython.yaml create mode 100644 .ci_support/linux_64_build_variantqtffmpeg7python3.11.____cpython.yaml create mode 100644 .ci_support/linux_64_build_variantqtffmpeg7python3.12.____cpython.yaml create mode 100644 .ci_support/linux_64_build_variantqtffmpeg7python3.8.____cpython.yaml create mode 100644 .ci_support/linux_64_build_variantqtffmpeg7python3.9.____cpython.yaml rename .ci_support/{linux_aarch64_python3.10.____cpython.yaml => linux_aarch64_ffmpeg6python3.10.____cpython.yaml} (97%) rename .ci_support/{linux_aarch64_python3.11.____cpython.yaml => linux_aarch64_ffmpeg6python3.11.____cpython.yaml} (97%) rename .ci_support/{linux_aarch64_python3.12.____cpython.yaml => linux_aarch64_ffmpeg6python3.12.____cpython.yaml} (97%) rename .ci_support/{linux_aarch64_python3.8.____cpython.yaml => linux_aarch64_ffmpeg6python3.8.____cpython.yaml} (97%) rename .ci_support/{linux_aarch64_python3.9.____cpython.yaml => linux_aarch64_ffmpeg6python3.9.____cpython.yaml} (97%) create mode 100644 .ci_support/linux_aarch64_ffmpeg7python3.10.____cpython.yaml create mode 100644 .ci_support/linux_aarch64_ffmpeg7python3.11.____cpython.yaml create mode 100644 .ci_support/linux_aarch64_ffmpeg7python3.12.____cpython.yaml create mode 100644 .ci_support/linux_aarch64_ffmpeg7python3.8.____cpython.yaml create mode 100644 .ci_support/linux_aarch64_ffmpeg7python3.9.____cpython.yaml rename .ci_support/{linux_ppc64le_python3.10.____cpython.yaml => linux_ppc64le_ffmpeg6python3.10.____cpython.yaml} (100%) rename .ci_support/{linux_ppc64le_python3.11.____cpython.yaml => linux_ppc64le_ffmpeg6python3.11.____cpython.yaml} (100%) rename .ci_support/{linux_ppc64le_python3.12.____cpython.yaml => linux_ppc64le_ffmpeg6python3.12.____cpython.yaml} (100%) rename .ci_support/{linux_ppc64le_python3.8.____cpython.yaml => linux_ppc64le_ffmpeg6python3.8.____cpython.yaml} (100%) rename .ci_support/{linux_ppc64le_python3.9.____cpython.yaml => linux_ppc64le_ffmpeg6python3.9.____cpython.yaml} (100%) create mode 100644 .ci_support/linux_ppc64le_ffmpeg7python3.10.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_ffmpeg7python3.11.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_ffmpeg7python3.12.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_ffmpeg7python3.8.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_ffmpeg7python3.9.____cpython.yaml rename .ci_support/{osx_64_python3.10.____cpython.yaml => osx_64_ffmpeg6python3.10.____cpython.yaml} (95%) rename .ci_support/{osx_64_python3.11.____cpython.yaml => osx_64_ffmpeg6python3.11.____cpython.yaml} (95%) rename .ci_support/{osx_64_python3.12.____cpython.yaml => osx_64_ffmpeg6python3.12.____cpython.yaml} (95%) rename .ci_support/{osx_64_python3.8.____cpython.yaml => osx_64_ffmpeg6python3.8.____cpython.yaml} (95%) rename .ci_support/{osx_64_python3.9.____cpython.yaml => osx_64_ffmpeg6python3.9.____cpython.yaml} (95%) create mode 100644 .ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml create mode 100644 .ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml create mode 100644 .ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml create mode 100644 .ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml create mode 100644 .ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml rename .ci_support/{osx_arm64_python3.10.____cpython.yaml => osx_arm64_ffmpeg6python3.10.____cpython.yaml} (92%) rename .ci_support/{osx_arm64_python3.11.____cpython.yaml => osx_arm64_ffmpeg6python3.11.____cpython.yaml} (92%) rename .ci_support/{osx_arm64_python3.12.____cpython.yaml => osx_arm64_ffmpeg6python3.12.____cpython.yaml} (92%) rename .ci_support/{osx_arm64_python3.8.____cpython.yaml => osx_arm64_ffmpeg6python3.8.____cpython.yaml} (92%) rename .ci_support/{osx_arm64_python3.9.____cpython.yaml => osx_arm64_ffmpeg6python3.9.____cpython.yaml} (92%) create mode 100644 .ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml create mode 100644 .ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml create mode 100644 .ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml create mode 100644 .ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml create mode 100644 .ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml rename .ci_support/{win_64_python3.10.____cpython.yaml => win_64_ffmpeg6python3.10.____cpython.yaml} (96%) rename .ci_support/{win_64_python3.11.____cpython.yaml => win_64_ffmpeg6python3.11.____cpython.yaml} (96%) rename .ci_support/{win_64_python3.12.____cpython.yaml => win_64_ffmpeg6python3.12.____cpython.yaml} (96%) rename .ci_support/{win_64_python3.8.____cpython.yaml => win_64_ffmpeg6python3.8.____cpython.yaml} (96%) rename .ci_support/{win_64_python3.9.____cpython.yaml => win_64_ffmpeg6python3.9.____cpython.yaml} (96%) create mode 100644 .ci_support/win_64_ffmpeg7python3.10.____cpython.yaml create mode 100644 .ci_support/win_64_ffmpeg7python3.11.____cpython.yaml create mode 100644 .ci_support/win_64_ffmpeg7python3.12.____cpython.yaml create mode 100644 .ci_support/win_64_ffmpeg7python3.8.____cpython.yaml create mode 100644 .ci_support/win_64_ffmpeg7python3.9.____cpython.yaml diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index cc00751e..714682b5 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,106 +8,207 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_build_varianteglpython3.10.____cpython: - CONFIG: linux_64_build_varianteglpython3.10.____cpython + linux_64_build_varianteglffmpeg6python3.10.____cpython: + CONFIG: linux_64_build_varianteglffmpeg6python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_varianteglpython3.11.____cpython: - CONFIG: linux_64_build_varianteglpython3.11.____cpython + linux_64_build_varianteglffmpeg6python3.11.____cpython: + CONFIG: linux_64_build_varianteglffmpeg6python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_varianteglpython3.12.____cpython: - CONFIG: linux_64_build_varianteglpython3.12.____cpython + linux_64_build_varianteglffmpeg6python3.12.____cpython: + CONFIG: linux_64_build_varianteglffmpeg6python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_varianteglpython3.8.____cpython: - CONFIG: linux_64_build_varianteglpython3.8.____cpython + linux_64_build_varianteglffmpeg6python3.8.____cpython: + CONFIG: linux_64_build_varianteglffmpeg6python3.8.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_varianteglpython3.9.____cpython: - CONFIG: linux_64_build_varianteglpython3.9.____cpython + linux_64_build_varianteglffmpeg6python3.9.____cpython: + CONFIG: linux_64_build_varianteglffmpeg6python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantosmesapython3.10.____cpython: - CONFIG: linux_64_build_variantosmesapython3.10.____cpython + linux_64_build_varianteglffmpeg7python3.10.____cpython: + CONFIG: linux_64_build_varianteglffmpeg7python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantosmesapython3.11.____cpython: - CONFIG: linux_64_build_variantosmesapython3.11.____cpython + linux_64_build_varianteglffmpeg7python3.11.____cpython: + CONFIG: linux_64_build_varianteglffmpeg7python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantosmesapython3.12.____cpython: - CONFIG: linux_64_build_variantosmesapython3.12.____cpython + linux_64_build_varianteglffmpeg7python3.12.____cpython: + CONFIG: linux_64_build_varianteglffmpeg7python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantosmesapython3.8.____cpython: - CONFIG: linux_64_build_variantosmesapython3.8.____cpython + linux_64_build_varianteglffmpeg7python3.8.____cpython: + CONFIG: linux_64_build_varianteglffmpeg7python3.8.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantosmesapython3.9.____cpython: - CONFIG: linux_64_build_variantosmesapython3.9.____cpython + linux_64_build_varianteglffmpeg7python3.9.____cpython: + CONFIG: linux_64_build_varianteglffmpeg7python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantqtpython3.10.____cpython: - CONFIG: linux_64_build_variantqtpython3.10.____cpython + linux_64_build_variantosmesaffmpeg6python3.10.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg6python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantqtpython3.11.____cpython: - CONFIG: linux_64_build_variantqtpython3.11.____cpython + linux_64_build_variantosmesaffmpeg6python3.11.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg6python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantqtpython3.12.____cpython: - CONFIG: linux_64_build_variantqtpython3.12.____cpython + linux_64_build_variantosmesaffmpeg6python3.12.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg6python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantqtpython3.8.____cpython: - CONFIG: linux_64_build_variantqtpython3.8.____cpython + linux_64_build_variantosmesaffmpeg6python3.8.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg6python3.8.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_build_variantqtpython3.9.____cpython: - CONFIG: linux_64_build_variantqtpython3.9.____cpython + linux_64_build_variantosmesaffmpeg6python3.9.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg6python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.10.____cpython: - CONFIG: linux_aarch64_python3.10.____cpython + linux_64_build_variantosmesaffmpeg7python3.10.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg7python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.11.____cpython: - CONFIG: linux_aarch64_python3.11.____cpython + linux_64_build_variantosmesaffmpeg7python3.11.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg7python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.12.____cpython: - CONFIG: linux_aarch64_python3.12.____cpython + linux_64_build_variantosmesaffmpeg7python3.12.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg7python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.8.____cpython: - CONFIG: linux_aarch64_python3.8.____cpython + linux_64_build_variantosmesaffmpeg7python3.8.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg7python3.8.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.9.____cpython: - CONFIG: linux_aarch64_python3.9.____cpython + linux_64_build_variantosmesaffmpeg7python3.9.____cpython: + CONFIG: linux_64_build_variantosmesaffmpeg7python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.10.____cpython: - CONFIG: linux_ppc64le_python3.10.____cpython + linux_64_build_variantqtffmpeg6python3.10.____cpython: + CONFIG: linux_64_build_variantqtffmpeg6python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.11.____cpython: - CONFIG: linux_ppc64le_python3.11.____cpython + linux_64_build_variantqtffmpeg6python3.11.____cpython: + CONFIG: linux_64_build_variantqtffmpeg6python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.12.____cpython: - CONFIG: linux_ppc64le_python3.12.____cpython + linux_64_build_variantqtffmpeg6python3.12.____cpython: + CONFIG: linux_64_build_variantqtffmpeg6python3.12.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.8.____cpython: - CONFIG: linux_ppc64le_python3.8.____cpython + linux_64_build_variantqtffmpeg6python3.8.____cpython: + CONFIG: linux_64_build_variantqtffmpeg6python3.8.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.9.____cpython: - CONFIG: linux_ppc64le_python3.9.____cpython + linux_64_build_variantqtffmpeg6python3.9.____cpython: + CONFIG: linux_64_build_variantqtffmpeg6python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_build_variantqtffmpeg7python3.10.____cpython: + CONFIG: linux_64_build_variantqtffmpeg7python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_build_variantqtffmpeg7python3.11.____cpython: + CONFIG: linux_64_build_variantqtffmpeg7python3.11.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_build_variantqtffmpeg7python3.12.____cpython: + CONFIG: linux_64_build_variantqtffmpeg7python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_build_variantqtffmpeg7python3.8.____cpython: + CONFIG: linux_64_build_variantqtffmpeg7python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_build_variantqtffmpeg7python3.9.____cpython: + CONFIG: linux_64_build_variantqtffmpeg7python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg6python3.10.____cpython: + CONFIG: linux_aarch64_ffmpeg6python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg6python3.11.____cpython: + CONFIG: linux_aarch64_ffmpeg6python3.11.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg6python3.12.____cpython: + CONFIG: linux_aarch64_ffmpeg6python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg6python3.8.____cpython: + CONFIG: linux_aarch64_ffmpeg6python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg6python3.9.____cpython: + CONFIG: linux_aarch64_ffmpeg6python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg7python3.10.____cpython: + CONFIG: linux_aarch64_ffmpeg7python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg7python3.11.____cpython: + CONFIG: linux_aarch64_ffmpeg7python3.11.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg7python3.12.____cpython: + CONFIG: linux_aarch64_ffmpeg7python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg7python3.8.____cpython: + CONFIG: linux_aarch64_ffmpeg7python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_ffmpeg7python3.9.____cpython: + CONFIG: linux_aarch64_ffmpeg7python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg6python3.10.____cpython: + CONFIG: linux_ppc64le_ffmpeg6python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg6python3.11.____cpython: + CONFIG: linux_ppc64le_ffmpeg6python3.11.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg6python3.12.____cpython: + CONFIG: linux_ppc64le_ffmpeg6python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg6python3.8.____cpython: + CONFIG: linux_ppc64le_ffmpeg6python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg6python3.9.____cpython: + CONFIG: linux_ppc64le_ffmpeg6python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg7python3.10.____cpython: + CONFIG: linux_ppc64le_ffmpeg7python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg7python3.11.____cpython: + CONFIG: linux_ppc64le_ffmpeg7python3.11.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg7python3.12.____cpython: + CONFIG: linux_ppc64le_ffmpeg7python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg7python3.8.____cpython: + CONFIG: linux_ppc64le_ffmpeg7python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_ffmpeg7python3.9.____cpython: + CONFIG: linux_ppc64le_ffmpeg7python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + maxParallel: 31 timeoutInMinutes: 360 variables: {} diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 79030d57..f491aa68 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,39 +5,70 @@ jobs: - job: osx pool: - vmImage: macOS-12 + vmImage: macOS-11 strategy: matrix: - osx_64_python3.10.____cpython: - CONFIG: osx_64_python3.10.____cpython + osx_64_ffmpeg6python3.10.____cpython: + CONFIG: osx_64_ffmpeg6python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.11.____cpython: - CONFIG: osx_64_python3.11.____cpython + osx_64_ffmpeg6python3.11.____cpython: + CONFIG: osx_64_ffmpeg6python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.12.____cpython: - CONFIG: osx_64_python3.12.____cpython + osx_64_ffmpeg6python3.12.____cpython: + CONFIG: osx_64_ffmpeg6python3.12.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.8.____cpython: - CONFIG: osx_64_python3.8.____cpython + osx_64_ffmpeg6python3.8.____cpython: + CONFIG: osx_64_ffmpeg6python3.8.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.9.____cpython: - CONFIG: osx_64_python3.9.____cpython + osx_64_ffmpeg6python3.9.____cpython: + CONFIG: osx_64_ffmpeg6python3.9.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_python3.10.____cpython: - CONFIG: osx_arm64_python3.10.____cpython + osx_64_ffmpeg7python3.10.____cpython: + CONFIG: osx_64_ffmpeg7python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_python3.11.____cpython: - CONFIG: osx_arm64_python3.11.____cpython + osx_64_ffmpeg7python3.11.____cpython: + CONFIG: osx_64_ffmpeg7python3.11.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_python3.12.____cpython: - CONFIG: osx_arm64_python3.12.____cpython + osx_64_ffmpeg7python3.12.____cpython: + CONFIG: osx_64_ffmpeg7python3.12.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_python3.8.____cpython: - CONFIG: osx_arm64_python3.8.____cpython + osx_64_ffmpeg7python3.8.____cpython: + CONFIG: osx_64_ffmpeg7python3.8.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_python3.9.____cpython: - CONFIG: osx_arm64_python3.9.____cpython + osx_64_ffmpeg7python3.9.____cpython: + CONFIG: osx_64_ffmpeg7python3.9.____cpython UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg6python3.10.____cpython: + CONFIG: osx_arm64_ffmpeg6python3.10.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg6python3.11.____cpython: + CONFIG: osx_arm64_ffmpeg6python3.11.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg6python3.12.____cpython: + CONFIG: osx_arm64_ffmpeg6python3.12.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg6python3.8.____cpython: + CONFIG: osx_arm64_ffmpeg6python3.8.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg6python3.9.____cpython: + CONFIG: osx_arm64_ffmpeg6python3.9.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg7python3.10.____cpython: + CONFIG: osx_arm64_ffmpeg7python3.10.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg7python3.11.____cpython: + CONFIG: osx_arm64_ffmpeg7python3.11.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg7python3.12.____cpython: + CONFIG: osx_arm64_ffmpeg7python3.12.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg7python3.8.____cpython: + CONFIG: osx_arm64_ffmpeg7python3.8.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_ffmpeg7python3.9.____cpython: + CONFIG: osx_arm64_ffmpeg7python3.9.____cpython + UPLOAD_PACKAGES: 'True' + maxParallel: 12 timeoutInMinutes: 360 variables: {} diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index d7073721..ebbeca2a 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,21 +8,37 @@ jobs: vmImage: windows-2022 strategy: matrix: - win_64_python3.10.____cpython: - CONFIG: win_64_python3.10.____cpython + win_64_ffmpeg6python3.10.____cpython: + CONFIG: win_64_ffmpeg6python3.10.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.11.____cpython: - CONFIG: win_64_python3.11.____cpython + win_64_ffmpeg6python3.11.____cpython: + CONFIG: win_64_ffmpeg6python3.11.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.12.____cpython: - CONFIG: win_64_python3.12.____cpython + win_64_ffmpeg6python3.12.____cpython: + CONFIG: win_64_ffmpeg6python3.12.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.8.____cpython: - CONFIG: win_64_python3.8.____cpython + win_64_ffmpeg6python3.8.____cpython: + CONFIG: win_64_ffmpeg6python3.8.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.9.____cpython: - CONFIG: win_64_python3.9.____cpython + win_64_ffmpeg6python3.9.____cpython: + CONFIG: win_64_ffmpeg6python3.9.____cpython UPLOAD_PACKAGES: 'True' + win_64_ffmpeg7python3.10.____cpython: + CONFIG: win_64_ffmpeg7python3.10.____cpython + UPLOAD_PACKAGES: 'True' + win_64_ffmpeg7python3.11.____cpython: + CONFIG: win_64_ffmpeg7python3.11.____cpython + UPLOAD_PACKAGES: 'True' + win_64_ffmpeg7python3.12.____cpython: + CONFIG: win_64_ffmpeg7python3.12.____cpython + UPLOAD_PACKAGES: 'True' + win_64_ffmpeg7python3.8.____cpython: + CONFIG: win_64_ffmpeg7python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_ffmpeg7python3.9.____cpython: + CONFIG: win_64_ffmpeg7python3.9.____cpython + UPLOAD_PACKAGES: 'True' + maxParallel: 6 timeoutInMinutes: 360 variables: CONDA_BLD_PATH: D:\\bld\\ diff --git a/.ci_support/linux_64_build_varianteglpython3.10.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg6python3.10.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_varianteglpython3.10.____cpython.yaml rename to .ci_support/linux_64_build_varianteglffmpeg6python3.10.____cpython.yaml index a40d9e27..71881d74 100644 --- a/.ci_support/linux_64_build_varianteglpython3.10.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglffmpeg6python3.10.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.10.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_varianteglpython3.11.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg6python3.11.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_varianteglpython3.11.____cpython.yaml rename to .ci_support/linux_64_build_varianteglffmpeg6python3.11.____cpython.yaml index ce3666d0..4add7f29 100644 --- a/.ci_support/linux_64_build_varianteglpython3.11.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglffmpeg6python3.11.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.11.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_varianteglpython3.12.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg6python3.12.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_varianteglpython3.12.____cpython.yaml rename to .ci_support/linux_64_build_varianteglffmpeg6python3.12.____cpython.yaml index 5e9be5de..a7babcfe 100644 --- a/.ci_support/linux_64_build_varianteglpython3.12.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglffmpeg6python3.12.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.12.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_varianteglpython3.8.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg6python3.8.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_varianteglpython3.8.____cpython.yaml rename to .ci_support/linux_64_build_varianteglffmpeg6python3.8.____cpython.yaml index f6dc32c6..111c442a 100644 --- a/.ci_support/linux_64_build_varianteglpython3.8.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglffmpeg6python3.8.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.8.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_varianteglpython3.9.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg6python3.9.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_varianteglpython3.9.____cpython.yaml rename to .ci_support/linux_64_build_varianteglffmpeg6python3.9.____cpython.yaml index 47fd2ed6..c3a0ccce 100644 --- a/.ci_support/linux_64_build_varianteglpython3.9.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglffmpeg6python3.9.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.9.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_varianteglffmpeg7python3.10.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg7python3.10.____cpython.yaml new file mode 100644 index 00000000..09c22197 --- /dev/null +++ b/.ci_support/linux_64_build_varianteglffmpeg7python3.10.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- egl +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.10.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_varianteglffmpeg7python3.11.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg7python3.11.____cpython.yaml new file mode 100644 index 00000000..d7c4a7fa --- /dev/null +++ b/.ci_support/linux_64_build_varianteglffmpeg7python3.11.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- egl +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.11.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_varianteglffmpeg7python3.12.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg7python3.12.____cpython.yaml new file mode 100644 index 00000000..d1c21218 --- /dev/null +++ b/.ci_support/linux_64_build_varianteglffmpeg7python3.12.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- egl +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.12.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_varianteglffmpeg7python3.8.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg7python3.8.____cpython.yaml new file mode 100644 index 00000000..807702ba --- /dev/null +++ b/.ci_support/linux_64_build_varianteglffmpeg7python3.8.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- egl +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.8.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_varianteglffmpeg7python3.9.____cpython.yaml b/.ci_support/linux_64_build_varianteglffmpeg7python3.9.____cpython.yaml new file mode 100644 index 00000000..5a61db48 --- /dev/null +++ b/.ci_support/linux_64_build_varianteglffmpeg7python3.9.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- egl +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.9.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantosmesapython3.10.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.10.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantosmesapython3.10.____cpython.yaml rename to .ci_support/linux_64_build_variantosmesaffmpeg6python3.10.____cpython.yaml index f8ba183c..959b3e80 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.10.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.10.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.10.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantosmesapython3.11.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.11.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantosmesapython3.11.____cpython.yaml rename to .ci_support/linux_64_build_variantosmesaffmpeg6python3.11.____cpython.yaml index 1182b838..6f9ed2f0 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.11.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.11.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.11.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantosmesapython3.12.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.12.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantosmesapython3.12.____cpython.yaml rename to .ci_support/linux_64_build_variantosmesaffmpeg6python3.12.____cpython.yaml index 6ab083de..2fff054e 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.12.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.12.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.12.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantosmesapython3.8.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.8.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantosmesapython3.8.____cpython.yaml rename to .ci_support/linux_64_build_variantosmesaffmpeg6python3.8.____cpython.yaml index eb89e0a7..a401a731 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.8.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.8.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.8.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantosmesapython3.9.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.9.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantosmesapython3.9.____cpython.yaml rename to .ci_support/linux_64_build_variantosmesaffmpeg6python3.9.____cpython.yaml index 24f2bd5f..45032d24 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.9.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesaffmpeg6python3.9.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.9.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantosmesaffmpeg7python3.10.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.10.____cpython.yaml new file mode 100644 index 00000000..0c9122a2 --- /dev/null +++ b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.10.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- osmesa +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.10.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantosmesaffmpeg7python3.11.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.11.____cpython.yaml new file mode 100644 index 00000000..d9e41e09 --- /dev/null +++ b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.11.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- osmesa +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.11.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantosmesaffmpeg7python3.12.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.12.____cpython.yaml new file mode 100644 index 00000000..834fda57 --- /dev/null +++ b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.12.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- osmesa +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.12.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantosmesaffmpeg7python3.8.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.8.____cpython.yaml new file mode 100644 index 00000000..d8168b40 --- /dev/null +++ b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.8.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- osmesa +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.8.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantosmesaffmpeg7python3.9.____cpython.yaml b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.9.____cpython.yaml new file mode 100644 index 00000000..67bba252 --- /dev/null +++ b/.ci_support/linux_64_build_variantosmesaffmpeg7python3.9.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- osmesa +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.9.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantqtpython3.10.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg6python3.10.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantqtpython3.10.____cpython.yaml rename to .ci_support/linux_64_build_variantqtffmpeg6python3.10.____cpython.yaml index 7e073283..1a771f8d 100644 --- a/.ci_support/linux_64_build_variantqtpython3.10.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtffmpeg6python3.10.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.10.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantqtpython3.11.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg6python3.11.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantqtpython3.11.____cpython.yaml rename to .ci_support/linux_64_build_variantqtffmpeg6python3.11.____cpython.yaml index 60103140..d2007786 100644 --- a/.ci_support/linux_64_build_variantqtpython3.11.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtffmpeg6python3.11.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.11.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantqtpython3.12.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg6python3.12.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantqtpython3.12.____cpython.yaml rename to .ci_support/linux_64_build_variantqtffmpeg6python3.12.____cpython.yaml index 68ed4a18..5c7f5b15 100644 --- a/.ci_support/linux_64_build_variantqtpython3.12.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtffmpeg6python3.12.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.12.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantqtpython3.8.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg6python3.8.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantqtpython3.8.____cpython.yaml rename to .ci_support/linux_64_build_variantqtffmpeg6python3.8.____cpython.yaml index 3095c8a8..9b64c07f 100644 --- a/.ci_support/linux_64_build_variantqtpython3.8.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtffmpeg6python3.8.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.8.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantqtpython3.9.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg6python3.9.____cpython.yaml similarity index 97% rename from .ci_support/linux_64_build_variantqtpython3.9.____cpython.yaml rename to .ci_support/linux_64_build_variantqtffmpeg6python3.9.____cpython.yaml index 5d22cfe5..faaaba0d 100644 --- a/.ci_support/linux_64_build_variantqtpython3.9.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtffmpeg6python3.9.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.9.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_64_build_variantqtffmpeg7python3.10.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg7python3.10.____cpython.yaml new file mode 100644 index 00000000..b135307b --- /dev/null +++ b/.ci_support/linux_64_build_variantqtffmpeg7python3.10.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.10.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantqtffmpeg7python3.11.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg7python3.11.____cpython.yaml new file mode 100644 index 00000000..f8739378 --- /dev/null +++ b/.ci_support/linux_64_build_variantqtffmpeg7python3.11.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.11.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantqtffmpeg7python3.12.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg7python3.12.____cpython.yaml new file mode 100644 index 00000000..0b6eb71b --- /dev/null +++ b/.ci_support/linux_64_build_variantqtffmpeg7python3.12.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.12.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantqtffmpeg7python3.8.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg7python3.8.____cpython.yaml new file mode 100644 index 00000000..a52dbc2f --- /dev/null +++ b/.ci_support/linux_64_build_variantqtffmpeg7python3.8.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.8.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_64_build_variantqtffmpeg7python3.9.____cpython.yaml b/.ci_support/linux_64_build_variantqtffmpeg7python3.9.____cpython.yaml new file mode 100644 index 00000000..6f0d08a2 --- /dev/null +++ b/.ci_support/linux_64_build_variantqtffmpeg7python3.9.____cpython.yaml @@ -0,0 +1,79 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.9.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +- - cxx_compiler_version + - fortran_compiler_version +zlib: +- '1' diff --git a/.ci_support/linux_aarch64_python3.10.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg6python3.10.____cpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_python3.10.____cpython.yaml rename to .ci_support/linux_aarch64_ffmpeg6python3.10.____cpython.yaml index 1153356f..81a9e11f 100644 --- a/.ci_support/linux_aarch64_python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_ffmpeg6python3.10.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.10.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_aarch64_python3.11.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg6python3.11.____cpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_python3.11.____cpython.yaml rename to .ci_support/linux_aarch64_ffmpeg6python3.11.____cpython.yaml index e39c5501..c2ed4a92 100644 --- a/.ci_support/linux_aarch64_python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_ffmpeg6python3.11.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.11.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_aarch64_python3.12.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg6python3.12.____cpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_python3.12.____cpython.yaml rename to .ci_support/linux_aarch64_ffmpeg6python3.12.____cpython.yaml index 849ea71a..7e091347 100644 --- a/.ci_support/linux_aarch64_python3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_ffmpeg6python3.12.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.12.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_aarch64_python3.8.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg6python3.8.____cpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_python3.8.____cpython.yaml rename to .ci_support/linux_aarch64_ffmpeg6python3.8.____cpython.yaml index ebb38da5..a9aaf2dc 100644 --- a/.ci_support/linux_aarch64_python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_ffmpeg6python3.8.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.8.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_aarch64_python3.9.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg6python3.9.____cpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_python3.9.____cpython.yaml rename to .ci_support/linux_aarch64_ffmpeg6python3.9.____cpython.yaml index 2c23303a..20fa4fb8 100644 --- a/.ci_support/linux_aarch64_python3.9.____cpython.yaml +++ b/.ci_support/linux_aarch64_ffmpeg6python3.9.____cpython.yaml @@ -56,8 +56,8 @@ pugixml: - '1.14' python: - 3.9.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/linux_aarch64_ffmpeg7python3.10.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg7python3.10.____cpython.yaml new file mode 100644 index 00000000..ad62e3ea --- /dev/null +++ b/.ci_support/linux_aarch64_ffmpeg7python3.10.____cpython.yaml @@ -0,0 +1,77 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.10.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-aarch64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_aarch64_ffmpeg7python3.11.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg7python3.11.____cpython.yaml new file mode 100644 index 00000000..3b0dfe3e --- /dev/null +++ b/.ci_support/linux_aarch64_ffmpeg7python3.11.____cpython.yaml @@ -0,0 +1,77 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.11.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-aarch64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_aarch64_ffmpeg7python3.12.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg7python3.12.____cpython.yaml new file mode 100644 index 00000000..4e9e0ef4 --- /dev/null +++ b/.ci_support/linux_aarch64_ffmpeg7python3.12.____cpython.yaml @@ -0,0 +1,77 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.12.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-aarch64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_aarch64_ffmpeg7python3.8.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg7python3.8.____cpython.yaml new file mode 100644 index 00000000..495d5fe1 --- /dev/null +++ b/.ci_support/linux_aarch64_ffmpeg7python3.8.____cpython.yaml @@ -0,0 +1,77 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.8.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-aarch64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_aarch64_ffmpeg7python3.9.____cpython.yaml b/.ci_support/linux_aarch64_ffmpeg7python3.9.____cpython.yaml new file mode 100644 index 00000000..ad1d4b4e --- /dev/null +++ b/.ci_support/linux_aarch64_ffmpeg7python3.9.____cpython.yaml @@ -0,0 +1,77 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.9.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- linux-aarch64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_ppc64le_python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg6python3.10.____cpython.yaml similarity index 100% rename from .ci_support/linux_ppc64le_python3.10.____cpython.yaml rename to .ci_support/linux_ppc64le_ffmpeg6python3.10.____cpython.yaml diff --git a/.ci_support/linux_ppc64le_python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg6python3.11.____cpython.yaml similarity index 100% rename from .ci_support/linux_ppc64le_python3.11.____cpython.yaml rename to .ci_support/linux_ppc64le_ffmpeg6python3.11.____cpython.yaml diff --git a/.ci_support/linux_ppc64le_python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg6python3.12.____cpython.yaml similarity index 100% rename from .ci_support/linux_ppc64le_python3.12.____cpython.yaml rename to .ci_support/linux_ppc64le_ffmpeg6python3.12.____cpython.yaml diff --git a/.ci_support/linux_ppc64le_python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg6python3.8.____cpython.yaml similarity index 100% rename from .ci_support/linux_ppc64le_python3.8.____cpython.yaml rename to .ci_support/linux_ppc64le_ffmpeg6python3.8.____cpython.yaml diff --git a/.ci_support/linux_ppc64le_python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg6python3.9.____cpython.yaml similarity index 100% rename from .ci_support/linux_ppc64le_python3.9.____cpython.yaml rename to .ci_support/linux_ppc64le_ffmpeg6python3.9.____cpython.yaml diff --git a/.ci_support/linux_ppc64le_ffmpeg7python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg7python3.10.____cpython.yaml new file mode 100644 index 00000000..a8ffca13 --- /dev/null +++ b/.ci_support/linux_ppc64le_ffmpeg7python3.10.____cpython.yaml @@ -0,0 +1,69 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.10.* *_cpython +sqlite: +- '3' +target_platform: +- linux-ppc64le +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_ppc64le_ffmpeg7python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg7python3.11.____cpython.yaml new file mode 100644 index 00000000..4fae5219 --- /dev/null +++ b/.ci_support/linux_ppc64le_ffmpeg7python3.11.____cpython.yaml @@ -0,0 +1,69 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.11.* *_cpython +sqlite: +- '3' +target_platform: +- linux-ppc64le +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_ppc64le_ffmpeg7python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg7python3.12.____cpython.yaml new file mode 100644 index 00000000..959506b4 --- /dev/null +++ b/.ci_support/linux_ppc64le_ffmpeg7python3.12.____cpython.yaml @@ -0,0 +1,69 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.12.* *_cpython +sqlite: +- '3' +target_platform: +- linux-ppc64le +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_ppc64le_ffmpeg7python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg7python3.8.____cpython.yaml new file mode 100644 index 00000000..8bf65bb9 --- /dev/null +++ b/.ci_support/linux_ppc64le_ffmpeg7python3.8.____cpython.yaml @@ -0,0 +1,69 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.8.* *_cpython +sqlite: +- '3' +target_platform: +- linux-ppc64le +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/linux_ppc64le_ffmpeg7python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_ffmpeg7python3.9.____cpython.yaml new file mode 100644 index 00000000..d1a01ec4 --- /dev/null +++ b/.ci_support/linux_ppc64le_ffmpeg7python3.9.____cpython.yaml @@ -0,0 +1,69 @@ +build_variant: +- qt +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libuuid: +- '2' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.9.* *_cpython +sqlite: +- '3' +target_platform: +- linux-ppc64le +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zip_keys: +- - c_stdlib_version + - cdt_name +zlib: +- '1' diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml similarity index 95% rename from .ci_support/osx_64_python3.10.____cpython.yaml rename to .ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml index e8f1ff7b..060fb1c3 100644 --- a/.ci_support/osx_64_python3.10.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '10.13' +- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +52,8 @@ pugixml: - '1.14' python: - 3.10.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_64_python3.11.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml similarity index 95% rename from .ci_support/osx_64_python3.11.____cpython.yaml rename to .ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml index 6944de9b..85254bb1 100644 --- a/.ci_support/osx_64_python3.11.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '10.13' +- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +52,8 @@ pugixml: - '1.14' python: - 3.11.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_64_python3.12.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml similarity index 95% rename from .ci_support/osx_64_python3.12.____cpython.yaml rename to .ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml index f0b2ce51..59c479b9 100644 --- a/.ci_support/osx_64_python3.12.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '10.13' +- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +52,8 @@ pugixml: - '1.14' python: - 3.12.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_64_python3.8.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml similarity index 95% rename from .ci_support/osx_64_python3.8.____cpython.yaml rename to .ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml index 015534c1..384eb51d 100644 --- a/.ci_support/osx_64_python3.8.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '10.13' +- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +52,8 @@ pugixml: - '1.14' python: - 3.8.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml similarity index 95% rename from .ci_support/osx_64_python3.9.____cpython.yaml rename to .ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml index 43e3ff4c..15f8e3d5 100644 --- a/.ci_support/osx_64_python3.9.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '10.13' +- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +52,8 @@ pugixml: - '1.14' python: - 3.9.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml new file mode 100644 index 00000000..ff6c20f5 --- /dev/null +++ b/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml @@ -0,0 +1,70 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.13' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.10.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml new file mode 100644 index 00000000..54e55312 --- /dev/null +++ b/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml @@ -0,0 +1,70 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.13' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.11.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml new file mode 100644 index 00000000..2ea0c7c7 --- /dev/null +++ b/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml @@ -0,0 +1,70 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.13' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.12.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml new file mode 100644 index 00000000..c3077c97 --- /dev/null +++ b/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml @@ -0,0 +1,70 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.13' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.8.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml new file mode 100644 index 00000000..f9b9ce27 --- /dev/null +++ b/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml @@ -0,0 +1,70 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.13' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.9.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml similarity index 92% rename from .ci_support/osx_arm64_python3.10.____cpython.yaml rename to .ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml index f1f8a23e..f5c54f20 100644 --- a/.ci_support/osx_arm64_python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml @@ -1,7 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' -MACOSX_SDK_VERSION: -- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +50,8 @@ pugixml: - '1.14' python: - 3.10.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_arm64_python3.11.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml similarity index 92% rename from .ci_support/osx_arm64_python3.11.____cpython.yaml rename to .ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml index 45ac4ca0..3ecb208d 100644 --- a/.ci_support/osx_arm64_python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml @@ -1,7 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' -MACOSX_SDK_VERSION: -- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +50,8 @@ pugixml: - '1.14' python: - 3.11.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_arm64_python3.12.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml similarity index 92% rename from .ci_support/osx_arm64_python3.12.____cpython.yaml rename to .ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml index b830d18b..654178dd 100644 --- a/.ci_support/osx_arm64_python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml @@ -1,7 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' -MACOSX_SDK_VERSION: -- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +50,8 @@ pugixml: - '1.14' python: - 3.12.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml similarity index 92% rename from .ci_support/osx_arm64_python3.8.____cpython.yaml rename to .ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml index e87c5625..8c8519ed 100644 --- a/.ci_support/osx_arm64_python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml @@ -1,7 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' -MACOSX_SDK_VERSION: -- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +50,8 @@ pugixml: - '1.14' python: - 3.8.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml similarity index 92% rename from .ci_support/osx_arm64_python3.9.____cpython.yaml rename to .ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml index 2fc7d9d3..3259b7f2 100644 --- a/.ci_support/osx_arm64_python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml @@ -1,7 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' -MACOSX_SDK_VERSION: -- '11.0' build_variant: - qt c_stdlib: @@ -15,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '16' +- '15' expat: - '2' ffmpeg: @@ -52,8 +50,8 @@ pugixml: - '1.14' python: - 3.9.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml new file mode 100644 index 00000000..fdbf2bc6 --- /dev/null +++ b/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml @@ -0,0 +1,68 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.10.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-arm64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml new file mode 100644 index 00000000..81ccf3ae --- /dev/null +++ b/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml @@ -0,0 +1,68 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.11.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-arm64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml new file mode 100644 index 00000000..7af2c067 --- /dev/null +++ b/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml @@ -0,0 +1,68 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.12.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-arm64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml new file mode 100644 index 00000000..f0161ed8 --- /dev/null +++ b/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml @@ -0,0 +1,68 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.8.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-arm64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml new file mode 100644 index 00000000..3bf5efd0 --- /dev/null +++ b/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml @@ -0,0 +1,68 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +build_variant: +- qt +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '15' +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.9.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- osx-arm64 +tbb: +- '2021' +tbb_devel: +- '2021' +tk: +- '8.6' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/win_64_python3.10.____cpython.yaml b/.ci_support/win_64_ffmpeg6python3.10.____cpython.yaml similarity index 96% rename from .ci_support/win_64_python3.10.____cpython.yaml rename to .ci_support/win_64_ffmpeg6python3.10.____cpython.yaml index 5a32e1a6..5fc14445 100644 --- a/.ci_support/win_64_python3.10.____cpython.yaml +++ b/.ci_support/win_64_ffmpeg6python3.10.____cpython.yaml @@ -42,8 +42,8 @@ pugixml: - '1.14' python: - 3.10.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/win_64_python3.11.____cpython.yaml b/.ci_support/win_64_ffmpeg6python3.11.____cpython.yaml similarity index 96% rename from .ci_support/win_64_python3.11.____cpython.yaml rename to .ci_support/win_64_ffmpeg6python3.11.____cpython.yaml index c4491ca3..73aefec9 100644 --- a/.ci_support/win_64_python3.11.____cpython.yaml +++ b/.ci_support/win_64_ffmpeg6python3.11.____cpython.yaml @@ -42,8 +42,8 @@ pugixml: - '1.14' python: - 3.11.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/win_64_python3.12.____cpython.yaml b/.ci_support/win_64_ffmpeg6python3.12.____cpython.yaml similarity index 96% rename from .ci_support/win_64_python3.12.____cpython.yaml rename to .ci_support/win_64_ffmpeg6python3.12.____cpython.yaml index e3cdc003..705d2e6e 100644 --- a/.ci_support/win_64_python3.12.____cpython.yaml +++ b/.ci_support/win_64_ffmpeg6python3.12.____cpython.yaml @@ -42,8 +42,8 @@ pugixml: - '1.14' python: - 3.12.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/win_64_python3.8.____cpython.yaml b/.ci_support/win_64_ffmpeg6python3.8.____cpython.yaml similarity index 96% rename from .ci_support/win_64_python3.8.____cpython.yaml rename to .ci_support/win_64_ffmpeg6python3.8.____cpython.yaml index 6cff077c..d87bca4b 100644 --- a/.ci_support/win_64_python3.8.____cpython.yaml +++ b/.ci_support/win_64_ffmpeg6python3.8.____cpython.yaml @@ -42,8 +42,8 @@ pugixml: - '1.14' python: - 3.8.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/win_64_python3.9.____cpython.yaml b/.ci_support/win_64_ffmpeg6python3.9.____cpython.yaml similarity index 96% rename from .ci_support/win_64_python3.9.____cpython.yaml rename to .ci_support/win_64_ffmpeg6python3.9.____cpython.yaml index 9a1d3278..bcd1d03a 100644 --- a/.ci_support/win_64_python3.9.____cpython.yaml +++ b/.ci_support/win_64_ffmpeg6python3.9.____cpython.yaml @@ -42,8 +42,8 @@ pugixml: - '1.14' python: - 3.9.* *_cpython -qt_main: -- '5.15' +qt6_main: +- '6.7' sqlite: - '3' target_platform: diff --git a/.ci_support/win_64_ffmpeg7python3.10.____cpython.yaml b/.ci_support/win_64_ffmpeg7python3.10.____cpython.yaml new file mode 100644 index 00000000..005eae57 --- /dev/null +++ b/.ci_support/win_64_ffmpeg7python3.10.____cpython.yaml @@ -0,0 +1,58 @@ +build_variant: +- qt +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.10.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- win-64 +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/win_64_ffmpeg7python3.11.____cpython.yaml b/.ci_support/win_64_ffmpeg7python3.11.____cpython.yaml new file mode 100644 index 00000000..9112cefa --- /dev/null +++ b/.ci_support/win_64_ffmpeg7python3.11.____cpython.yaml @@ -0,0 +1,58 @@ +build_variant: +- qt +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.11.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- win-64 +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/win_64_ffmpeg7python3.12.____cpython.yaml b/.ci_support/win_64_ffmpeg7python3.12.____cpython.yaml new file mode 100644 index 00000000..662e1a3b --- /dev/null +++ b/.ci_support/win_64_ffmpeg7python3.12.____cpython.yaml @@ -0,0 +1,58 @@ +build_variant: +- qt +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.12.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- win-64 +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/win_64_ffmpeg7python3.8.____cpython.yaml b/.ci_support/win_64_ffmpeg7python3.8.____cpython.yaml new file mode 100644 index 00000000..cbdd42ac --- /dev/null +++ b/.ci_support/win_64_ffmpeg7python3.8.____cpython.yaml @@ -0,0 +1,58 @@ +build_variant: +- qt +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.8.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- win-64 +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.ci_support/win_64_ffmpeg7python3.9.____cpython.yaml b/.ci_support/win_64_ffmpeg7python3.9.____cpython.yaml new file mode 100644 index 00000000..161ebd95 --- /dev/null +++ b/.ci_support/win_64_ffmpeg7python3.9.____cpython.yaml @@ -0,0 +1,58 @@ +build_variant: +- qt +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +expat: +- '2' +ffmpeg: +- '7' +freetype: +- '2' +glew: +- '2.1' +hdf5: +- 1.14.3 +jsoncpp: +- 1.9.5 +libjpeg_turbo: +- '3' +libnetcdf: +- 4.9.2 +libpng: +- '1.6' +libtiff: +- '4.6' +libxml2: +- '2' +lz4_c: +- 1.9.3 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +proj: +- 9.3.1 +pugixml: +- '1.14' +python: +- 3.9.* *_cpython +qt6_main: +- '6.7' +sqlite: +- '3' +target_platform: +- win-64 +tbb: +- '2021' +tbb_devel: +- '2021' +vtk: +- 9.2.6 +zlib: +- '1' diff --git a/.gitattributes b/.gitattributes index 18f114a1..7f327638 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,8 +20,8 @@ bld.bat text eol=crlf .travis.yml linguist-generated=true .scripts/* linguist-generated=true .woodpecker.yml linguist-generated=true -/LICENSE.txt linguist-generated=true -/README.md linguist-generated=true +LICENSE.txt linguist-generated=true +README.md linguist-generated=true azure-pipelines.yml linguist-generated=true build-locally.py linguist-generated=true shippable.yml linguist-generated=true diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 0535f6aa..da1368a1 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -9,6 +9,8 @@ jobs: 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 diff --git a/README.md b/README.md index 9d65f347..593f9140 100644 --- a/README.md +++ b/README.md @@ -32,283 +32,563 @@ Current build status - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From af627d3219a2dca10e6f3ecba0c4e7acea2a4ea6 Mon Sep 17 00:00:00 2001 From: looooo Date: Fri, 7 Jun 2024 22:53:25 +0200 Subject: [PATCH 08/13] use external fast-float --- recipe/bld-base.bat | 1 + recipe/build-base.sh | 1 + recipe/meta.yaml | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/bld-base.bat b/recipe/bld-base.bat index 53c064bd..6f791b8b 100644 --- a/recipe/bld-base.bat +++ b/recipe/bld-base.bat @@ -30,6 +30,7 @@ cmake .. -G "Ninja" ^ -DVTK_MODULE_ENABLE_VTK_WebCore:STRING=YES ^ -DVTK_MODULE_ENABLE_VTK_WebGLExporter:STRING=YES ^ -DVTK_MODULE_ENABLE_VTK_WebPython:STRING=YES ^ + -DVTK_MODULE_USE_EXTERNAL_VTK_fast_float:BOOL=OFF ^ -DVTK_MODULE_USE_EXTERNAL_VTK_libharu:BOOL=OFF ^ -DVTK_MODULE_USE_EXTERNAL_VTK_pegtl:BOOL=OFF ^ -DVTK_MODULE_USE_EXTERNAL_VTK_exprtk:BOOL=OFF ^ diff --git a/recipe/build-base.sh b/recipe/build-base.sh index e08c2ff2..5e07c6b5 100755 --- a/recipe/build-base.sh +++ b/recipe/build-base.sh @@ -167,6 +167,7 @@ cmake -LAH .. -G "Ninja" ${CMAKE_ARGS} \ -DVTK_MODULE_ENABLE_VTK_WebPython:STRING=YES \ -DVTK_DATA_EXCLUDE_FROM_ALL:BOOL=ON \ -DVTK_USE_EXTERNAL:BOOL=ON \ + -DVTK_MODULE_USE_EXTERNAL_VTK_fast_float:BOOL=OFF \ -DVTK_MODULE_USE_EXTERNAL_VTK_libharu:BOOL=OFF \ -DVTK_MODULE_USE_EXTERNAL_VTK_pegtl:BOOL=OFF \ -DVTK_MODULE_USE_EXTERNAL_VTK_exprtk:BOOL=OFF \ diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c8d48c46..e86e1bd2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -119,7 +119,6 @@ outputs: - gl2ps - pugixml - qt6-main # [not ppc64le and (build_variant == "qt")] - - fast_float run: - python From 4bac8726cdee2f73b6c04c07604c31fedf4391cd Mon Sep 17 00:00:00 2001 From: Lorenz Lechner Date: Mon, 10 Jun 2024 20:06:31 +0200 Subject: [PATCH 09/13] remove c, cxx compiler versions from conda_build_config --- recipe/conda_build_config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 620605d3..619a2c84 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,10 +1,5 @@ MACOSX_SDK_VERSION: # [osx and x86_64] - '11.0' # [osx and x86_64] -# clang 16 errors on incompatible function pointers -c_compiler_version: # [osx] - - 15 # [osx] -cxx_compiler_version: # [osx] - - 15 # [osx] build_variant: - "qt" - "osmesa" # [linux64] @@ -29,6 +24,5 @@ docker_image: # [linux64] - quay.io/condaforge/linux-anvil-cos7-x86_64 # [linux64] cdt_name: # [linux64] - cos7 # [linux64] - c_stdlib_version: # [linux] - "2.17" # [linux] \ No newline at end of file From 98ddd2a37fc98fc67b247705a1971ae3f8971321 Mon Sep 17 00:00:00 2001 From: Lorenz Lechner Date: Mon, 10 Jun 2024 20:13:42 +0200 Subject: [PATCH 10/13] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.32.0, and conda-forge-pinning 2024.06.10.16.24.12 --- .ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml index 060fb1c3..612c100e 100644 --- a/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml index 85254bb1..7f3de956 100644 --- a/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml index 59c479b9..fce7aaa8 100644 --- a/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml index 384eb51d..306c9649 100644 --- a/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml index 15f8e3d5..7ba73103 100644 --- a/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml index ff6c20f5..a0b9954e 100644 --- a/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml index 54e55312..a433abcd 100644 --- a/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml index 2ea0c7c7..32b0e85d 100644 --- a/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml index c3077c97..76f62317 100644 --- a/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml index f9b9ce27..f146a960 100644 --- a/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml index f5c54f20..172f1ef5 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml index 3ecb208d..8a37a41e 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml index 654178dd..7564124a 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml index 8c8519ed..6d5a2f42 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml index 3259b7f2..3862fd39 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml index fdbf2bc6..ab072804 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml index 81ccf3ae..b83c5245 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml index 7af2c067..40294a5f 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml index f0161ed8..e77e54d8 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml index 3bf5efd0..07a5fd35 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' expat: - '2' ffmpeg: From aa26a62e0d264b38cc41615998beea07d691a16a Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 11 Jun 2024 15:59:35 +0200 Subject: [PATCH 11/13] remove unused conda_build_config --- recipe/conda_build_config.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 619a2c84..5d418d61 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,5 +1,3 @@ -MACOSX_SDK_VERSION: # [osx and x86_64] - - '11.0' # [osx and x86_64] build_variant: - "qt" - "osmesa" # [linux64] @@ -16,13 +14,3 @@ replacements: - '*.cmake' regex_re: '([^;\s"]+/MacOSX\d*\.?\d*\.sdk)' replacement_re: '$ENV{CONDA_BUILD_SYSROOT}' -cudnn: # [linux64] - - undefined # [linux64] -cuda_compiler_version: # [linux64] - - None # [linux64] -docker_image: # [linux64] - - quay.io/condaforge/linux-anvil-cos7-x86_64 # [linux64] -cdt_name: # [linux64] - - cos7 # [linux64] -c_stdlib_version: # [linux] - - "2.17" # [linux] \ No newline at end of file From 2c804ed3163c1cd571d75309ddbab0ffa1c4a663 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 11 Jun 2024 16:03:33 +0200 Subject: [PATCH 12/13] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.36.1, and conda-forge-pinning 2024.06.11.11.32.55 --- .azure-pipelines/azure-pipelines-osx.yml | 2 +- .ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml | 2 +- .ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml | 2 +- .ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml | 2 ++ .ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml | 2 ++ .gitattributes | 4 ++-- .github/workflows/automerge.yml | 2 -- 23 files changed, 33 insertions(+), 15 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index f491aa68..9804c1b9 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,7 +5,7 @@ jobs: - job: osx pool: - vmImage: macOS-11 + vmImage: macOS-12 strategy: matrix: osx_64_ffmpeg6python3.10.____cpython: diff --git a/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml index 612c100e..ab4ffacb 100644 --- a/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.10.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml index 7f3de956..f7c22693 100644 --- a/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.11.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml index fce7aaa8..f777cbe9 100644 --- a/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.12.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml index 306c9649..c3e0d14f 100644 --- a/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.8.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml b/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml index 7ba73103..cea9889d 100644 --- a/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg6python3.9.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml index a0b9954e..8750048e 100644 --- a/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.10.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml index a433abcd..18bbe7ee 100644 --- a/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.11.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml index 32b0e85d..7acfe3f1 100644 --- a/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.12.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml index 76f62317..0b8c17b8 100644 --- a/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.8.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml b/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml index f146a960..fc1682f0 100644 --- a/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml +++ b/.ci_support/osx_64_ffmpeg7python3.9.____cpython.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: -- '11.0' +- '10.13' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml index 172f1ef5..ce8bd9e0 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.10.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml index 8a37a41e..b068bea1 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.11.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml index 7564124a..51bd281c 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.12.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml index 6d5a2f42..f1d110e9 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.8.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml index 3862fd39..389fe590 100644 --- a/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg6python3.9.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml index ab072804..eb4fb5f6 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.10.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml index b83c5245..27b91063 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.11.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml index 40294a5f..52721500 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.12.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml index e77e54d8..dfd4891b 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.8.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml b/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml index 07a5fd35..e615fa55 100644 --- a/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_ffmpeg7python3.9.____cpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '11.0' build_variant: - qt c_stdlib: diff --git a/.gitattributes b/.gitattributes index 7f327638..18f114a1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,8 +20,8 @@ bld.bat text eol=crlf .travis.yml linguist-generated=true .scripts/* linguist-generated=true .woodpecker.yml linguist-generated=true -LICENSE.txt linguist-generated=true -README.md linguist-generated=true +/LICENSE.txt linguist-generated=true +/README.md linguist-generated=true azure-pipelines.yml linguist-generated=true build-locally.py linguist-generated=true shippable.yml linguist-generated=true diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index da1368a1..0535f6aa 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -9,8 +9,6 @@ jobs: 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 From c6293bec6830c2507f6c928bf68346581d7778b8 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 13 Jun 2024 09:17:35 +0200 Subject: [PATCH 13/13] backport expat patch, remove expat pin --- recipe/meta.yaml | 7 ++- recipe/patches/expat-backport.patch | 70 +++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 4 deletions(-) create mode 100644 recipe/patches/expat-backport.patch diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e86e1bd2..06dd1098 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -28,6 +28,9 @@ source: # https://gitlab.kitware.com/vtk/vtk/-/issues/18365#note_1079278 # https://gitlab.kitware.com/vtk/vtk/-/merge_requests/9987 - patches/9987_try_except_python_import.patch # [not win] + # https://gitlab.kitware.com/vtk/vtk/-/issues/19258 + # https://gitlab.kitware.com/vtk/vtk/-/commit/db8f9efca220c9d16a30958e179abae3379d0011 + - patches/expat-backport.patch build: number: {{ build }} @@ -79,7 +82,6 @@ outputs: - libtiff - jsoncpp - expat - - expat <2.6 # https://gitlab.kitware.com/vtk/vtk/-/issues/19258 - tbb - tbb-devel # temporary pin: mesalib 24 fails @@ -131,9 +133,6 @@ outputs: - libtiff - jsoncpp - expat - # expat run_exports accepts minor revisions - # but vtk is incompatible with 2.6: https://gitlab.kitware.com/vtk/vtk/-/issues/19258 - - libexpat <2.6 - tbb - mesalib >=21.0 # [build_variant == "osmesa"] - libnetcdf diff --git a/recipe/patches/expat-backport.patch b/recipe/patches/expat-backport.patch new file mode 100644 index 00000000..0bf534a0 --- /dev/null +++ b/recipe/patches/expat-backport.patch @@ -0,0 +1,70 @@ +From db8f9efca220c9d16a30958e179abae3379d0011 Mon Sep 17 00:00:00 2001 +From: Ben Boeckel +Date: Mon, 15 Apr 2024 22:22:22 -0400 +Subject: [PATCH] vtkXMLDataParser: track `AppendedData` state explicitly + +Newer `libexpat` doesn't like being given the appended data after the +artificially ended document anymore. Avoid pushing it through to its +parser. + +Fixes: #19258 +--- + IO/XMLParser/vtkXMLDataParser.cxx | 6 +++++- + IO/XMLParser/vtkXMLDataParser.h | 3 +++ + 2 files changed, 8 insertions(+), 1 deletion(-) + +diff --git a/IO/XMLParser/vtkXMLDataParser.cxx b/IO/XMLParser/vtkXMLDataParser.cxx +index 1f6006d37c2..7d38092fdd7 100644 +--- a/IO/XMLParser/vtkXMLDataParser.cxx ++++ b/IO/XMLParser/vtkXMLDataParser.cxx +@@ -36,6 +36,7 @@ vtkXMLDataParser::vtkXMLDataParser() + this->RootElement = nullptr; + this->AppendedDataPosition = 0; + this->AppendedDataMatched = 0; ++ this->AppendedDataFound = false; + this->DataStream = nullptr; + this->InlineDataStream = vtkBase64InputStream::New(); + this->AppendedDataStream = vtkBase64InputStream::New(); +@@ -88,6 +89,7 @@ void vtkXMLDataParser::PrintSelf(ostream& os, vtkIndent indent) + { + this->Superclass::PrintSelf(os, indent); + os << indent << "AppendedDataPosition: " << this->AppendedDataPosition << "\n"; ++ os << indent << "AppendedDataFound: " << this->AppendedDataFound << "\n"; + if (this->RootElement) + { + this->RootElement->PrintXML(os, indent); +@@ -214,7 +216,7 @@ int vtkXMLDataParser::ParsingComplete() + // If we have reached the appended data section, we stop parsing. + // This prevents the XML parser from having to walk over the entire + // appended data section. +- if (this->AppendedDataPosition) ++ if (this->AppendedDataPosition || this->AppendedDataFound) + { + return 1; + } +@@ -433,6 +435,8 @@ int vtkXMLDataParser::ParseBuffer(const char* buffer, unsigned int count) + { + return 0; + } ++ ++ this->AppendedDataFound = true; + } + + return 1; +diff --git a/IO/XMLParser/vtkXMLDataParser.h b/IO/XMLParser/vtkXMLDataParser.h +index 1504a4d400b..142bf28327d 100644 +--- a/IO/XMLParser/vtkXMLDataParser.h ++++ b/IO/XMLParser/vtkXMLDataParser.h +@@ -204,6 +204,9 @@ protected: + // How much of the string "
VariantStatus
linux_64_build_varianteglpython3.10.____cpythonlinux_64_build_varianteglffmpeg6python3.10.____cpython - variant + variant
linux_64_build_varianteglpython3.11.____cpythonlinux_64_build_varianteglffmpeg6python3.11.____cpython - variant + variant
linux_64_build_varianteglpython3.12.____cpythonlinux_64_build_varianteglffmpeg6python3.12.____cpython - variant + variant
linux_64_build_varianteglpython3.8.____cpythonlinux_64_build_varianteglffmpeg6python3.8.____cpython - variant + variant
linux_64_build_varianteglpython3.9.____cpythonlinux_64_build_varianteglffmpeg6python3.9.____cpython - variant + variant
linux_64_build_variantosmesapython3.10.____cpythonlinux_64_build_varianteglffmpeg7python3.10.____cpython - variant + variant
linux_64_build_variantosmesapython3.11.____cpythonlinux_64_build_varianteglffmpeg7python3.11.____cpython - variant + variant
linux_64_build_variantosmesapython3.12.____cpythonlinux_64_build_varianteglffmpeg7python3.12.____cpython - variant + variant
linux_64_build_variantosmesapython3.8.____cpythonlinux_64_build_varianteglffmpeg7python3.8.____cpython - variant + variant
linux_64_build_variantosmesapython3.9.____cpythonlinux_64_build_varianteglffmpeg7python3.9.____cpython - variant + variant
linux_64_build_variantqtpython3.10.____cpythonlinux_64_build_variantosmesaffmpeg6python3.10.____cpython - variant + variant
linux_64_build_variantqtpython3.11.____cpythonlinux_64_build_variantosmesaffmpeg6python3.11.____cpython - variant + variant
linux_64_build_variantqtpython3.12.____cpythonlinux_64_build_variantosmesaffmpeg6python3.12.____cpython - variant + variant
linux_64_build_variantqtpython3.8.____cpythonlinux_64_build_variantosmesaffmpeg6python3.8.____cpython - variant + variant
linux_64_build_variantqtpython3.9.____cpythonlinux_64_build_variantosmesaffmpeg6python3.9.____cpython - variant + variant
linux_aarch64_python3.10.____cpythonlinux_64_build_variantosmesaffmpeg7python3.10.____cpython - variant + variant
linux_aarch64_python3.11.____cpythonlinux_64_build_variantosmesaffmpeg7python3.11.____cpython - variant + variant
linux_aarch64_python3.12.____cpythonlinux_64_build_variantosmesaffmpeg7python3.12.____cpython - variant + variant
linux_aarch64_python3.8.____cpythonlinux_64_build_variantosmesaffmpeg7python3.8.____cpython - variant + variant
linux_aarch64_python3.9.____cpythonlinux_64_build_variantosmesaffmpeg7python3.9.____cpython - variant + variant
linux_ppc64le_python3.10.____cpythonlinux_64_build_variantqtffmpeg6python3.10.____cpython - variant + variant
linux_ppc64le_python3.11.____cpythonlinux_64_build_variantqtffmpeg6python3.11.____cpython - variant + variant
linux_ppc64le_python3.12.____cpythonlinux_64_build_variantqtffmpeg6python3.12.____cpython - variant + variant
linux_ppc64le_python3.8.____cpythonlinux_64_build_variantqtffmpeg6python3.8.____cpython - variant + variant
linux_ppc64le_python3.9.____cpythonlinux_64_build_variantqtffmpeg6python3.9.____cpython - variant + variant
osx_64_python3.10.____cpythonlinux_64_build_variantqtffmpeg7python3.10.____cpython - variant + variant
osx_64_python3.11.____cpythonlinux_64_build_variantqtffmpeg7python3.11.____cpython - variant + variant
osx_64_python3.12.____cpythonlinux_64_build_variantqtffmpeg7python3.12.____cpython - variant + variant
osx_64_python3.8.____cpythonlinux_64_build_variantqtffmpeg7python3.8.____cpython - variant + variant
osx_64_python3.9.____cpythonlinux_64_build_variantqtffmpeg7python3.9.____cpython - variant + variant
osx_arm64_python3.10.____cpythonlinux_aarch64_ffmpeg6python3.10.____cpython - variant + variant
osx_arm64_python3.11.____cpythonlinux_aarch64_ffmpeg6python3.11.____cpython - variant + variant
osx_arm64_python3.12.____cpythonlinux_aarch64_ffmpeg6python3.12.____cpython - variant + variant
osx_arm64_python3.8.____cpythonlinux_aarch64_ffmpeg6python3.8.____cpython - variant + variant
osx_arm64_python3.9.____cpythonlinux_aarch64_ffmpeg6python3.9.____cpython - variant + variant
win_64_python3.10.____cpythonlinux_aarch64_ffmpeg7python3.10.____cpython - variant + variant
win_64_python3.11.____cpythonlinux_aarch64_ffmpeg7python3.11.____cpython - variant + variant
win_64_python3.12.____cpythonlinux_aarch64_ffmpeg7python3.12.____cpython - variant + variant
win_64_python3.8.____cpythonlinux_aarch64_ffmpeg7python3.8.____cpython - variant + variant
win_64_python3.9.____cpythonlinux_aarch64_ffmpeg7python3.9.____cpython - variant + variant + +
linux_ppc64le_ffmpeg6python3.10.____cpython + + variant + +
linux_ppc64le_ffmpeg6python3.11.____cpython + + variant + +
linux_ppc64le_ffmpeg6python3.12.____cpython + + variant + +
linux_ppc64le_ffmpeg6python3.8.____cpython + + variant + +
linux_ppc64le_ffmpeg6python3.9.____cpython + + variant + +
linux_ppc64le_ffmpeg7python3.10.____cpython + + variant + +
linux_ppc64le_ffmpeg7python3.11.____cpython + + variant + +
linux_ppc64le_ffmpeg7python3.12.____cpython + + variant + +
linux_ppc64le_ffmpeg7python3.8.____cpython + + variant + +
linux_ppc64le_ffmpeg7python3.9.____cpython + + variant + +
osx_64_ffmpeg6python3.10.____cpython + + variant + +
osx_64_ffmpeg6python3.11.____cpython + + variant + +
osx_64_ffmpeg6python3.12.____cpython + + variant + +
osx_64_ffmpeg6python3.8.____cpython + + variant + +
osx_64_ffmpeg6python3.9.____cpython + + variant + +
osx_64_ffmpeg7python3.10.____cpython + + variant + +
osx_64_ffmpeg7python3.11.____cpython + + variant + +
osx_64_ffmpeg7python3.12.____cpython + + variant + +
osx_64_ffmpeg7python3.8.____cpython + + variant + +
osx_64_ffmpeg7python3.9.____cpython + + variant + +
osx_arm64_ffmpeg6python3.10.____cpython + + variant + +
osx_arm64_ffmpeg6python3.11.____cpython + + variant + +
osx_arm64_ffmpeg6python3.12.____cpython + + variant + +
osx_arm64_ffmpeg6python3.8.____cpython + + variant + +
osx_arm64_ffmpeg6python3.9.____cpython + + variant + +
osx_arm64_ffmpeg7python3.10.____cpython + + variant + +
osx_arm64_ffmpeg7python3.11.____cpython + + variant + +
osx_arm64_ffmpeg7python3.12.____cpython + + variant + +
osx_arm64_ffmpeg7python3.8.____cpython + + variant + +
osx_arm64_ffmpeg7python3.9.____cpython + + variant + +
win_64_ffmpeg6python3.10.____cpython + + variant + +
win_64_ffmpeg6python3.11.____cpython + + variant + +
win_64_ffmpeg6python3.12.____cpython + + variant + +
win_64_ffmpeg6python3.8.____cpython + + variant + +
win_64_ffmpeg6python3.9.____cpython + + variant + +
win_64_ffmpeg7python3.10.____cpython + + variant + +
win_64_ffmpeg7python3.11.____cpython + + variant + +
win_64_ffmpeg7python3.12.____cpython + + variant + +
win_64_ffmpeg7python3.8.____cpython + + variant + +
win_64_ffmpeg7python3.9.____cpython + + variant