diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 0d73bf65..92cce84b 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,54 +8,135 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_numpy1.22python3.10.____cpythonpython_implcpython: - CONFIG: linux_64_numpy1.22python3.10.____cpythonpython_implcpython + linux_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_numpy1.22python3.9.____cpythonpython_implcpython: - CONFIG: linux_64_numpy1.22python3.9.____cpythonpython_implcpython + linux_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_numpy1.23python3.11.____cpythonpython_implcpython: - CONFIG: linux_64_numpy1.23python3.11.____cpythonpython_implcpython + linux_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_numpy1.26python3.12.____cpythonpython_implcpython: - CONFIG: linux_64_numpy1.26python3.12.____cpythonpython_implcpython + linux_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.22python3.10.____cpythonpython_implcpython: - CONFIG: linux_aarch64_numpy1.22python3.10.____cpythonpython_implcpython + linux_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython: - CONFIG: linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython + linux_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.23python3.11.____cpythonpython_implcpython: - CONFIG: linux_aarch64_numpy1.23python3.11.____cpythonpython_implcpython + linux_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.26python3.12.____cpythonpython_implcpython: - CONFIG: linux_aarch64_numpy1.26python3.12.____cpythonpython_implcpython + linux_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.22python3.10.____cpythonpython_implcpython: - CONFIG: linux_ppc64le_numpy1.22python3.10.____cpythonpython_implcpython + linux_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.22python3.9.____cpythonpython_implcpython: - CONFIG: linux_ppc64le_numpy1.22python3.9.____cpythonpython_implcpython + linux_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.23python3.11.____cpythonpython_implcpython: - CONFIG: linux_ppc64le_numpy1.23python3.11.____cpythonpython_implcpython + linux_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_numpy1.26python3.12.____cpythonpython_implcpython: - CONFIG: linux_ppc64le_numpy1.26python3.12.____cpythonpython_implcpython + linux_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: linux_aarch64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: linux_aarch64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: linux_aarch64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: linux_aarch64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: linux_ppc64le_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: linux_ppc64le_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: linux_ppc64le_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: linux_ppc64le_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: linux_ppc64le_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: linux_ppc64le_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: linux_ppc64le_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: linux_ppc64le_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + maxParallel: 20 timeoutInMinutes: 360 variables: {} diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index e1ef183a..c2a0dbc7 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,30 +8,103 @@ jobs: vmImage: macOS-12 strategy: matrix: - osx_64_numpy1.22python3.10.____cpythonpython_implcpython: - CONFIG: osx_64_numpy1.22python3.10.____cpythonpython_implcpython + osx_64_blas_implacceleratenumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implacceleratenumpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.22python3.9.____cpythonpython_implcpython: - CONFIG: osx_64_numpy1.22python3.9.____cpythonpython_implcpython + osx_64_blas_implacceleratenumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implacceleratenumpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.23python3.11.____cpythonpython_implcpython: - CONFIG: osx_64_numpy1.23python3.11.____cpythonpython_implcpython + osx_64_blas_implacceleratenumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implacceleratenumpy1.23python3.11.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.26python3.12.____cpythonpython_implcpython: - CONFIG: osx_64_numpy1.26python3.12.____cpythonpython_implcpython + osx_64_blas_implacceleratenumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implacceleratenumpy1.26python3.12.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.22python3.10.____cpython: - CONFIG: osx_arm64_numpy1.22python3.10.____cpython + osx_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.22python3.9.____cpython: - CONFIG: osx_arm64_numpy1.22python3.9.____cpython + osx_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.23python3.11.____cpython: - CONFIG: osx_arm64_numpy1.23python3.11.____cpython + osx_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.26python3.12.____cpython: - CONFIG: osx_arm64_numpy1.26python3.12.____cpython + osx_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implacceleratenumpy1.22python3.10.____cpython: + CONFIG: osx_arm64_blas_implacceleratenumpy1.22python3.10.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implacceleratenumpy1.22python3.9.____cpython: + CONFIG: osx_arm64_blas_implacceleratenumpy1.22python3.9.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implacceleratenumpy1.23python3.11.____cpython: + CONFIG: osx_arm64_blas_implacceleratenumpy1.23python3.11.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implacceleratenumpy1.26python3.12.____cpython: + CONFIG: osx_arm64_blas_implacceleratenumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implnetlibnumpy1.22python3.10.____cpython: + CONFIG: osx_arm64_blas_implnetlibnumpy1.22python3.10.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implnetlibnumpy1.22python3.9.____cpython: + CONFIG: osx_arm64_blas_implnetlibnumpy1.22python3.9.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implnetlibnumpy1.23python3.11.____cpython: + CONFIG: osx_arm64_blas_implnetlibnumpy1.23python3.11.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implnetlibnumpy1.26python3.12.____cpython: + CONFIG: osx_arm64_blas_implnetlibnumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implopenblasnumpy1.22python3.10.____cpython: + CONFIG: osx_arm64_blas_implopenblasnumpy1.22python3.10.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implopenblasnumpy1.22python3.9.____cpython: + CONFIG: osx_arm64_blas_implopenblasnumpy1.22python3.9.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implopenblasnumpy1.23python3.11.____cpython: + CONFIG: osx_arm64_blas_implopenblasnumpy1.23python3.11.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implopenblasnumpy1.26python3.12.____cpython: + CONFIG: osx_arm64_blas_implopenblasnumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + maxParallel: 20 timeoutInMinutes: 360 variables: {} diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index b38493c8..c55ba600 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,18 +8,55 @@ jobs: vmImage: windows-2022 strategy: matrix: - win_64_numpy1.22python3.10.____cpythonpython_implcpython: - CONFIG: win_64_numpy1.22python3.10.____cpythonpython_implcpython + win_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: win_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.22python3.9.____cpythonpython_implcpython: - CONFIG: win_64_numpy1.22python3.9.____cpythonpython_implcpython + win_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: win_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.23python3.11.____cpythonpython_implcpython: - CONFIG: win_64_numpy1.23python3.11.____cpythonpython_implcpython + win_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: win_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.26python3.12.____cpythonpython_implcpython: - CONFIG: win_64_numpy1.26python3.12.____cpythonpython_implcpython + win_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: win_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' + win_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: win_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: win_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: win_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: win_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: win_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: win_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: win_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: win_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython: + CONFIG: win_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython: + CONFIG: win_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython: + CONFIG: win_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython: + CONFIG: win_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + maxParallel: 10 timeoutInMinutes: 360 variables: CONDA_BLD_PATH: D:\\bld\\ diff --git a/.ci_support/linux_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..3f4ee1b7 --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..fa438a68 --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..e667a86e --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..2af9be18 --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/linux_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml index b615d353..732555e5 100644 --- a/.ci_support/linux_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/linux_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml index 27c4e698..4ade7d13 100644 --- a/.ci_support/linux_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml rename to .ci_support/linux_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml index 0d3ff991..72b91642 100644 --- a/.ci_support/linux_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml rename to .ci_support/linux_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml index 693ef294..64eb35a6 100644 --- a/.ci_support/linux_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..a35f0b1a --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..59328460 --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..b036c0d5 --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..35012222 --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f0448a2c --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..23593d93 --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..636fbbc3 --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..412e9fb8 --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_numpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_numpy1.22python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/linux_aarch64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml index 066b9903..4d7c0d5c 100644 --- a/.ci_support/linux_aarch64_numpy1.22python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/linux_aarch64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml index 4de9f168..92b1f622 100644 --- a/.ci_support/linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_numpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_numpy1.23python3.11.____cpythonpython_implcpython.yaml rename to .ci_support/linux_aarch64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml index 726feb1b..ac1b2ed1 100644 --- a/.ci_support/linux_aarch64_numpy1.23python3.11.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_numpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_aarch64_numpy1.26python3.12.____cpythonpython_implcpython.yaml rename to .ci_support/linux_aarch64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml index 872b12d9..87683ae5 100644 --- a/.ci_support/linux_aarch64_numpy1.26python3.12.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..8eb0ecb4 --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,57 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +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 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..0c2c5fe7 --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,57 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +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 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..16ff509e --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,57 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +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 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..e8fc8d6a --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,57 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +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 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_numpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_ppc64le_numpy1.22python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/linux_ppc64le_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml index f4e20df9..5d8ac1f8 100644 --- a/.ci_support/linux_ppc64le_numpy1.22python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_numpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_ppc64le_numpy1.22python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/linux_ppc64le_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml index 7b4cbf69..6081db70 100644 --- a/.ci_support/linux_ppc64le_numpy1.22python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_numpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_ppc64le_numpy1.23python3.11.____cpythonpython_implcpython.yaml rename to .ci_support/linux_ppc64le_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml index 65d19d97..fc7dd84c 100644 --- a/.ci_support/linux_ppc64le_numpy1.23python3.11.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_numpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/linux_ppc64le_numpy1.26python3.12.____cpythonpython_implcpython.yaml rename to .ci_support/linux_ppc64le_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml index 533aa68b..b010d043 100644 --- a/.ci_support/linux_ppc64le_numpy1.26python3.12.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..d946be49 --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +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 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..0e31bb36 --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +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 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..d7d4e95f --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +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 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..603edd25 --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,53 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '12' +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 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '12' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - c_stdlib_version + - cdt_name +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implacceleratenumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implacceleratenumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..2c777d77 --- /dev/null +++ b/.ci_support/osx_64_blas_implacceleratenumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- accelerate +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implacceleratenumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implacceleratenumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..a8ca1af3 --- /dev/null +++ b/.ci_support/osx_64_blas_implacceleratenumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- accelerate +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implacceleratenumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implacceleratenumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..2e27e96b --- /dev/null +++ b/.ci_support/osx_64_blas_implacceleratenumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- accelerate +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implacceleratenumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implacceleratenumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..d7815826 --- /dev/null +++ b/.ci_support/osx_64_blas_implacceleratenumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- accelerate +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..6a57c6e4 --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..c2f1359c --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..9ace67dc --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..7859a4dd --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/osx_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/osx_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml index 7c7ebe21..3e7e8aa4 100644 --- a/.ci_support/osx_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: - '10.13' +blas_impl: +- mkl c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/osx_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/osx_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml index 290f70a8..f666f110 100644 --- a/.ci_support/osx_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: - '10.13' +blas_impl: +- mkl c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/osx_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml rename to .ci_support/osx_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml index 290890ef..9d7ed602 100644 --- a/.ci_support/osx_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: - '10.13' +blas_impl: +- mkl c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml similarity index 97% rename from .ci_support/osx_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml rename to .ci_support/osx_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml index fc96eece..9d0b32cf 100644 --- a/.ci_support/osx_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET: - '10.13' MACOSX_SDK_VERSION: - '10.13' +blas_impl: +- mkl c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..9704ddf2 --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..9c841d95 --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..0b737e71 --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..8e3f6997 --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..3c7a6e68 --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..0326f155 --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..19321bdc --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..df1f9fba --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.13' +MACOSX_SDK_VERSION: +- '10.13' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implacceleratenumpy1.22python3.10.____cpython.yaml b/.ci_support/osx_arm64_blas_implacceleratenumpy1.22python3.10.____cpython.yaml new file mode 100644 index 00000000..12305a9c --- /dev/null +++ b/.ci_support/osx_arm64_blas_implacceleratenumpy1.22python3.10.____cpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +MACOSX_SDK_VERSION: +- '11.0' +blas_impl: +- accelerate +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implacceleratenumpy1.22python3.9.____cpython.yaml b/.ci_support/osx_arm64_blas_implacceleratenumpy1.22python3.9.____cpython.yaml new file mode 100644 index 00000000..18a96a92 --- /dev/null +++ b/.ci_support/osx_arm64_blas_implacceleratenumpy1.22python3.9.____cpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +MACOSX_SDK_VERSION: +- '11.0' +blas_impl: +- accelerate +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implacceleratenumpy1.23python3.11.____cpython.yaml b/.ci_support/osx_arm64_blas_implacceleratenumpy1.23python3.11.____cpython.yaml new file mode 100644 index 00000000..0d63923d --- /dev/null +++ b/.ci_support/osx_arm64_blas_implacceleratenumpy1.23python3.11.____cpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +MACOSX_SDK_VERSION: +- '11.0' +blas_impl: +- accelerate +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implacceleratenumpy1.26python3.12.____cpython.yaml b/.ci_support/osx_arm64_blas_implacceleratenumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..fffd5922 --- /dev/null +++ b/.ci_support/osx_arm64_blas_implacceleratenumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +MACOSX_SDK_VERSION: +- '11.0' +blas_impl: +- accelerate +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml b/.ci_support/osx_arm64_blas_implnetlibnumpy1.22python3.10.____cpython.yaml similarity index 97% rename from .ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml rename to .ci_support/osx_arm64_blas_implnetlibnumpy1.22python3.10.____cpython.yaml index 343f3e5a..a870cd54 100644 --- a/.ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_blas_implnetlibnumpy1.22python3.10.____cpython.yaml @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' MACOSX_SDK_VERSION: - '11.0' +blas_impl: +- netlib c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml b/.ci_support/osx_arm64_blas_implnetlibnumpy1.22python3.9.____cpython.yaml similarity index 97% rename from .ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml rename to .ci_support/osx_arm64_blas_implnetlibnumpy1.22python3.9.____cpython.yaml index abca5bd5..e4bc8c11 100644 --- a/.ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_blas_implnetlibnumpy1.22python3.9.____cpython.yaml @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' MACOSX_SDK_VERSION: - '11.0' +blas_impl: +- netlib c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml b/.ci_support/osx_arm64_blas_implnetlibnumpy1.23python3.11.____cpython.yaml similarity index 97% rename from .ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml rename to .ci_support/osx_arm64_blas_implnetlibnumpy1.23python3.11.____cpython.yaml index dfb78295..6ced91f8 100644 --- a/.ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_blas_implnetlibnumpy1.23python3.11.____cpython.yaml @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' MACOSX_SDK_VERSION: - '11.0' +blas_impl: +- netlib c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml b/.ci_support/osx_arm64_blas_implnetlibnumpy1.26python3.12.____cpython.yaml similarity index 97% rename from .ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml rename to .ci_support/osx_arm64_blas_implnetlibnumpy1.26python3.12.____cpython.yaml index 1e0ca166..4183d9f1 100644 --- a/.ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_blas_implnetlibnumpy1.26python3.12.____cpython.yaml @@ -2,6 +2,8 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' MACOSX_SDK_VERSION: - '11.0' +blas_impl: +- netlib c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_blas_implopenblasnumpy1.22python3.10.____cpython.yaml b/.ci_support/osx_arm64_blas_implopenblasnumpy1.22python3.10.____cpython.yaml new file mode 100644 index 00000000..30a6af2c --- /dev/null +++ b/.ci_support/osx_arm64_blas_implopenblasnumpy1.22python3.10.____cpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +MACOSX_SDK_VERSION: +- '11.0' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implopenblasnumpy1.22python3.9.____cpython.yaml b/.ci_support/osx_arm64_blas_implopenblasnumpy1.22python3.9.____cpython.yaml new file mode 100644 index 00000000..b1349fb2 --- /dev/null +++ b/.ci_support/osx_arm64_blas_implopenblasnumpy1.22python3.9.____cpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +MACOSX_SDK_VERSION: +- '11.0' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implopenblasnumpy1.23python3.11.____cpython.yaml b/.ci_support/osx_arm64_blas_implopenblasnumpy1.23python3.11.____cpython.yaml new file mode 100644 index 00000000..76de6fa0 --- /dev/null +++ b/.ci_support/osx_arm64_blas_implopenblasnumpy1.23python3.11.____cpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +MACOSX_SDK_VERSION: +- '11.0' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implopenblasnumpy1.26python3.12.____cpython.yaml b/.ci_support/osx_arm64_blas_implopenblasnumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..950bd8b8 --- /dev/null +++ b/.ci_support/osx_arm64_blas_implopenblasnumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,48 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +MACOSX_SDK_VERSION: +- '11.0' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '16' +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: +- '16' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..7e5cb0da --- /dev/null +++ b/.ci_support/win_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- blis +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..ac2326b9 --- /dev/null +++ b/.ci_support/win_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- blis +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..96d044a5 --- /dev/null +++ b/.ci_support/win_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- blis +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..c959fe85 --- /dev/null +++ b/.ci_support/win_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- blis +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml similarity index 95% rename from .ci_support/win_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/win_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml index 3aa394b5..cb5c0855 100644 --- a/.ci_support/win_64_numpy1.22python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/win_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - vs2019 c_stdlib: diff --git a/.ci_support/win_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml similarity index 95% rename from .ci_support/win_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/win_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml index 6af02594..b8bb45e5 100644 --- a/.ci_support/win_64_numpy1.22python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/win_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - vs2019 c_stdlib: diff --git a/.ci_support/win_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml similarity index 95% rename from .ci_support/win_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml rename to .ci_support/win_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml index a289192a..35d353ac 100644 --- a/.ci_support/win_64_numpy1.23python3.11.____cpythonpython_implcpython.yaml +++ b/.ci_support/win_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - vs2019 c_stdlib: diff --git a/.ci_support/win_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml similarity index 95% rename from .ci_support/win_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml rename to .ci_support/win_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml index 747c55e7..4b60166d 100644 --- a/.ci_support/win_64_numpy1.26python3.12.____cpythonpython_implcpython.yaml +++ b/.ci_support/win_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - vs2019 c_stdlib: diff --git a/.ci_support/win_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..8a39d8a0 --- /dev/null +++ b/.ci_support/win_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- netlib +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..6e6ba42f --- /dev/null +++ b/.ci_support/win_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- netlib +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..ce071c31 --- /dev/null +++ b/.ci_support/win_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- netlib +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f111c56a --- /dev/null +++ b/.ci_support/win_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- netlib +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..377b79dc --- /dev/null +++ b/.ci_support/win_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- openblas +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..dd492f99 --- /dev/null +++ b/.ci_support/win_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- openblas +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.22' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..5c171701 --- /dev/null +++ b/.ci_support/win_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- openblas +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.23' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml b/.ci_support/win_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..5c6f9a44 --- /dev/null +++ b/.ci_support/win_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- openblas +c_compiler: +- vs2019 +c_stdlib: +- vs +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.26' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/README.md b/README.md index e72da04d..f013f130 100644 --- a/README.md +++ b/README.md @@ -31,171 +31,563 @@ Current build status
Variant | Status | |
---|---|---|
linux_64_numpy1.22python3.10.____cpythonpython_implcpython | +linux_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython | - + |
linux_64_numpy1.22python3.9.____cpythonpython_implcpython | +linux_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython | - + |
linux_64_numpy1.23python3.11.____cpythonpython_implcpython | +linux_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython | - + |
linux_64_numpy1.26python3.12.____cpythonpython_implcpython | +linux_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython | - + |
linux_aarch64_numpy1.22python3.10.____cpythonpython_implcpython | +linux_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython | - + |
linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython | +linux_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython | - + |
linux_aarch64_numpy1.23python3.11.____cpythonpython_implcpython | +linux_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython | - + |
linux_aarch64_numpy1.26python3.12.____cpythonpython_implcpython | +linux_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython | - + |
linux_ppc64le_numpy1.22python3.10.____cpythonpython_implcpython | +linux_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython | - + |
linux_ppc64le_numpy1.22python3.9.____cpythonpython_implcpython | +linux_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython | - + |
linux_ppc64le_numpy1.23python3.11.____cpythonpython_implcpython | +linux_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython | - + |
linux_ppc64le_numpy1.26python3.12.____cpythonpython_implcpython | +linux_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython | - + |
osx_64_numpy1.22python3.10.____cpythonpython_implcpython | +linux_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython | - + |
osx_64_numpy1.22python3.9.____cpythonpython_implcpython | +linux_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython | - + |
osx_64_numpy1.23python3.11.____cpythonpython_implcpython | +linux_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython | - + |
osx_64_numpy1.26python3.12.____cpythonpython_implcpython | +linux_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython | - + |
osx_arm64_numpy1.22python3.10.____cpython | +linux_aarch64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython | - + |
osx_arm64_numpy1.22python3.9.____cpython | +linux_aarch64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython | - + |
osx_arm64_numpy1.23python3.11.____cpython | +linux_aarch64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython | - + |
osx_arm64_numpy1.26python3.12.____cpython | +linux_aarch64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython | - + |
win_64_numpy1.22python3.10.____cpythonpython_implcpython | +linux_aarch64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython | - + |
win_64_numpy1.22python3.9.____cpythonpython_implcpython | +linux_aarch64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython | - + |
win_64_numpy1.23python3.11.____cpythonpython_implcpython | +linux_aarch64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython | - + |
win_64_numpy1.26python3.12.____cpythonpython_implcpython | +linux_aarch64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython | - + + + | +
linux_ppc64le_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
linux_ppc64le_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
linux_ppc64le_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
linux_ppc64le_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
linux_ppc64le_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
linux_ppc64le_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
linux_ppc64le_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
linux_ppc64le_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implacceleratenumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implacceleratenumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implacceleratenumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implacceleratenumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
osx_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
osx_arm64_blas_implacceleratenumpy1.22python3.10.____cpython | ++ + + + | +|
osx_arm64_blas_implacceleratenumpy1.22python3.9.____cpython | ++ + + + | +|
osx_arm64_blas_implacceleratenumpy1.23python3.11.____cpython | ++ + + + | +|
osx_arm64_blas_implacceleratenumpy1.26python3.12.____cpython | ++ + + + | +|
osx_arm64_blas_implnetlibnumpy1.22python3.10.____cpython | ++ + + + | +|
osx_arm64_blas_implnetlibnumpy1.22python3.9.____cpython | ++ + + + | +|
osx_arm64_blas_implnetlibnumpy1.23python3.11.____cpython | ++ + + + | +|
osx_arm64_blas_implnetlibnumpy1.26python3.12.____cpython | ++ + + + | +|
osx_arm64_blas_implopenblasnumpy1.22python3.10.____cpython | ++ + + + | +|
osx_arm64_blas_implopenblasnumpy1.22python3.9.____cpython | ++ + + + | +|
osx_arm64_blas_implopenblasnumpy1.23python3.11.____cpython | ++ + + + | +|
osx_arm64_blas_implopenblasnumpy1.26python3.12.____cpython | ++ + + + | +|
win_64_blas_implblisnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implblisnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implblisnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implblisnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implmklnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implmklnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implmklnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implmklnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implnetlibnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implnetlibnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implnetlibnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implnetlibnumpy1.26python3.12.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implopenblasnumpy1.22python3.10.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implopenblasnumpy1.22python3.9.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implopenblasnumpy1.23python3.11.____cpythonpython_implcpython | ++ + + + | +|
win_64_blas_implopenblasnumpy1.26python3.12.____cpythonpython_implcpython | ++ + |