diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 183259685..5924d685d 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,87 +8,38 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.8.____cpython: - CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.8.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.9.____cpython: - CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.9.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21python3.10.____cpython: - CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21python3.10.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.23python3.11.____cpython: - CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.23python3.11.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.8.____cpython: - CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.8.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 - linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.9.____cpython: - CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.9.____cpython + linux_64_cuda_compiler_version10.2openssl1.1.1: + CONFIG: linux_64_cuda_compiler_version10.2openssl1.1.1 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 - linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython: - CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython + linux_64_cuda_compiler_version10.2openssl3: + CONFIG: linux_64_cuda_compiler_version10.2openssl3 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 - linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.23python3.11.____cpython: - CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.23python3.11.____cpython + linux_64_cuda_compiler_versionNoneopenssl1.1.1: + CONFIG: linux_64_cuda_compiler_versionNoneopenssl1.1.1 UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 - linux_aarch64_cuda_compiler_version11.2numpy1.20python3.8.____cpython: - CONFIG: linux_aarch64_cuda_compiler_version11.2numpy1.20python3.8.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 - linux_aarch64_cuda_compiler_version11.2numpy1.20python3.9.____cpython: - CONFIG: linux_aarch64_cuda_compiler_version11.2numpy1.20python3.9.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 - linux_aarch64_cuda_compiler_version11.2numpy1.21python3.10.____cpython: - CONFIG: linux_aarch64_cuda_compiler_version11.2numpy1.21python3.10.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 - linux_aarch64_cuda_compiler_version11.2numpy1.23python3.11.____cpython: - CONFIG: linux_aarch64_cuda_compiler_version11.2numpy1.23python3.11.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 - linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython: - CONFIG: linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64 - linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython: - CONFIG: linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64 - linux_aarch64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython: - CONFIG: linux_aarch64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64 - linux_aarch64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython: - CONFIG: linux_aarch64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_cuda_compiler_versionNoneopenssl3: + CONFIG: linux_64_cuda_compiler_versionNoneopenssl3 UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64 - linux_ppc64le_numpy1.20python3.8.____cpython: - CONFIG: linux_ppc64le_numpy1.20python3.8.____cpython + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_cuda_compiler_versionNoneopenssl1.1.1: + CONFIG: linux_aarch64_cuda_compiler_versionNoneopenssl1.1.1 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.20python3.9.____cpython: - CONFIG: linux_ppc64le_numpy1.20python3.9.____cpython + linux_aarch64_cuda_compiler_versionNoneopenssl3: + CONFIG: linux_aarch64_cuda_compiler_versionNoneopenssl3 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.21python3.10.____cpython: - CONFIG: linux_ppc64le_numpy1.21python3.10.____cpython + linux_ppc64le_cuda_compiler_versionNoneopenssl1.1.1: + CONFIG: linux_ppc64le_cuda_compiler_versionNoneopenssl1.1.1 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.23python3.11.____cpython: - CONFIG: linux_ppc64le_numpy1.23python3.11.____cpython + linux_ppc64le_cuda_compiler_versionNoneopenssl3: + CONFIG: linux_ppc64le_cuda_compiler_versionNoneopenssl3 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - maxParallel: 11 timeoutInMinutes: 360 steps: diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 249ae90ab..5fa9ba9cb 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,31 +8,18 @@ jobs: vmImage: macOS-11 strategy: matrix: - osx_64_numpy1.20python3.8.____cpython: - CONFIG: osx_64_numpy1.20python3.8.____cpython + osx_64_openssl1.1.1: + CONFIG: osx_64_openssl1.1.1 UPLOAD_PACKAGES: 'True' - osx_64_numpy1.20python3.9.____cpython: - CONFIG: osx_64_numpy1.20python3.9.____cpython + osx_64_openssl3: + CONFIG: osx_64_openssl3 UPLOAD_PACKAGES: 'True' - osx_64_numpy1.21python3.10.____cpython: - CONFIG: osx_64_numpy1.21python3.10.____cpython + osx_arm64_openssl1.1.1: + CONFIG: osx_arm64_openssl1.1.1 UPLOAD_PACKAGES: 'True' - osx_64_numpy1.23python3.11.____cpython: - CONFIG: osx_64_numpy1.23python3.11.____cpython + osx_arm64_openssl3: + CONFIG: osx_arm64_openssl3 UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.20python3.8.____cpython: - CONFIG: osx_arm64_numpy1.20python3.8.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.20python3.9.____cpython: - CONFIG: osx_arm64_numpy1.20python3.9.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.21python3.10.____cpython: - CONFIG: osx_arm64_numpy1.21python3.10.____cpython - UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.23python3.11.____cpython: - CONFIG: osx_arm64_numpy1.23python3.11.____cpython - UPLOAD_PACKAGES: 'True' - maxParallel: 4 timeoutInMinutes: 360 steps: diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index cf57026b8..7f5ea9a96 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,31 +8,18 @@ jobs: vmImage: windows-2019 strategy: matrix: - win_64_cuda_compiler_version10.2numpy1.20python3.8.____cpython: - CONFIG: win_64_cuda_compiler_version10.2numpy1.20python3.8.____cpython + win_64_cuda_compiler_version10.2openssl1.1.1: + CONFIG: win_64_cuda_compiler_version10.2openssl1.1.1 UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_version10.2numpy1.20python3.9.____cpython: - CONFIG: win_64_cuda_compiler_version10.2numpy1.20python3.9.____cpython + win_64_cuda_compiler_version10.2openssl3: + CONFIG: win_64_cuda_compiler_version10.2openssl3 UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython: - CONFIG: win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython + win_64_cuda_compiler_versionNoneopenssl1.1.1: + CONFIG: win_64_cuda_compiler_versionNoneopenssl1.1.1 UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_version10.2numpy1.23python3.11.____cpython: - CONFIG: win_64_cuda_compiler_version10.2numpy1.23python3.11.____cpython + win_64_cuda_compiler_versionNoneopenssl3: + CONFIG: win_64_cuda_compiler_versionNoneopenssl3 UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython: - CONFIG: win_64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython - UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython: - CONFIG: win_64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython - UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython: - CONFIG: win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython - UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython: - CONFIG: win_64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython - UPLOAD_PACKAGES: 'True' - maxParallel: 4 timeoutInMinutes: 360 variables: CONDA_BLD_PATH: D:\\bld\\ @@ -57,7 +44,7 @@ jobs: - script: | call activate base - mamba.exe install 'python=3.9' conda-build conda pip boa 'conda-forge-ci-setup=3' -c conda-forge --strict-channel-priority --yes + mamba.exe install "python=3.9" conda-build conda pip boa conda-forge-ci-setup=3 "py-lief<0.12" -c conda-forge --strict-channel-priority --yes displayName: Install conda-build - script: set PYTHONUNBUFFERED=1 diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.8.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.8.____cpython.yaml deleted file mode 100644 index c016ef26d..000000000 --- a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.8.____cpython.yaml +++ /dev/null @@ -1,70 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- None -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.9.____cpython.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.9.____cpython.yaml deleted file mode 100644 index bc0d303c7..000000000 --- a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.9.____cpython.yaml +++ /dev/null @@ -1,70 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- None -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.8.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.8.____cpython.yaml deleted file mode 100644 index b61e772c5..000000000 --- a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.8.____cpython.yaml +++ /dev/null @@ -1,70 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '7' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '10.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '7' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.9.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.9.____cpython.yaml deleted file mode 100644 index 0fb0c7df6..000000000 --- a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.9.____cpython.yaml +++ /dev/null @@ -1,70 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '7' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '10.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '7' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-cuda:10.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython.yaml b/.ci_support/linux_64_cuda_compiler_version10.2openssl1.1.1.yaml similarity index 85% rename from .ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython.yaml rename to .ci_support/linux_64_cuda_compiler_version10.2openssl1.1.1.yaml index edcf2b278..09e8dfb73 100644 --- a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython.yaml +++ b/.ci_support/linux_64_cuda_compiler_version10.2openssl1.1.1.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -16,6 +18,8 @@ cuda_compiler: - nvcc cuda_compiler_version: - '10.2' +cuda_compiler_version_min: +- '10.2' cxx_compiler: - gxx cxx_compiler_version: @@ -38,6 +42,9 @@ lz4_c: - 1.9.3 numpy: - '1.21' +- '1.23' +- '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -48,6 +55,9 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython +- 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.23python3.11.____cpython.yaml b/.ci_support/linux_64_cuda_compiler_version10.2openssl3.yaml similarity index 84% rename from .ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.23python3.11.____cpython.yaml rename to .ci_support/linux_64_cuda_compiler_version10.2openssl3.yaml index 412c2d205..99022e848 100644 --- a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/linux_64_cuda_compiler_version10.2openssl3.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -16,6 +18,8 @@ cuda_compiler: - nvcc cuda_compiler_version: - '10.2' +cuda_compiler_version_min: +- '10.2' cxx_compiler: - gxx cxx_compiler_version: @@ -37,9 +41,12 @@ libprotobuf: lz4_c: - 1.9.3 numpy: +- '1.21' - '1.23' +- '1.20' +- '1.20' openssl: -- 1.1.1 +- '3' orc: - 1.8.0 pin_run_as_build: @@ -47,7 +54,10 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21python3.10.____cpython.yaml b/.ci_support/linux_64_cuda_compiler_versionNoneopenssl1.1.1.yaml similarity index 85% rename from .ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21python3.10.____cpython.yaml rename to .ci_support/linux_64_cuda_compiler_versionNoneopenssl1.1.1.yaml index a5521c757..edba301f4 100644 --- a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21python3.10.____cpython.yaml +++ b/.ci_support/linux_64_cuda_compiler_versionNoneopenssl1.1.1.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -16,6 +18,8 @@ cuda_compiler: - nvcc cuda_compiler_version: - None +cuda_compiler_version_min: +- '10.2' cxx_compiler: - gxx cxx_compiler_version: @@ -38,6 +42,9 @@ lz4_c: - 1.9.3 numpy: - '1.21' +- '1.23' +- '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -48,6 +55,9 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython +- 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.23python3.11.____cpython.yaml b/.ci_support/linux_64_cuda_compiler_versionNoneopenssl3.yaml similarity index 84% rename from .ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.23python3.11.____cpython.yaml rename to .ci_support/linux_64_cuda_compiler_versionNoneopenssl3.yaml index 36e6a73bb..120d8eb62 100644 --- a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/linux_64_cuda_compiler_versionNoneopenssl3.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -16,6 +18,8 @@ cuda_compiler: - nvcc cuda_compiler_version: - None +cuda_compiler_version_min: +- '10.2' cxx_compiler: - gxx cxx_compiler_version: @@ -37,9 +41,12 @@ libprotobuf: lz4_c: - 1.9.3 numpy: +- '1.21' - '1.23' +- '1.20' +- '1.20' openssl: -- 1.1.1 +- '3' orc: - 1.8.0 pin_run_as_build: @@ -47,7 +54,10 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.20python3.8.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.20python3.8.____cpython.yaml deleted file mode 100644 index 7e619ac81..000000000 --- a/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.20python3.8.____cpython.yaml +++ /dev/null @@ -1,74 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '11.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-aarch64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.20python3.9.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.20python3.9.____cpython.yaml deleted file mode 100644 index d3ada5039..000000000 --- a/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.20python3.9.____cpython.yaml +++ /dev/null @@ -1,74 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '11.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-aarch64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.21python3.10.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.21python3.10.____cpython.yaml deleted file mode 100644 index 4a4b5d054..000000000 --- a/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.21python3.10.____cpython.yaml +++ /dev/null @@ -1,74 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '11.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.21' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-aarch64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.23python3.11.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.23python3.11.____cpython.yaml deleted file mode 100644 index 4f42261ec..000000000 --- a/.ci_support/linux_aarch64_cuda_compiler_version11.2numpy1.23python3.11.____cpython.yaml +++ /dev/null @@ -1,74 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- '11.2' -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.23' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-aarch64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython.yaml deleted file mode 100644 index 98af94c30..000000000 --- a/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython.yaml +++ /dev/null @@ -1,74 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- None -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-aarch64 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-aarch64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython.yaml deleted file mode 100644 index 598e98be5..000000000 --- a/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython.yaml +++ /dev/null @@ -1,74 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- None -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-aarch64 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-aarch64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_versionNoneopenssl1.1.1.yaml similarity index 84% rename from .ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml rename to .ci_support/linux_aarch64_cuda_compiler_versionNoneopenssl1.1.1.yaml index 64a5ef4bb..7ec61b35a 100644 --- a/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_versionNoneopenssl1.1.1.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -16,8 +18,6 @@ channel_sources: - conda-forge channel_targets: - conda-forge main -cuda_compiler: -- nvcc cuda_compiler_version: - None cxx_compiler: @@ -25,7 +25,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-aarch64 +- quay.io/condaforge/linux-anvil-cos7-x86_64 gflags: - '2.2' glog: @@ -42,6 +42,9 @@ lz4_c: - 1.9.3 numpy: - '1.21' +- '1.23' +- '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -52,6 +55,9 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython +- 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython.yaml b/.ci_support/linux_aarch64_cuda_compiler_versionNoneopenssl3.yaml similarity index 84% rename from .ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython.yaml rename to .ci_support/linux_aarch64_cuda_compiler_versionNoneopenssl3.yaml index 8a329ab76..fa91ba903 100644 --- a/.ci_support/linux_aarch64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_cuda_compiler_versionNoneopenssl3.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -16,8 +18,6 @@ channel_sources: - conda-forge channel_targets: - conda-forge main -cuda_compiler: -- nvcc cuda_compiler_version: - None cxx_compiler: @@ -25,7 +25,7 @@ cxx_compiler: cxx_compiler_version: - '10' docker_image: -- quay.io/condaforge/linux-anvil-aarch64 +- quay.io/condaforge/linux-anvil-cos7-x86_64 gflags: - '2.2' glog: @@ -41,9 +41,12 @@ libprotobuf: lz4_c: - 1.9.3 numpy: +- '1.21' - '1.23' +- '1.20' +- '1.20' openssl: -- 1.1.1 +- '3' orc: - 1.8.0 pin_run_as_build: @@ -51,7 +54,10 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/linux_ppc64le_numpy1.21python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_cuda_compiler_versionNoneopenssl1.1.1.yaml similarity index 88% rename from .ci_support/linux_ppc64le_numpy1.21python3.10.____cpython.yaml rename to .ci_support/linux_ppc64le_cuda_compiler_versionNoneopenssl1.1.1.yaml index 68b3f3cb5..c5a546f91 100644 --- a/.ci_support/linux_ppc64le_numpy1.21python3.10.____cpython.yaml +++ b/.ci_support/linux_ppc64le_cuda_compiler_versionNoneopenssl1.1.1.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -36,6 +38,9 @@ lz4_c: - 1.9.3 numpy: - '1.21' +- '1.23' +- '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -46,6 +51,9 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython +- 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_cuda_compiler_versionNoneopenssl3.yaml similarity index 87% rename from .ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml rename to .ci_support/linux_ppc64le_cuda_compiler_versionNoneopenssl3.yaml index 06df2c3a3..16c569275 100644 --- a/.ci_support/linux_ppc64le_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/linux_ppc64le_cuda_compiler_versionNoneopenssl3.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -35,9 +37,12 @@ libprotobuf: lz4_c: - 1.9.3 numpy: +- '1.21' - '1.23' +- '1.20' +- '1.20' openssl: -- 1.1.1 +- '3' orc: - 1.8.0 pin_run_as_build: @@ -45,7 +50,10 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/linux_ppc64le_numpy1.20python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.20python3.8.____cpython.yaml deleted file mode 100644 index e5d270b8a..000000000 --- a/.ci_support/linux_ppc64le_numpy1.20python3.8.____cpython.yaml +++ /dev/null @@ -1,68 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler_version: -- None -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-ppc64le -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/linux_ppc64le_numpy1.20python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_numpy1.20python3.9.____cpython.yaml deleted file mode 100644 index a9f1c3ed6..000000000 --- a/.ci_support/linux_ppc64le_numpy1.20python3.9.____cpython.yaml +++ /dev/null @@ -1,68 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '10' -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler_version: -- None -cxx_compiler: -- gxx -cxx_compiler_version: -- '10' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- linux-ppc64le -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - cuda_compiler_version - - cdt_name - - docker_image -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/migrations/aws_sdk_cpp19375.yaml b/.ci_support/migrations/aws_sdk_cpp19375.yaml new file mode 100644 index 000000000..40cb1b3bb --- /dev/null +++ b/.ci_support/migrations/aws_sdk_cpp19375.yaml @@ -0,0 +1,8 @@ +__migrator: + build_number: 1 + kind: version + migration_number: 1 + use_local: true +aws_sdk_cpp: +- 1.9.379 +migrator_ts: 1667321224.1701944 diff --git a/.ci_support/migrations/cuda_112_ppc64le_aarch64.yaml b/.ci_support/migrations/cuda_112_ppc64le_aarch64.yaml index 3b1495d2b..5d024931a 100644 --- a/.ci_support/migrations/cuda_112_ppc64le_aarch64.yaml +++ b/.ci_support/migrations/cuda_112_ppc64le_aarch64.yaml @@ -21,21 +21,26 @@ __migrator: arm_variant_type: # [aarch64] - sbsa # [aarch64] -c_compiler_version: # [aarch64] - - 10 # [aarch64] -cxx_compiler_version: # [aarch64] - - 10 # [aarch64] -fortran_compiler_version: # [aarch64] - - 10 # [aarch64] +c_compiler_version: # [ppc64le or aarch64] + - 10 # [ppc64le or aarch64] +cxx_compiler_version: # [ppc64le or aarch64] + - 10 # [ppc64le or aarch64] +fortran_compiler_version: # [ppc64le or aarch64] + - 10 # [ppc64le or aarch64] -cuda_compiler_version: # [aarch64] - - 11.2 # [aarch64] +cuda_compiler_version: # [ppc64le or aarch64] + - 11.2 # [ppc64le or aarch64] -cudnn: # [aarch64] - - 8 # [aarch64] +cudnn: # [ppc64le or aarch64] + - 8 # [ppc64le or aarch64] -cdt_name: # [aarch64] - - cos7 # [aarch64] +cdt_name: # [ppc64le or aarch64] + - cos7 # [ppc64le or aarch64] -docker_image: # [os.environ.get("BUILD_PLATFORM", "").startswith("linux") and aarch64] +docker_image: # [os.environ.get("BUILD_PLATFORM", "").startswith("linux") and (ppc64le or aarch64)] + # case: native compilation (build == target) + - quay.io/condaforge/linux-anvil-ppc64le-cuda:11.2 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"] - quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"] + # case: cross-compilation (build != target) + - quay.io/condaforge/linux-anvil-cuda:11.2 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-64"] + - quay.io/condaforge/linux-anvil-cuda:11.2 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-64"] diff --git a/.ci_support/migrations/google_cloud_cpp230.yaml b/.ci_support/migrations/google_cloud_cpp230.yaml deleted file mode 100644 index 558051c96..000000000 --- a/.ci_support/migrations/google_cloud_cpp230.yaml +++ /dev/null @@ -1,11 +0,0 @@ -__migrator: - build_number: 1 - kind: version - migration_number: 1 - -# needs to pin down to patch level due to inline namespaces changing, see -# https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/3430 -google_cloud_cpp: -- '2.3.0' - -migrator_ts: 1667209142.8457868 diff --git a/.ci_support/migrations/grpc_cpp149.yaml b/.ci_support/migrations/grpc_cpp149.yaml deleted file mode 100644 index e3819d791..000000000 --- a/.ci_support/migrations/grpc_cpp149.yaml +++ /dev/null @@ -1,13 +0,0 @@ -__migrator: - build_number: 1 - kind: version - migration_number: 1 - -# TODO: once the migration finishes and all feedstocks -# have changed to the new output, remove grpc_cpp -libgrpc: -- '1.49' -grpc_cpp: -- '1.49' - -migrator_ts: 1666974156.3232300 diff --git a/.ci_support/migrations/libprotobuf321.yaml b/.ci_support/migrations/openssl3.yaml similarity index 55% rename from .ci_support/migrations/libprotobuf321.yaml rename to .ci_support/migrations/openssl3.yaml index 41701fa3b..ae551c1e9 100644 --- a/.ci_support/migrations/libprotobuf321.yaml +++ b/.ci_support/migrations/openssl3.yaml @@ -2,6 +2,7 @@ __migrator: build_number: 1 kind: version migration_number: 1 -libprotobuf: -- '3.21' -migrator_ts: 1661531047.2553904 +migrator_ts: 1631932209.13688 +openssl: +- 1.1.1 +- '3' diff --git a/.ci_support/osx_64_numpy1.20python3.8.____cpython.yaml b/.ci_support/osx_64_numpy1.20python3.8.____cpython.yaml deleted file mode 100644 index ddc974376..000000000 --- a/.ci_support/osx_64_numpy1.20python3.8.____cpython.yaml +++ /dev/null @@ -1,65 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- clang -c_compiler_version: -- '14' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler_version: -- None -cxx_compiler: -- clangxx -cxx_compiler_version: -- '14' -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- osx-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/osx_64_numpy1.20python3.9.____cpython.yaml b/.ci_support/osx_64_numpy1.20python3.9.____cpython.yaml deleted file mode 100644 index 87f31cbf6..000000000 --- a/.ci_support/osx_64_numpy1.20python3.9.____cpython.yaml +++ /dev/null @@ -1,65 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- clang -c_compiler_version: -- '14' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler_version: -- None -cxx_compiler: -- clangxx -cxx_compiler_version: -- '14' -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- osx-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/osx_64_numpy1.21python3.10.____cpython.yaml b/.ci_support/osx_64_openssl1.1.1.yaml similarity index 87% rename from .ci_support/osx_64_numpy1.21python3.10.____cpython.yaml rename to .ci_support/osx_64_openssl1.1.1.yaml index 5e6aa1dbb..a52bf9bbd 100644 --- a/.ci_support/osx_64_numpy1.21python3.10.____cpython.yaml +++ b/.ci_support/osx_64_openssl1.1.1.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.9' +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -36,6 +38,9 @@ macos_machine: - x86_64-apple-darwin13.4.0 numpy: - '1.21' +- '1.23' +- '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -46,6 +51,9 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython +- 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml b/.ci_support/osx_64_openssl3.yaml similarity index 87% rename from .ci_support/osx_64_numpy1.23python3.11.____cpython.yaml rename to .ci_support/osx_64_openssl3.yaml index 96206e02f..f47c333a5 100644 --- a/.ci_support/osx_64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/osx_64_openssl3.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.9' +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -35,9 +37,12 @@ lz4_c: macos_machine: - x86_64-apple-darwin13.4.0 numpy: +- '1.21' - '1.23' +- '1.20' +- '1.20' openssl: -- 1.1.1 +- '3' orc: - 1.8.0 pin_run_as_build: @@ -45,7 +50,10 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/osx_arm64_numpy1.20python3.8.____cpython.yaml b/.ci_support/osx_arm64_numpy1.20python3.8.____cpython.yaml deleted file mode 100644 index c86096903..000000000 --- a/.ci_support/osx_arm64_numpy1.20python3.8.____cpython.yaml +++ /dev/null @@ -1,65 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- clang -c_compiler_version: -- '14' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler_version: -- None -cxx_compiler: -- clangxx -cxx_compiler_version: -- '14' -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- osx-arm64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/osx_arm64_numpy1.20python3.9.____cpython.yaml b/.ci_support/osx_arm64_numpy1.20python3.9.____cpython.yaml deleted file mode 100644 index a1f31c9c4..000000000 --- a/.ci_support/osx_arm64_numpy1.20python3.9.____cpython.yaml +++ /dev/null @@ -1,65 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- clang -c_compiler_version: -- '14' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler_version: -- None -cxx_compiler: -- clangxx -cxx_compiler_version: -- '14' -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '1.20' -openssl: -- 1.1.1 -orc: -- 1.8.0 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- osx-arm64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - c_compiler_version - - cxx_compiler_version -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml b/.ci_support/osx_arm64_openssl1.1.1.yaml similarity index 87% rename from .ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml rename to .ci_support/osx_arm64_openssl1.1.1.yaml index 4b28768c2..59128de87 100644 --- a/.ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_openssl1.1.1.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -36,6 +38,9 @@ macos_machine: - arm64-apple-darwin20.0.0 numpy: - '1.21' +- '1.23' +- '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -46,6 +51,9 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython +- 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml b/.ci_support/osx_arm64_openssl3.yaml similarity index 87% rename from .ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml rename to .ci_support/osx_arm64_openssl3.yaml index eda849c10..4c08c312f 100644 --- a/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_openssl3.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -35,9 +37,12 @@ lz4_c: macos_machine: - arm64-apple-darwin20.0.0 numpy: +- '1.21' - '1.23' +- '1.20' +- '1.20' openssl: -- 1.1.1 +- '3' orc: - 1.8.0 pin_run_as_build: @@ -45,7 +50,10 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/win_64_cuda_compiler_version10.2numpy1.23python3.11.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version10.2openssl1.1.1.yaml similarity index 77% rename from .ci_support/win_64_cuda_compiler_version10.2numpy1.23python3.11.____cpython.yaml rename to .ci_support/win_64_cuda_compiler_version10.2openssl1.1.1.yaml index a61a9a505..58533cf57 100644 --- a/.ci_support/win_64_cuda_compiler_version10.2numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/win_64_cuda_compiler_version10.2openssl1.1.1.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -12,6 +14,8 @@ cuda_compiler: - nvcc cuda_compiler_version: - '10.2' +cuda_compiler_version_min: +- '10.2' cxx_compiler: - vs2019 gflags: @@ -22,6 +26,10 @@ google_cloud_cpp: - 2.3.0 libabseil: - '20220623.0' +libcrc32c: +- '1.1' +libcurl: +- '7' libgrpc: - '1.49' libprotobuf: @@ -29,7 +37,10 @@ libprotobuf: lz4_c: - 1.9.3 numpy: +- '1.21' - '1.23' +- '1.20' +- '1.20' openssl: - 1.1.1 pin_run_as_build: @@ -37,7 +48,10 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/win_64_cuda_compiler_version10.2numpy1.20python3.9.____cpython.yaml b/.ci_support/win_64_cuda_compiler_version10.2openssl3.yaml similarity index 76% rename from .ci_support/win_64_cuda_compiler_version10.2numpy1.20python3.9.____cpython.yaml rename to .ci_support/win_64_cuda_compiler_version10.2openssl3.yaml index a7a58c8fc..076758348 100644 --- a/.ci_support/win_64_cuda_compiler_version10.2numpy1.20python3.9.____cpython.yaml +++ b/.ci_support/win_64_cuda_compiler_version10.2openssl3.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -12,6 +14,8 @@ cuda_compiler: - nvcc cuda_compiler_version: - '10.2' +cuda_compiler_version_min: +- '10.2' cxx_compiler: - vs2019 gflags: @@ -22,6 +26,10 @@ google_cloud_cpp: - 2.3.0 libabseil: - '20220623.0' +libcrc32c: +- '1.1' +libcurl: +- '7' libgrpc: - '1.49' libprotobuf: @@ -29,14 +37,20 @@ libprotobuf: lz4_c: - 1.9.3 numpy: +- '1.21' +- '1.23' +- '1.20' - '1.20' openssl: -- 1.1.1 +- '3' pin_run_as_build: python: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython +- 3.11.* *_cpython +- 3.8.* *_cpython - 3.9.* *_cpython re2: - 2022.06.01 diff --git a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython.yaml deleted file mode 100644 index bc45e7117..000000000 --- a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- vs2019 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- None -cxx_compiler: -- vs2019 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- win-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython.yaml deleted file mode 100644 index 185f53d58..000000000 --- a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- vs2019 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- None -cxx_compiler: -- vs2019 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.20' -openssl: -- 1.1.1 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.9.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- win-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml deleted file mode 100644 index 282eb86d3..000000000 --- a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- vs2019 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- None -cxx_compiler: -- vs2019 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.21' -openssl: -- 1.1.1 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.10.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- win-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython.yaml deleted file mode 100644 index 661ef99e2..000000000 --- a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython.yaml +++ /dev/null @@ -1,55 +0,0 @@ -bzip2: -- '1' -c_ares: -- '1' -c_compiler: -- vs2019 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cuda_compiler: -- nvcc -cuda_compiler_version: -- None -cxx_compiler: -- vs2019 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- 2.3.0 -libabseil: -- '20220623.0' -libgrpc: -- '1.49' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -numpy: -- '1.23' -openssl: -- 1.1.1 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.11.* *_cpython -re2: -- 2022.06.01 -snappy: -- '1' -target_platform: -- win-64 -thrift_cpp: -- 0.16.0 -zip_keys: -- - python - - numpy -zlib: -- '1.2' -zstd: -- '1.5' diff --git a/.ci_support/win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNoneopenssl1.1.1.yaml similarity index 77% rename from .ci_support/win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython.yaml rename to .ci_support/win_64_cuda_compiler_versionNoneopenssl1.1.1.yaml index 9d97a0318..610426257 100644 --- a/.ci_support/win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython.yaml +++ b/.ci_support/win_64_cuda_compiler_versionNoneopenssl1.1.1.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -11,6 +13,8 @@ channel_targets: cuda_compiler: - nvcc cuda_compiler_version: +- None +cuda_compiler_version_min: - '10.2' cxx_compiler: - vs2019 @@ -22,6 +26,10 @@ google_cloud_cpp: - 2.3.0 libabseil: - '20220623.0' +libcrc32c: +- '1.1' +libcurl: +- '7' libgrpc: - '1.49' libprotobuf: @@ -30,6 +38,9 @@ lz4_c: - 1.9.3 numpy: - '1.21' +- '1.23' +- '1.20' +- '1.20' openssl: - 1.1.1 pin_run_as_build: @@ -38,6 +49,9 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython +- 3.11.* *_cpython +- 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.ci_support/win_64_cuda_compiler_version10.2numpy1.20python3.8.____cpython.yaml b/.ci_support/win_64_cuda_compiler_versionNoneopenssl3.yaml similarity index 76% rename from .ci_support/win_64_cuda_compiler_version10.2numpy1.20python3.8.____cpython.yaml rename to .ci_support/win_64_cuda_compiler_versionNoneopenssl3.yaml index 47e84f9e6..6430884da 100644 --- a/.ci_support/win_64_cuda_compiler_version10.2numpy1.20python3.8.____cpython.yaml +++ b/.ci_support/win_64_cuda_compiler_versionNoneopenssl3.yaml @@ -1,3 +1,5 @@ +aws_sdk_cpp: +- 1.9.379 bzip2: - '1' c_ares: @@ -11,6 +13,8 @@ channel_targets: cuda_compiler: - nvcc cuda_compiler_version: +- None +cuda_compiler_version_min: - '10.2' cxx_compiler: - vs2019 @@ -22,6 +26,10 @@ google_cloud_cpp: - 2.3.0 libabseil: - '20220623.0' +libcrc32c: +- '1.1' +libcurl: +- '7' libgrpc: - '1.49' libprotobuf: @@ -29,15 +37,21 @@ libprotobuf: lz4_c: - 1.9.3 numpy: +- '1.21' +- '1.23' +- '1.20' - '1.20' openssl: -- 1.1.1 +- '3' pin_run_as_build: python: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython +- 3.11.* *_cpython - 3.8.* *_cpython +- 3.9.* *_cpython re2: - 2022.06.01 snappy: diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e61aa24d..8b4ef2f99 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ # This file was generated automatically from conda-smithy. To update this configuration, # update the conda-forge.yml and/or the recipe/meta.yaml. -# -*- mode: yaml -*- +# -*- mode: jinja-yaml -*- version: 2 diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a6b09f6b7..84431a630 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -33,9 +33,9 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 + conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 + conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index 736a39a09..b3abaeb54 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -23,11 +23,10 @@ bash $MINIFORGE_FILE -b -p ${MINIFORGE_HOME} source ${MINIFORGE_HOME}/etc/profile.d/conda.sh conda activate base -echo -e "\n\nInstalling ['conda-forge-ci-setup=3'] and conda-build." mamba install --update-specs --quiet --yes --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 + conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 + conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" diff --git a/README.md b/README.md index 533fc55f4..351973999 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -About arrow-cpp-ext -=================== +About arrow-cpp +=============== Home: http://github.com/apache/arrow @@ -7,7 +7,7 @@ Package license: Apache-2.0 Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/arrow-cpp-feedstock/blob/main/LICENSE.txt) -Summary: C++ libraries for Apache Arrow +Summary: A meta-package to select Arrow build variant Current build status ==================== @@ -27,255 +27,115 @@ Current build status
Variant | Status | |
---|---|---|
linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.8.____cpython | +linux_64_cuda_compiler_version10.2openssl1.1.1 | - + |
linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20python3.9.____cpython | +linux_64_cuda_compiler_version10.2openssl3 | - + |
linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21python3.10.____cpython | +linux_64_cuda_compiler_versionNoneopenssl1.1.1 | - + |
linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.23python3.11.____cpython | +linux_64_cuda_compiler_versionNoneopenssl3 | - + |
linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.8.____cpython | +linux_aarch64_cuda_compiler_versionNoneopenssl1.1.1 | - + |
linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20python3.9.____cpython | +linux_aarch64_cuda_compiler_versionNoneopenssl3 | - + |
linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21python3.10.____cpython | +linux_ppc64le_cuda_compiler_versionNoneopenssl1.1.1 | - + |
linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.23python3.11.____cpython | +linux_ppc64le_cuda_compiler_versionNoneopenssl3 | - + |
linux_aarch64_cuda_compiler_version11.2numpy1.20python3.8.____cpython | +osx_64_openssl1.1.1 | - + |
linux_aarch64_cuda_compiler_version11.2numpy1.20python3.9.____cpython | +osx_64_openssl3 | - + |
linux_aarch64_cuda_compiler_version11.2numpy1.21python3.10.____cpython | +osx_arm64_openssl1.1.1 | - + |
linux_aarch64_cuda_compiler_version11.2numpy1.23python3.11.____cpython | +osx_arm64_openssl3 | - + |
linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython | +win_64_cuda_compiler_version10.2openssl1.1.1 | - + |
linux_aarch64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython | +win_64_cuda_compiler_version10.2openssl3 | - + |
linux_aarch64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython | +win_64_cuda_compiler_versionNoneopenssl1.1.1 | - + |
linux_aarch64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython | +win_64_cuda_compiler_versionNoneopenssl3 | - - - | -
linux_ppc64le_numpy1.20python3.8.____cpython | -- - - - | -|
linux_ppc64le_numpy1.20python3.9.____cpython | -- - - - | -|
linux_ppc64le_numpy1.21python3.10.____cpython | -- - - - | -|
linux_ppc64le_numpy1.23python3.11.____cpython | -- - - - | -|
osx_64_numpy1.20python3.8.____cpython | -- - - - | -|
osx_64_numpy1.20python3.9.____cpython | -- - - - | -|
osx_64_numpy1.21python3.10.____cpython | -- - - - | -|
osx_64_numpy1.23python3.11.____cpython | -- - - - | -|
osx_arm64_numpy1.20python3.8.____cpython | -- - - - | -|
osx_arm64_numpy1.20python3.9.____cpython | -- - - - | -|
osx_arm64_numpy1.21python3.10.____cpython | -- - - - | -|
osx_arm64_numpy1.23python3.11.____cpython | -- - - - | -|
win_64_cuda_compiler_version10.2numpy1.20python3.8.____cpython | -- - - - | -|
win_64_cuda_compiler_version10.2numpy1.20python3.9.____cpython | -- - - - | -|
win_64_cuda_compiler_version10.2numpy1.21python3.10.____cpython | -- - - - | -|
win_64_cuda_compiler_version10.2numpy1.23python3.11.____cpython | -- - - - | -|
win_64_cuda_compiler_versionNonenumpy1.20python3.8.____cpython | -- - - - | -|
win_64_cuda_compiler_versionNonenumpy1.20python3.9.____cpython | -- - - - | -|
win_64_cuda_compiler_versionNonenumpy1.21python3.10.____cpython | -- - - - | -|
win_64_cuda_compiler_versionNonenumpy1.23python3.11.____cpython | -- - + |