diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 80651ae5..1113091c 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,10 +8,18 @@ jobs: vmImage: ubuntu-latest strategy: matrix: + linux_64_numpy1.20python3.8.____73_pypypython_implpypy: + CONFIG: linux_64_numpy1.20python3.8.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_numpy1.20python3.8.____cpythonpython_implcpython: CONFIG: linux_64_numpy1.20python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_numpy1.20python3.9.____73_pypypython_implpypy: + CONFIG: linux_64_numpy1.20python3.9.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_numpy1.20python3.9.____cpythonpython_implcpython: CONFIG: linux_64_numpy1.20python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' @@ -24,10 +32,18 @@ jobs: CONFIG: linux_64_numpy1.23python3.11.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_numpy1.20python3.8.____73_pypypython_implpypy: + CONFIG: linux_aarch64_numpy1.20python3.8.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_aarch64_numpy1.20python3.8.____cpythonpython_implcpython: CONFIG: linux_aarch64_numpy1.20python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_aarch64_numpy1.20python3.9.____73_pypypython_implpypy: + CONFIG: linux_aarch64_numpy1.20python3.9.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_aarch64_numpy1.20python3.9.____cpythonpython_implcpython: CONFIG: linux_aarch64_numpy1.20python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' @@ -40,10 +56,18 @@ jobs: CONFIG: linux_aarch64_numpy1.23python3.11.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_numpy1.20python3.8.____73_pypypython_implpypy: + CONFIG: linux_ppc64le_numpy1.20python3.8.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_ppc64le_numpy1.20python3.8.____cpythonpython_implcpython: CONFIG: linux_ppc64le_numpy1.20python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_numpy1.20python3.9.____73_pypypython_implpypy: + CONFIG: linux_ppc64le_numpy1.20python3.9.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_ppc64le_numpy1.20python3.9.____cpythonpython_implcpython: CONFIG: linux_ppc64le_numpy1.20python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 6f5a4ee5..251b4d7b 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,9 +8,15 @@ jobs: vmImage: macOS-11 strategy: matrix: + osx_64_numpy1.20python3.8.____73_pypypython_implpypy: + CONFIG: osx_64_numpy1.20python3.8.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' osx_64_numpy1.20python3.8.____cpythonpython_implcpython: CONFIG: osx_64_numpy1.20python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' + osx_64_numpy1.20python3.9.____73_pypypython_implpypy: + CONFIG: osx_64_numpy1.20python3.9.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' osx_64_numpy1.20python3.9.____cpythonpython_implcpython: CONFIG: osx_64_numpy1.20python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 1273a8b4..c0b4113d 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,9 +8,15 @@ jobs: vmImage: windows-2019 strategy: matrix: + win_64_numpy1.20python3.8.____73_pypypython_implpypy: + CONFIG: win_64_numpy1.20python3.8.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' win_64_numpy1.20python3.8.____cpythonpython_implcpython: CONFIG: win_64_numpy1.20python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' + win_64_numpy1.20python3.9.____73_pypypython_implpypy: + CONFIG: win_64_numpy1.20python3.9.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' win_64_numpy1.20python3.9.____cpythonpython_implcpython: CONFIG: win_64_numpy1.20python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' diff --git a/.ci_support/linux_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..d9c7d0f8 --- /dev/null +++ b/.ci_support/linux_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml @@ -0,0 +1,45 @@ +c_compiler: +- gcc +c_compiler_version: +- '11' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '11' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..27e62855 --- /dev/null +++ b/.ci_support/linux_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml @@ -0,0 +1,45 @@ +c_compiler: +- gcc +c_compiler_version: +- '11' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '11' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_numpy1.20python3.8.____73_pypypython_implpypy.yaml b/.ci_support/linux_aarch64_numpy1.20python3.8.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..63b9687e --- /dev/null +++ b/.ci_support/linux_aarch64_numpy1.20python3.8.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +c_compiler: +- gcc +c_compiler_version: +- '11' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '11' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_numpy1.20python3.9.____73_pypypython_implpypy.yaml b/.ci_support/linux_aarch64_numpy1.20python3.9.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..8c1ce6f8 --- /dev/null +++ b/.ci_support/linux_aarch64_numpy1.20python3.9.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +c_compiler: +- gcc +c_compiler_version: +- '11' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '11' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_numpy1.20python3.8.____73_pypypython_implpypy.yaml b/.ci_support/linux_ppc64le_numpy1.20python3.8.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..6b0d8fbb --- /dev/null +++ b/.ci_support/linux_ppc64le_numpy1.20python3.8.____73_pypypython_implpypy.yaml @@ -0,0 +1,45 @@ +c_compiler: +- gcc +c_compiler_version: +- '11' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '11' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_numpy1.20python3.9.____73_pypypython_implpypy.yaml b/.ci_support/linux_ppc64le_numpy1.20python3.9.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..53be90ea --- /dev/null +++ b/.ci_support/linux_ppc64le_numpy1.20python3.9.____73_pypypython_implpypy.yaml @@ -0,0 +1,45 @@ +c_compiler: +- gcc +c_compiler_version: +- '11' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '11' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..d77b0bbe --- /dev/null +++ b/.ci_support/osx_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml @@ -0,0 +1,45 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +c_compiler: +- clang +c_compiler_version: +- '14' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '14' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_73_pypy +python_impl: +- pypy +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..b5cb4ee2 --- /dev/null +++ b/.ci_support/osx_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml @@ -0,0 +1,45 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +c_compiler: +- clang +c_compiler_version: +- '14' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '14' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_73_pypy +python_impl: +- pypy +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml b/.ci_support/win_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..e1729946 --- /dev/null +++ b/.ci_support/win_64_numpy1.20python3.8.____73_pypypython_implpypy.yaml @@ -0,0 +1,32 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_73_pypy +python_impl: +- pypy +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml b/.ci_support/win_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..59854c6d --- /dev/null +++ b/.ci_support/win_64_numpy1.20python3.9.____73_pypypython_implpypy.yaml @@ -0,0 +1,32 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_73_pypy +python_impl: +- pypy +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/README.md b/README.md index c3a9de2b..065edb8e 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,26 @@ Current build status + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariantStatus
linux_64_numpy1.20python3.8.____73_pypypython_implpypy + + variant + +
linux_64_numpy1.20python3.8.____cpythonpython_implcpython variant
linux_64_numpy1.20python3.9.____73_pypypython_implpypy + + variant + +
linux_64_numpy1.20python3.9.____cpythonpython_implcpython @@ -62,6 +76,13 @@ Current build status variant
linux_aarch64_numpy1.20python3.8.____73_pypypython_implpypy + + variant + +
linux_aarch64_numpy1.20python3.8.____cpythonpython_implcpython @@ -69,6 +90,13 @@ Current build status variant
linux_aarch64_numpy1.20python3.9.____73_pypypython_implpypy + + variant + +
linux_aarch64_numpy1.20python3.9.____cpythonpython_implcpython @@ -90,6 +118,13 @@ Current build status variant
linux_ppc64le_numpy1.20python3.8.____73_pypypython_implpypy + + variant + +
linux_ppc64le_numpy1.20python3.8.____cpythonpython_implcpython @@ -97,6 +132,13 @@ Current build status variant
linux_ppc64le_numpy1.20python3.9.____73_pypypython_implpypy + + variant + +
linux_ppc64le_numpy1.20python3.9.____cpythonpython_implcpython @@ -118,6 +160,13 @@ Current build status variant
osx_64_numpy1.20python3.8.____73_pypypython_implpypy + + variant + +
osx_64_numpy1.20python3.8.____cpythonpython_implcpython @@ -125,6 +174,13 @@ Current build status variant
osx_64_numpy1.20python3.9.____73_pypypython_implpypy + + variant + +
osx_64_numpy1.20python3.9.____cpythonpython_implcpython @@ -174,6 +230,13 @@ Current build status variant
win_64_numpy1.20python3.8.____73_pypypython_implpypy + + variant + +
win_64_numpy1.20python3.8.____cpythonpython_implcpython @@ -181,6 +244,13 @@ Current build status variant
win_64_numpy1.20python3.9.____73_pypypython_implpypy + + variant + +
win_64_numpy1.20python3.9.____cpythonpython_implcpython diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 005a660a..504b90f7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,9 +30,7 @@ source: folder: scipy/sparse/linalg/_propack/PROPACK build: - number: 0 - # temporary - skip: true # [python_impl == "pypy"] + number: 2 requirements: build: