diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 96a921268..389a9ea7e 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,36 +8,20 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20: - CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20 + linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10: + CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21: - CONFIG: linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20: - CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 - linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21: - CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21 + linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7: + CONFIG: linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-cuda:10.2 - linux_aarch64_numpy1.20: - CONFIG: linux_aarch64_numpy1.20 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.21: - CONFIG: linux_aarch64_numpy1.21 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.20: - CONFIG: linux_ppc64le_numpy1.20 + linux_aarch64_: + CONFIG: linux_aarch64_ UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.21: - CONFIG: linux_ppc64le_numpy1.21 + linux_ppc64le_: + CONFIG: linux_ppc64le_ UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index d268671b6..8032e9673 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,17 +8,11 @@ jobs: vmImage: macOS-11 strategy: matrix: - osx_64_numpy1.20: - CONFIG: osx_64_numpy1.20 + osx_64_: + CONFIG: osx_64_ UPLOAD_PACKAGES: 'True' - osx_64_numpy1.21: - CONFIG: osx_64_numpy1.21 - UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.20: - CONFIG: osx_arm64_numpy1.20 - UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.21: - CONFIG: osx_arm64_numpy1.21 + osx_arm64_: + CONFIG: osx_arm64_ UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 58615c3b3..2a6004313 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,17 +8,11 @@ jobs: vmImage: windows-2019 strategy: matrix: - win_64_cuda_compiler_version10.2numpy1.20: - CONFIG: win_64_cuda_compiler_version10.2numpy1.20 + win_64_cuda_compiler_version10.2: + CONFIG: win_64_cuda_compiler_version10.2 UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_version10.2numpy1.21: - CONFIG: win_64_cuda_compiler_version10.2numpy1.21 - UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_versionNonenumpy1.20: - CONFIG: win_64_cuda_compiler_versionNonenumpy1.20 - UPLOAD_PACKAGES: 'True' - win_64_cuda_compiler_versionNonenumpy1.21: - CONFIG: win_64_cuda_compiler_versionNonenumpy1.21 + win_64_cuda_compiler_versionNone: + CONFIG: win_64_cuda_compiler_versionNone UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10.yaml similarity index 96% rename from .ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20.yaml rename to .ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10.yaml index 06e795bbd..ff1b36a05 100644 --- a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20.yaml +++ b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10.yaml @@ -40,6 +40,7 @@ numpy: - '1.20' - '1.20' - '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -49,6 +50,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.7.* *_cpython - 3.8.* *_cpython - 3.9.* *_cpython diff --git a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21.yaml b/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21.yaml deleted file mode 100644 index 30ca9e338..000000000 --- a/.ci_support/linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21.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.2' -grpc_cpp: -- '1.47' -libabseil: -- '20220623.0' -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-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.20.yaml b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7.yaml similarity index 96% rename from .ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20.yaml rename to .ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7.yaml index e3958c527..edd44f8f5 100644 --- a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20.yaml +++ b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7.yaml @@ -40,6 +40,7 @@ numpy: - '1.20' - '1.20' - '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -49,6 +50,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.7.* *_cpython - 3.8.* *_cpython - 3.9.* *_cpython diff --git a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21.yaml b/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21.yaml deleted file mode 100644 index c0d742fb6..000000000 --- a/.ci_support/linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21.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.2' -grpc_cpp: -- '1.47' -libabseil: -- '20220623.0' -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-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_aarch64_numpy1.20.yaml b/.ci_support/linux_aarch64_.yaml similarity index 97% rename from .ci_support/linux_aarch64_numpy1.20.yaml rename to .ci_support/linux_aarch64_.yaml index 52402d318..cb326fd77 100644 --- a/.ci_support/linux_aarch64_numpy1.20.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -42,6 +42,7 @@ numpy: - '1.20' - '1.20' - '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -51,6 +52,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.7.* *_cpython - 3.8.* *_cpython - 3.9.* *_cpython diff --git a/.ci_support/linux_aarch64_numpy1.21.yaml b/.ci_support/linux_aarch64_numpy1.21.yaml deleted file mode 100644 index 8dc3c7fb2..000000000 --- a/.ci_support/linux_aarch64_numpy1.21.yaml +++ /dev/null @@ -1,72 +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_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.2' -grpc_cpp: -- '1.47' -libabseil: -- '20220623.0' -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_ppc64le_numpy1.20.yaml b/.ci_support/linux_ppc64le_.yaml similarity index 96% rename from .ci_support/linux_ppc64le_numpy1.20.yaml rename to .ci_support/linux_ppc64le_.yaml index abd1cf0de..18ad3bbf7 100644 --- a/.ci_support/linux_ppc64le_numpy1.20.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -38,6 +38,7 @@ numpy: - '1.20' - '1.20' - '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -47,6 +48,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.7.* *_cpython - 3.8.* *_cpython - 3.9.* *_cpython diff --git a/.ci_support/linux_ppc64le_numpy1.21.yaml b/.ci_support/linux_ppc64le_numpy1.21.yaml deleted file mode 100644 index 5e4288e16..000000000 --- a/.ci_support/linux_ppc64le_numpy1.21.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.2' -grpc_cpp: -- '1.47' -libabseil: -- '20220623.0' -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-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/osx_64_numpy1.20.yaml b/.ci_support/osx_64_.yaml similarity index 96% rename from .ci_support/osx_64_numpy1.20.yaml rename to .ci_support/osx_64_.yaml index 9641e67b4..08319f872 100644 --- a/.ci_support/osx_64_numpy1.20.yaml +++ b/.ci_support/osx_64_.yaml @@ -38,6 +38,7 @@ numpy: - '1.20' - '1.20' - '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -47,6 +48,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.7.* *_cpython - 3.8.* *_cpython - 3.9.* *_cpython diff --git a/.ci_support/osx_64_numpy1.21.yaml b/.ci_support/osx_64_numpy1.21.yaml deleted file mode 100644 index 525b03f3c..000000000 --- a/.ci_support/osx_64_numpy1.21.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.2' -grpc_cpp: -- '1.47' -libabseil: -- '20220623.0' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -macos_machine: -- x86_64-apple-darwin13.4.0 -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: -- 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_arm64_numpy1.20.yaml b/.ci_support/osx_arm64_.yaml similarity index 96% rename from .ci_support/osx_arm64_numpy1.20.yaml rename to .ci_support/osx_arm64_.yaml index 40b5305ca..ad5d0d233 100644 --- a/.ci_support/osx_arm64_numpy1.20.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -37,6 +37,7 @@ macos_machine: numpy: - '1.20' - '1.20' +- '1.20' openssl: - 1.1.1 orc: @@ -46,6 +47,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.8.* *_cpython - 3.9.* *_cpython re2: diff --git a/.ci_support/osx_arm64_numpy1.21.yaml b/.ci_support/osx_arm64_numpy1.21.yaml deleted file mode 100644 index 47593c16d..000000000 --- a/.ci_support/osx_arm64_numpy1.21.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.2' -grpc_cpp: -- '1.47' -libabseil: -- '20220623.0' -libprotobuf: -- '3.21' -lz4_c: -- 1.9.3 -macos_machine: -- arm64-apple-darwin20.0.0 -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: -- 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/win_64_cuda_compiler_version10.2numpy1.20.yaml b/.ci_support/win_64_cuda_compiler_version10.2.yaml similarity index 95% rename from .ci_support/win_64_cuda_compiler_version10.2numpy1.20.yaml rename to .ci_support/win_64_cuda_compiler_version10.2.yaml index 613d916fa..188a3dcde 100644 --- a/.ci_support/win_64_cuda_compiler_version10.2numpy1.20.yaml +++ b/.ci_support/win_64_cuda_compiler_version10.2.yaml @@ -32,6 +32,7 @@ numpy: - '1.20' - '1.20' - '1.20' +- '1.20' openssl: - 1.1.1 pin_run_as_build: @@ -39,6 +40,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.7.* *_cpython - 3.8.* *_cpython - 3.9.* *_cpython diff --git a/.ci_support/win_64_cuda_compiler_version10.2numpy1.21.yaml b/.ci_support/win_64_cuda_compiler_version10.2numpy1.21.yaml deleted file mode 100644 index b4b47dc65..000000000 --- a/.ci_support/win_64_cuda_compiler_version10.2numpy1.21.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: -- '10.2' -cxx_compiler: -- vs2019 -gflags: -- '2.2' -glog: -- '0.6' -google_cloud_cpp: -- '2.2' -grpc_cpp: -- '1.47' -libabseil: -- '20220623.0' -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.20.yaml b/.ci_support/win_64_cuda_compiler_versionNone.yaml similarity index 95% rename from .ci_support/win_64_cuda_compiler_versionNonenumpy1.20.yaml rename to .ci_support/win_64_cuda_compiler_versionNone.yaml index e357337ce..b7af86c6a 100644 --- a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.20.yaml +++ b/.ci_support/win_64_cuda_compiler_versionNone.yaml @@ -32,6 +32,7 @@ numpy: - '1.20' - '1.20' - '1.20' +- '1.20' openssl: - 1.1.1 pin_run_as_build: @@ -39,6 +40,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: +- 3.10.* *_cpython - 3.7.* *_cpython - 3.8.* *_cpython - 3.9.* *_cpython diff --git a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21.yaml b/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21.yaml deleted file mode 100644 index 59d493948..000000000 --- a/.ci_support/win_64_cuda_compiler_versionNonenumpy1.21.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.2' -grpc_cpp: -- '1.47' -libabseil: -- '20220623.0' -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/README.md b/README.md index 20249ec1f..8e6a21a4b 100644 --- a/README.md +++ b/README.md @@ -27,115 +27,59 @@ Current build status - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - -
VariantStatus
linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.20linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10 - variant + variant
linux_64_c_compiler_version10cuda_compiler_versionNonecxx_compiler_version10numpy1.21linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7 - variant + variant
linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.20linux_aarch64 - variant + variant
linux_64_c_compiler_version7cuda_compiler_version10.2cxx_compiler_version7numpy1.21linux_ppc64le - variant + variant
linux_aarch64_numpy1.20osx_64 - variant + variant
linux_aarch64_numpy1.21osx_arm64 - variant + variant
linux_ppc64le_numpy1.20win_64_cuda_compiler_version10.2 - variant + variant
linux_ppc64le_numpy1.21win_64_cuda_compiler_versionNone - variant - -
osx_64_numpy1.20 - - variant - -
osx_64_numpy1.21 - - variant - -
osx_arm64_numpy1.20 - - variant - -
osx_arm64_numpy1.21 - - variant - -
win_64_cuda_compiler_version10.2numpy1.20 - - variant - -
win_64_cuda_compiler_version10.2numpy1.21 - - variant - -
win_64_cuda_compiler_versionNonenumpy1.20 - - variant - -
win_64_cuda_compiler_versionNonenumpy1.21 - - variant + variant