From 38df5f9ef15c09de562d00b8d5776aa91d1eaf53 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 11 Nov 2020 15:20:10 +0000 Subject: [PATCH 1/4] updated v1.5.4 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4c5d0cc1..3b305ca5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.6.0" %} +{% set version = "1.5.4" %} {% set ver_major_minor = ".".join(version.split(".")[:2]) %} package: @@ -7,11 +7,11 @@ package: source: url: https://github.com/scipy/scipy/archive/v{{ version }}.tar.gz - sha256: 51bd3c4799c545b8f11232a09cd824f99a0ea4daa6df612312ff40be11451ea8 + sha256: 0d47f253609197c77b1b14ac813e1726f5dbaac7f4d9827d7e667a6a596793ae build: number: 0 - skip: true # [py2k or py<=36] + skip: true # [py2k] requirements: build: From 565b87410e205c524e7f8e0bb73b4903b72bcf2c Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Fri, 26 Jun 2020 18:09:17 +0200 Subject: [PATCH 2/4] try CI with all blas variants --- recipe/conda_build_config.yaml | 5 +++++ recipe/meta.yaml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 recipe/conda_build_config.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 00000000..e9e51d28 --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,5 @@ +blas_impl: + - netlib + - openblas + - mkl # [x86 or x86_64] + - blis # [x86 or x86_64] diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3b305ca5..4d38a6d1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -42,13 +42,13 @@ requirements: - {{ pin_compatible('numpy') }} test: + # this section will execute run_test.py requires: - pytest - pytest-xdist - mpmath -{% if ver_major_minor == "1.5" %} - - blas * netlib # [ppc64le] -{% endif %} + # make sure we test with all blas implementations + - libblas =*=*{{ blas_impl }} about: home: http://www.scipy.org/ From da63fd6a3f347c9c57d11d82715b6633fb9c2ac7 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 10 Aug 2020 23:31:33 -0500 Subject: [PATCH 3/4] Turn jit off for pypy --- recipe/meta.yaml | 6 +++++- recipe/{run_test.py => test_script.py} | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename recipe/{run_test.py => test_script.py} (100%) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4d38a6d1..053fecd9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -42,13 +42,17 @@ requirements: - {{ pin_compatible('numpy') }} test: - # this section will execute run_test.py + files: + - test_script.py requires: - pytest - pytest-xdist - mpmath # make sure we test with all blas implementations - libblas =*=*{{ blas_impl }} + commands: + - python test_script.py # [python_impl != "pypy"] + - pypy3 --jit off test_script.py # [python_impl == "pypy"] about: home: http://www.scipy.org/ diff --git a/recipe/run_test.py b/recipe/test_script.py similarity index 100% rename from recipe/run_test.py rename to recipe/test_script.py From 170382d6b539bc5dd7738ec401c8663d2c9744d1 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 26 Jan 2021 20:35:05 +0100 Subject: [PATCH 4/4] MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.8.6, and conda-forge-pinning 2021.01.26.08.41.30 --- .azure-pipelines/azure-pipelines-linux.yml | 96 ++- .azure-pipelines/azure-pipelines-osx.yml | 90 ++- .azure-pipelines/azure-pipelines-win.yml | 51 +- ...thon3.6.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.7.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.8.____cpythonpython_implcpython.yaml | 49 ++ ...8python3.6.____73_pypypython_implpypy.yaml | 49 ++ ...9python3.7.____73_pypypython_implpypy.yaml | 49 ++ ...thon3.9.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.6.____cpythonpython_implcpython.yaml | 49 ++ ...hon3.7.____cpythonpython_implcpython.yaml} | 5 + ...hon3.8.____cpythonpython_implcpython.yaml} | 5 + ...8python3.6.____73_pypypython_implpypy.yaml | 49 ++ ...python3.7.____73_pypypython_implpypy.yaml} | 5 + ...hon3.9.____cpythonpython_implcpython.yaml} | 5 + ...thon3.6.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.7.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.8.____cpythonpython_implcpython.yaml | 49 ++ ...8python3.6.____73_pypypython_implpypy.yaml | 49 ++ ...9python3.7.____73_pypypython_implpypy.yaml | 49 ++ ...thon3.9.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.6.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.7.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.8.____cpythonpython_implcpython.yaml | 49 ++ ...8python3.6.____73_pypypython_implpypy.yaml | 49 ++ ...9python3.7.____73_pypypython_implpypy.yaml | 49 ++ ...thon3.9.____cpythonpython_implcpython.yaml | 49 ++ ...thon3.6.____cpythonpython_implcpython.yaml | 51 ++ ...hon3.7.____cpythonpython_implcpython.yaml} | 5 + ...hon3.8.____cpythonpython_implcpython.yaml} | 5 + ...8python3.6.____73_pypypython_implpypy.yaml | 51 ++ ...python3.7.____73_pypypython_implpypy.yaml} | 5 + ...hon3.9.____cpythonpython_implcpython.yaml} | 5 + ...thon3.6.____cpythonpython_implcpython.yaml | 51 ++ ...thon3.7.____cpythonpython_implcpython.yaml | 51 ++ ...thon3.8.____cpythonpython_implcpython.yaml | 51 ++ ...8python3.6.____73_pypypython_implpypy.yaml | 51 ++ ...9python3.7.____73_pypypython_implpypy.yaml | 51 ++ ...thon3.9.____cpythonpython_implcpython.yaml | 51 ++ ...thon3.6.____cpythonpython_implcpython.yaml | 47 ++ ...hon3.7.____cpythonpython_implcpython.yaml} | 5 + ...hon3.8.____cpythonpython_implcpython.yaml} | 5 + ...8python3.6.____73_pypypython_implpypy.yaml | 47 ++ ...python3.7.____73_pypypython_implpypy.yaml} | 5 + ...hon3.9.____cpythonpython_implcpython.yaml} | 5 + ...thon3.6.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.7.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.8.____cpythonpython_implcpython.yaml | 47 ++ ...8python3.6.____73_pypypython_implpypy.yaml | 47 ++ ...9python3.7.____73_pypypython_implpypy.yaml | 47 ++ ...thon3.9.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.6.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.7.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.8.____cpythonpython_implcpython.yaml | 47 ++ ...8python3.6.____73_pypypython_implpypy.yaml | 47 ++ ...9python3.7.____73_pypypython_implpypy.yaml | 47 ++ ...thon3.9.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.6.____cpythonpython_implcpython.yaml | 47 ++ ...hon3.7.____cpythonpython_implcpython.yaml} | 5 + ...hon3.8.____cpythonpython_implcpython.yaml} | 5 + ...8python3.6.____73_pypypython_implpypy.yaml | 47 ++ ...python3.7.____73_pypypython_implpypy.yaml} | 5 + ...hon3.9.____cpythonpython_implcpython.yaml} | 5 + ...thon3.6.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.7.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.8.____cpythonpython_implcpython.yaml | 47 ++ ...8python3.6.____73_pypypython_implpypy.yaml | 47 ++ ...9python3.7.____73_pypypython_implpypy.yaml | 47 ++ ...thon3.9.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.6.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.7.____cpythonpython_implcpython.yaml | 47 ++ ...thon3.8.____cpythonpython_implcpython.yaml | 47 ++ ...8python3.6.____73_pypypython_implpypy.yaml | 47 ++ ...9python3.7.____73_pypypython_implpypy.yaml | 47 ++ ...thon3.9.____cpythonpython_implcpython.yaml | 47 ++ ...blas_implnetlibpython3.8.____cpython.yaml} | 7 +- ...blas_implnetlibpython3.9.____cpython.yaml} | 7 +- ...las_implopenblaspython3.8.____cpython.yaml | 47 ++ ...las_implopenblaspython3.9.____cpython.yaml | 47 ++ ...mplblisnumpy1.16python3.6.____cpython.yaml | 34 + ...mplblisnumpy1.16python3.7.____cpython.yaml | 34 + ...mplblisnumpy1.16python3.8.____cpython.yaml | 34 + ...mplblisnumpy1.19python3.9.____cpython.yaml | 34 + ...implmklnumpy1.16python3.6.____cpython.yaml | 34 + ...mplmklnumpy1.16python3.7.____cpython.yaml} | 5 + ...mplmklnumpy1.16python3.8.____cpython.yaml} | 5 + ...mplmklnumpy1.19python3.9.____cpython.yaml} | 5 + ...lnetlibnumpy1.16python3.6.____cpython.yaml | 34 + ...lnetlibnumpy1.16python3.7.____cpython.yaml | 34 + ...lnetlibnumpy1.16python3.8.____cpython.yaml | 34 + ...lnetlibnumpy1.19python3.9.____cpython.yaml | 34 + ...penblasnumpy1.16python3.6.____cpython.yaml | 34 + ...penblasnumpy1.16python3.7.____cpython.yaml | 34 + ...penblasnumpy1.16python3.8.____cpython.yaml | 34 + ...penblasnumpy1.19python3.9.____cpython.yaml | 34 + .drone.yml | 264 +++++++- .travis.yml | 40 +- README.md | 581 ++++++++++++++++-- 98 files changed, 4389 insertions(+), 82 deletions(-) create mode 100644 .ci_support/linux_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython.yaml rename .ci_support/{linux_64_numpy1.16python3.7.____cpython.yaml => linux_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython.yaml} (91%) rename .ci_support/{linux_64_numpy1.16python3.8.____cpython.yaml => linux_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython.yaml} (91%) create mode 100644 .ci_support/linux_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy.yaml rename .ci_support/{linux_64_numpy1.19python3.7.____73_pypy.yaml => linux_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy.yaml} (92%) rename .ci_support/{linux_64_numpy1.19python3.9.____cpython.yaml => linux_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython.yaml} (91%) create mode 100644 .ci_support/linux_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml rename .ci_support/{linux_aarch64_numpy1.16python3.7.____cpython.yaml => linux_aarch64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml} (91%) rename .ci_support/{linux_aarch64_numpy1.16python3.8.____cpython.yaml => linux_aarch64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml} (91%) create mode 100644 .ci_support/linux_aarch64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml rename .ci_support/{linux_aarch64_numpy1.19python3.7.____73_pypy.yaml => linux_aarch64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml} (92%) rename .ci_support/{linux_aarch64_numpy1.19python3.9.____cpython.yaml => linux_aarch64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml} (91%) create mode 100644 .ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_aarch64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_aarch64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_aarch64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml rename .ci_support/{linux_ppc64le_numpy1.16python3.7.____cpython.yaml => linux_ppc64le_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml} (91%) rename .ci_support/{linux_ppc64le_numpy1.16python3.8.____cpython.yaml => linux_ppc64le_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml} (91%) create mode 100644 .ci_support/linux_ppc64le_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml rename .ci_support/{linux_ppc64le_numpy1.19python3.7.____73_pypy.yaml => linux_ppc64le_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml} (91%) rename .ci_support/{linux_ppc64le_numpy1.19python3.9.____cpython.yaml => linux_ppc64le_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml} (91%) create mode 100644 .ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/linux_ppc64le_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_ppc64le_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/linux_ppc64le_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/osx_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/osx_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython.yaml rename .ci_support/{osx_64_numpy1.16python3.7.____cpython.yaml => osx_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython.yaml} (91%) rename .ci_support/{osx_64_numpy1.16python3.8.____cpython.yaml => osx_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython.yaml} (91%) create mode 100644 .ci_support/osx_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy.yaml rename .ci_support/{osx_64_numpy1.19python3.7.____73_pypy.yaml => osx_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy.yaml} (92%) rename .ci_support/{osx_64_numpy1.19python3.9.____cpython.yaml => osx_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython.yaml} (91%) create mode 100644 .ci_support/osx_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/osx_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/osx_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml create mode 100644 .ci_support/osx_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/osx_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml create mode 100644 .ci_support/osx_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml rename .ci_support/{osx_arm64_python3.8.____cpython.yaml => osx_arm64_blas_implnetlibpython3.8.____cpython.yaml} (85%) rename .ci_support/{osx_arm64_python3.9.____cpython.yaml => osx_arm64_blas_implnetlibpython3.9.____cpython.yaml} (85%) create mode 100644 .ci_support/osx_arm64_blas_implopenblaspython3.8.____cpython.yaml create mode 100644 .ci_support/osx_arm64_blas_implopenblaspython3.9.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implblisnumpy1.16python3.6.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implblisnumpy1.16python3.7.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implblisnumpy1.16python3.8.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implblisnumpy1.19python3.9.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implmklnumpy1.16python3.6.____cpython.yaml rename .ci_support/{win_64_numpy1.16python3.7.____cpython.yaml => win_64_blas_implmklnumpy1.16python3.7.____cpython.yaml} (87%) rename .ci_support/{win_64_numpy1.16python3.8.____cpython.yaml => win_64_blas_implmklnumpy1.16python3.8.____cpython.yaml} (87%) rename .ci_support/{win_64_numpy1.19python3.9.____cpython.yaml => win_64_blas_implmklnumpy1.19python3.9.____cpython.yaml} (87%) create mode 100644 .ci_support/win_64_blas_implnetlibnumpy1.16python3.6.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implnetlibnumpy1.16python3.7.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implnetlibnumpy1.16python3.8.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implnetlibnumpy1.19python3.9.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implopenblasnumpy1.16python3.6.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implopenblasnumpy1.16python3.7.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implopenblasnumpy1.16python3.8.____cpython.yaml create mode 100644 .ci_support/win_64_blas_implopenblasnumpy1.19python3.9.____cpython.yaml diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 551715eb..33f76b68 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,20 +8,100 @@ jobs: vmImage: ubuntu-16.04 strategy: matrix: - linux_64_numpy1.16python3.7.____cpython: - CONFIG: linux_64_numpy1.16python3.7.____cpython + linux_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 - linux_64_numpy1.16python3.8.____cpython: - CONFIG: linux_64_numpy1.16python3.8.____cpython + linux_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 - linux_64_numpy1.19python3.7.____73_pypy: - CONFIG: linux_64_numpy1.19python3.7.____73_pypy + linux_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 - linux_64_numpy1.19python3.9.____cpython: - CONFIG: linux_64_numpy1.19python3.9.____cpython + linux_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy: + CONFIG: linux_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy: + CONFIG: linux_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy: + CONFIG: linux_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy: + CONFIG: linux_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy: + CONFIG: linux_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy: + CONFIG: linux_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy: + CONFIG: linux_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy: + CONFIG: linux_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 + linux_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython: + CONFIG: linux_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-comp7 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 09df4088..84a8417b 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,23 +8,89 @@ jobs: vmImage: macOS-10.15 strategy: matrix: - osx_64_numpy1.16python3.7.____cpython: - CONFIG: osx_64_numpy1.16python3.7.____cpython + osx_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.16python3.8.____cpython: - CONFIG: osx_64_numpy1.16python3.8.____cpython + osx_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.19python3.7.____73_pypy: - CONFIG: osx_64_numpy1.19python3.7.____73_pypy + osx_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.19python3.9.____cpython: - CONFIG: osx_64_numpy1.19python3.9.____cpython + osx_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy: + CONFIG: osx_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy UPLOAD_PACKAGES: 'True' - osx_arm64_python3.8.____cpython: - CONFIG: osx_arm64_python3.8.____cpython + osx_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy: + CONFIG: osx_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy UPLOAD_PACKAGES: 'True' - osx_arm64_python3.9.____cpython: - CONFIG: osx_arm64_python3.9.____cpython + osx_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy: + CONFIG: osx_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy: + CONFIG: osx_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + osx_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy: + CONFIG: osx_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy: + CONFIG: osx_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + osx_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy: + CONFIG: osx_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy: + CONFIG: osx_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: 'True' + osx_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython: + CONFIG: osx_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implnetlibpython3.8.____cpython: + CONFIG: osx_arm64_blas_implnetlibpython3.8.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implnetlibpython3.9.____cpython: + CONFIG: osx_arm64_blas_implnetlibpython3.9.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implopenblaspython3.8.____cpython: + CONFIG: osx_arm64_blas_implopenblaspython3.8.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_blas_implopenblaspython3.9.____cpython: + CONFIG: osx_arm64_blas_implopenblaspython3.9.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index f90da2a5..66774259 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,14 +8,53 @@ jobs: vmImage: vs2017-win2016 strategy: matrix: - win_64_numpy1.16python3.7.____cpython: - CONFIG: win_64_numpy1.16python3.7.____cpython + win_64_blas_implblisnumpy1.16python3.6.____cpython: + CONFIG: win_64_blas_implblisnumpy1.16python3.6.____cpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.16python3.8.____cpython: - CONFIG: win_64_numpy1.16python3.8.____cpython + win_64_blas_implblisnumpy1.16python3.7.____cpython: + CONFIG: win_64_blas_implblisnumpy1.16python3.7.____cpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.19python3.9.____cpython: - CONFIG: win_64_numpy1.19python3.9.____cpython + win_64_blas_implblisnumpy1.16python3.8.____cpython: + CONFIG: win_64_blas_implblisnumpy1.16python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implblisnumpy1.19python3.9.____cpython: + CONFIG: win_64_blas_implblisnumpy1.19python3.9.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implmklnumpy1.16python3.6.____cpython: + CONFIG: win_64_blas_implmklnumpy1.16python3.6.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implmklnumpy1.16python3.7.____cpython: + CONFIG: win_64_blas_implmklnumpy1.16python3.7.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implmklnumpy1.16python3.8.____cpython: + CONFIG: win_64_blas_implmklnumpy1.16python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implmklnumpy1.19python3.9.____cpython: + CONFIG: win_64_blas_implmklnumpy1.19python3.9.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implnetlibnumpy1.16python3.6.____cpython: + CONFIG: win_64_blas_implnetlibnumpy1.16python3.6.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implnetlibnumpy1.16python3.7.____cpython: + CONFIG: win_64_blas_implnetlibnumpy1.16python3.7.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implnetlibnumpy1.16python3.8.____cpython: + CONFIG: win_64_blas_implnetlibnumpy1.16python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implnetlibnumpy1.19python3.9.____cpython: + CONFIG: win_64_blas_implnetlibnumpy1.19python3.9.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implopenblasnumpy1.16python3.6.____cpython: + CONFIG: win_64_blas_implopenblasnumpy1.16python3.6.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implopenblasnumpy1.16python3.7.____cpython: + CONFIG: win_64_blas_implopenblasnumpy1.16python3.7.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implopenblasnumpy1.16python3.8.____cpython: + CONFIG: win_64_blas_implopenblasnumpy1.16python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_blas_implopenblasnumpy1.19python3.9.____cpython: + CONFIG: win_64_blas_implopenblasnumpy1.19python3.9.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: diff --git a/.ci_support/linux_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..648ac094 --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..316b7bfb --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..a9d8d138 --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..d1d6d066 --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..e515c885 --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..9b080034 --- /dev/null +++ b/.ci_support/linux_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- blis +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +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 +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..1a133fa9 --- /dev/null +++ b/.ci_support/linux_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- mkl +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_numpy1.16python3.7.____cpython.yaml b/.ci_support/linux_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_64_numpy1.16python3.7.____cpython.yaml rename to .ci_support/linux_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython.yaml index 2d1090a0..e1e926a2 100644 --- a/.ci_support/linux_64_numpy1.16python3.7.____cpython.yaml +++ b/.ci_support/linux_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - gcc c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +python_impl: +- cpython target_platform: - linux-64 zip_keys: @@ -42,3 +46,4 @@ zip_keys: - docker_image - - python - numpy + - python_impl diff --git a/.ci_support/linux_64_numpy1.16python3.8.____cpython.yaml b/.ci_support/linux_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_64_numpy1.16python3.8.____cpython.yaml rename to .ci_support/linux_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython.yaml index 47576a6e..200dd21e 100644 --- a/.ci_support/linux_64_numpy1.16python3.8.____cpython.yaml +++ b/.ci_support/linux_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - gcc c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +python_impl: +- cpython target_platform: - linux-64 zip_keys: @@ -42,3 +46,4 @@ zip_keys: - docker_image - - python - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..1f8f4619 --- /dev/null +++ b/.ci_support/linux_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +blas_impl: +- mkl +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_numpy1.19python3.7.____73_pypy.yaml b/.ci_support/linux_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy.yaml similarity index 92% rename from .ci_support/linux_64_numpy1.19python3.7.____73_pypy.yaml rename to .ci_support/linux_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy.yaml index f525a822..d2f6c2f0 100644 --- a/.ci_support/linux_64_numpy1.19python3.7.____73_pypy.yaml +++ b/.ci_support/linux_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - gcc c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_73_pypy +python_impl: +- pypy target_platform: - linux-64 zip_keys: @@ -42,3 +46,4 @@ zip_keys: - docker_image - - python - numpy + - python_impl diff --git a/.ci_support/linux_64_numpy1.19python3.9.____cpython.yaml b/.ci_support/linux_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_64_numpy1.19python3.9.____cpython.yaml rename to .ci_support/linux_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython.yaml index f081a3c3..b522b411 100644 --- a/.ci_support/linux_64_numpy1.19python3.9.____cpython.yaml +++ b/.ci_support/linux_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - gcc c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython +python_impl: +- cpython target_platform: - linux-64 zip_keys: @@ -42,3 +46,4 @@ zip_keys: - docker_image - - python - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f6ebbc76 --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..d5616b2f --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..baffb561 --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..3dbc60f2 --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..7d891186 --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f17b8f65 --- /dev/null +++ b/.ci_support/linux_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +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 +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..1615cab9 --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..eb149174 --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..c7385655 --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..8619fe69 --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..4ad7bb1e --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -0,0 +1,49 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_73_pypy +python_impl: +- pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..7236ed19 --- /dev/null +++ b/.ci_support/linux_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,49 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos6 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-comp7 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +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 +- - cdt_name + - docker_image +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f101e96b --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +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.16python3.7.____cpython.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_aarch64_numpy1.16python3.7.____cpython.yaml rename to .ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml index 4678bbac..e3a8da4f 100644 --- a/.ci_support/linux_aarch64_numpy1.16python3.7.____cpython.yaml +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: @@ -36,6 +38,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +python_impl: +- cpython target_platform: - linux-aarch64 zip_keys: @@ -44,3 +48,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_numpy1.16python3.8.____cpython.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_aarch64_numpy1.16python3.8.____cpython.yaml rename to .ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml index 0766572a..75d31659 100644 --- a/.ci_support/linux_aarch64_numpy1.16python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: @@ -36,6 +38,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +python_impl: +- cpython target_platform: - linux-aarch64 zip_keys: @@ -44,3 +48,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..e2cfb22f --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_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.19python3.7.____73_pypy.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml similarity index 92% rename from .ci_support/linux_aarch64_numpy1.19python3.7.____73_pypy.yaml rename to .ci_support/linux_aarch64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml index e2a814ea..e95babd1 100644 --- a/.ci_support/linux_aarch64_numpy1.19python3.7.____73_pypy.yaml +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: @@ -36,6 +38,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_73_pypy +python_impl: +- pypy target_platform: - linux-aarch64 zip_keys: @@ -44,3 +48,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_numpy1.19python3.9.____cpython.yaml b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_aarch64_numpy1.19python3.9.____cpython.yaml rename to .ci_support/linux_aarch64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml index 745eebe7..f4346511 100644 --- a/.ci_support/linux_aarch64_numpy1.19python3.9.____cpython.yaml +++ b/.ci_support/linux_aarch64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ BUILD: - aarch64-conda_cos7-linux-gnu +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: @@ -36,6 +38,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython +python_impl: +- cpython target_platform: - linux-aarch64 zip_keys: @@ -44,3 +48,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f4cc2e3c --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..54fbf1c2 --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..3dfc6420 --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..69f83472 --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_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_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..dcb3df86 --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_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_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..934730d0 --- /dev/null +++ b/.ci_support/linux_aarch64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,51 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +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 +- - python + - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..2131c058 --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +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.16python3.7.____cpython.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_numpy1.16python3.7.____cpython.yaml rename to .ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml index fea27ff7..485f67f2 100644 --- a/.ci_support/linux_ppc64le_numpy1.16python3.7.____cpython.yaml +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +python_impl: +- cpython target_platform: - linux-ppc64le zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_numpy1.16python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_numpy1.16python3.8.____cpython.yaml rename to .ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml index 6fc57a4f..19a24ea9 100644 --- a/.ci_support/linux_ppc64le_numpy1.16python3.8.____cpython.yaml +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +python_impl: +- cpython target_platform: - linux-ppc64le zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..d71e2157 --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +blas_impl: +- netlib +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_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.19python3.7.____73_pypy.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml similarity index 91% rename from .ci_support/linux_ppc64le_numpy1.19python3.7.____73_pypy.yaml rename to .ci_support/linux_ppc64le_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml index 36d990ce..3069d2bb 100644 --- a/.ci_support/linux_ppc64le_numpy1.19python3.7.____73_pypy.yaml +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -1,3 +1,5 @@ +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_73_pypy +python_impl: +- pypy target_platform: - linux-ppc64le zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_numpy1.19python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/linux_ppc64le_numpy1.19python3.9.____cpython.yaml rename to .ci_support/linux_ppc64le_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml index 3f98b869..ece3f222 100644 --- a/.ci_support/linux_ppc64le_numpy1.19python3.9.____cpython.yaml +++ b/.ci_support/linux_ppc64le_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- netlib c_compiler: - gcc c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython +python_impl: +- cpython target_platform: - linux-ppc64le zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f2b9eb5a --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..a95ab1c2 --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f83a9a41 --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..2edef03b --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_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_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..ca599f27 --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_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_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..b58e4a2f --- /dev/null +++ b/.ci_support/linux_ppc64le_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +blas_impl: +- openblas +c_compiler: +- gcc +c_compiler_version: +- '9' +cdt_name: +- cos7 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '9' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +numpy: +- '1.19' +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 +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..582e8d6d --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +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_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..ac4e3b60 --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +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_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..7b912fc5 --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +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_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..1d0720ad --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_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_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..c30a239b --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_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_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..83c3b23b --- /dev/null +++ b/.ci_support/osx_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- blis +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.19' +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 + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..46f3ebd2 --- /dev/null +++ b/.ci_support/osx_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- mkl +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +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.16python3.7.____cpython.yaml b/.ci_support/osx_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/osx_64_numpy1.16python3.7.____cpython.yaml rename to .ci_support/osx_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython.yaml index 403b8aec..3c87fdcc 100644 --- a/.ci_support/osx_64_numpy1.16python3.7.____cpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.9' +blas_impl: +- mkl c_compiler: - clang c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +python_impl: +- cpython target_platform: - osx-64 zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/osx_64_numpy1.16python3.8.____cpython.yaml b/.ci_support/osx_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/osx_64_numpy1.16python3.8.____cpython.yaml rename to .ci_support/osx_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython.yaml index 68a09d6f..009c0fbc 100644 --- a/.ci_support/osx_64_numpy1.16python3.8.____cpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.9' +blas_impl: +- mkl c_compiler: - clang c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +python_impl: +- cpython target_platform: - osx-64 zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..9f3b19b3 --- /dev/null +++ b/.ci_support/osx_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- mkl +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_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.19python3.7.____73_pypy.yaml b/.ci_support/osx_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy.yaml similarity index 92% rename from .ci_support/osx_64_numpy1.19python3.7.____73_pypy.yaml rename to .ci_support/osx_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy.yaml index 911813b4..a3e2aa1b 100644 --- a/.ci_support/osx_64_numpy1.19python3.7.____73_pypy.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.9' +blas_impl: +- mkl c_compiler: - clang c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_73_pypy +python_impl: +- pypy target_platform: - osx-64 zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/osx_64_numpy1.19python3.9.____cpython.yaml b/.ci_support/osx_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython.yaml similarity index 91% rename from .ci_support/osx_64_numpy1.19python3.9.____cpython.yaml rename to .ci_support/osx_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython.yaml index 01d7ffcf..7336d8ce 100644 --- a/.ci_support/osx_64_numpy1.19python3.9.____cpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '10.9' +blas_impl: +- mkl c_compiler: - clang c_compiler_version: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython +python_impl: +- cpython target_platform: - osx-64 zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..f4decdad --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +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_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..44d0d73d --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +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_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..03f6ce24 --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +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_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..2425c6c6 --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_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_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..26bd1591 --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_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_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..618af995 --- /dev/null +++ b/.ci_support/osx_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- netlib +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.19' +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 + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..eb3f45cf --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..37c1ad76 --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..7996c5f4 --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +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_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..ce1c9c45 --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_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_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml new file mode 100644 index 00000000..6cbac055 --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_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_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml new file mode 100644 index 00000000..1e617d28 --- /dev/null +++ b/.ci_support/osx_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '9' +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +numpy: +- '1.19' +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 + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_blas_implnetlibpython3.8.____cpython.yaml similarity index 85% rename from .ci_support/osx_arm64_python3.8.____cpython.yaml rename to .ci_support/osx_arm64_blas_implnetlibpython3.8.____cpython.yaml index f4b1cf1a..f4d25396 100644 --- a/.ci_support/osx_arm64_python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_blas_implnetlibpython3.8.____cpython.yaml @@ -1,11 +1,13 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +blas_impl: +- netlib c_compiler: - clang c_compiler_version: - '11' channel_sources: -- conda-forge +- conda-forge/label/rust_dev,conda-forge channel_targets: - conda-forge main cxx_compiler: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +python_impl: +- cpython target_platform: - osx-arm64 zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_blas_implnetlibpython3.9.____cpython.yaml similarity index 85% rename from .ci_support/osx_arm64_python3.9.____cpython.yaml rename to .ci_support/osx_arm64_blas_implnetlibpython3.9.____cpython.yaml index e2615f3b..d33994a7 100644 --- a/.ci_support/osx_arm64_python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_blas_implnetlibpython3.9.____cpython.yaml @@ -1,11 +1,13 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +blas_impl: +- netlib c_compiler: - clang c_compiler_version: - '11' channel_sources: -- conda-forge +- conda-forge/label/rust_dev,conda-forge channel_targets: - conda-forge main cxx_compiler: @@ -32,6 +34,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython +python_impl: +- cpython target_platform: - osx-arm64 zip_keys: @@ -40,3 +44,4 @@ zip_keys: - fortran_compiler_version - - python - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implopenblaspython3.8.____cpython.yaml b/.ci_support/osx_arm64_blas_implopenblaspython3.8.____cpython.yaml new file mode 100644 index 00000000..a8d80213 --- /dev/null +++ b/.ci_support/osx_arm64_blas_implopenblaspython3.8.____cpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge/label/rust_dev,conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.19' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/osx_arm64_blas_implopenblaspython3.9.____cpython.yaml b/.ci_support/osx_arm64_blas_implopenblaspython3.9.____cpython.yaml new file mode 100644 index 00000000..e8f2c0b3 --- /dev/null +++ b/.ci_support/osx_arm64_blas_implopenblaspython3.9.____cpython.yaml @@ -0,0 +1,47 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +blas_impl: +- openblas +c_compiler: +- clang +c_compiler_version: +- '11' +channel_sources: +- conda-forge/label/rust_dev,conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '11' +fortran_compiler: +- gfortran +fortran_compiler_version: +- '11' +libblas: +- 3.9 *netlib +libcblas: +- 3.9 *netlib +liblapack: +- 3.9 *netlib +macos_machine: +- arm64-apple-darwin20.0.0 +numpy: +- '1.19' +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 + - fortran_compiler_version +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implblisnumpy1.16python3.6.____cpython.yaml b/.ci_support/win_64_blas_implblisnumpy1.16python3.6.____cpython.yaml new file mode 100644 index 00000000..0e6fd4fc --- /dev/null +++ b/.ci_support/win_64_blas_implblisnumpy1.16python3.6.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- blis +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implblisnumpy1.16python3.7.____cpython.yaml b/.ci_support/win_64_blas_implblisnumpy1.16python3.7.____cpython.yaml new file mode 100644 index 00000000..bdf396a7 --- /dev/null +++ b/.ci_support/win_64_blas_implblisnumpy1.16python3.7.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- blis +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implblisnumpy1.16python3.8.____cpython.yaml b/.ci_support/win_64_blas_implblisnumpy1.16python3.8.____cpython.yaml new file mode 100644 index 00000000..5d04bff6 --- /dev/null +++ b/.ci_support/win_64_blas_implblisnumpy1.16python3.8.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- blis +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implblisnumpy1.19python3.9.____cpython.yaml b/.ci_support/win_64_blas_implblisnumpy1.19python3.9.____cpython.yaml new file mode 100644 index 00000000..08cb1355 --- /dev/null +++ b/.ci_support/win_64_blas_implblisnumpy1.19python3.9.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- blis +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.19' +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_implmklnumpy1.16python3.6.____cpython.yaml b/.ci_support/win_64_blas_implmklnumpy1.16python3.6.____cpython.yaml new file mode 100644 index 00000000..f5407268 --- /dev/null +++ b/.ci_support/win_64_blas_implmklnumpy1.16python3.6.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- mkl +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_numpy1.16python3.7.____cpython.yaml b/.ci_support/win_64_blas_implmklnumpy1.16python3.7.____cpython.yaml similarity index 87% rename from .ci_support/win_64_numpy1.16python3.7.____cpython.yaml rename to .ci_support/win_64_blas_implmklnumpy1.16python3.7.____cpython.yaml index 7e7232f2..b71b0d70 100644 --- a/.ci_support/win_64_numpy1.16python3.7.____cpython.yaml +++ b/.ci_support/win_64_blas_implmklnumpy1.16python3.7.____cpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - vs2017 channel_sources: @@ -22,8 +24,11 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +python_impl: +- cpython target_platform: - win-64 zip_keys: - - python - numpy + - python_impl diff --git a/.ci_support/win_64_numpy1.16python3.8.____cpython.yaml b/.ci_support/win_64_blas_implmklnumpy1.16python3.8.____cpython.yaml similarity index 87% rename from .ci_support/win_64_numpy1.16python3.8.____cpython.yaml rename to .ci_support/win_64_blas_implmklnumpy1.16python3.8.____cpython.yaml index 53d2036e..27a21f72 100644 --- a/.ci_support/win_64_numpy1.16python3.8.____cpython.yaml +++ b/.ci_support/win_64_blas_implmklnumpy1.16python3.8.____cpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - vs2017 channel_sources: @@ -22,8 +24,11 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +python_impl: +- cpython target_platform: - win-64 zip_keys: - - python - numpy + - python_impl diff --git a/.ci_support/win_64_numpy1.19python3.9.____cpython.yaml b/.ci_support/win_64_blas_implmklnumpy1.19python3.9.____cpython.yaml similarity index 87% rename from .ci_support/win_64_numpy1.19python3.9.____cpython.yaml rename to .ci_support/win_64_blas_implmklnumpy1.19python3.9.____cpython.yaml index 5ce2546a..c61d05f1 100644 --- a/.ci_support/win_64_numpy1.19python3.9.____cpython.yaml +++ b/.ci_support/win_64_blas_implmklnumpy1.19python3.9.____cpython.yaml @@ -1,3 +1,5 @@ +blas_impl: +- mkl c_compiler: - vs2017 channel_sources: @@ -22,8 +24,11 @@ pin_run_as_build: 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.16python3.6.____cpython.yaml b/.ci_support/win_64_blas_implnetlibnumpy1.16python3.6.____cpython.yaml new file mode 100644 index 00000000..243b49c8 --- /dev/null +++ b/.ci_support/win_64_blas_implnetlibnumpy1.16python3.6.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- netlib +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implnetlibnumpy1.16python3.7.____cpython.yaml b/.ci_support/win_64_blas_implnetlibnumpy1.16python3.7.____cpython.yaml new file mode 100644 index 00000000..65fcb67d --- /dev/null +++ b/.ci_support/win_64_blas_implnetlibnumpy1.16python3.7.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- netlib +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implnetlibnumpy1.16python3.8.____cpython.yaml b/.ci_support/win_64_blas_implnetlibnumpy1.16python3.8.____cpython.yaml new file mode 100644 index 00000000..a5dd8e78 --- /dev/null +++ b/.ci_support/win_64_blas_implnetlibnumpy1.16python3.8.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- netlib +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implnetlibnumpy1.19python3.9.____cpython.yaml b/.ci_support/win_64_blas_implnetlibnumpy1.19python3.9.____cpython.yaml new file mode 100644 index 00000000..d80bd5e2 --- /dev/null +++ b/.ci_support/win_64_blas_implnetlibnumpy1.19python3.9.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- netlib +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.19' +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.16python3.6.____cpython.yaml b/.ci_support/win_64_blas_implopenblasnumpy1.16python3.6.____cpython.yaml new file mode 100644 index 00000000..f113e569 --- /dev/null +++ b/.ci_support/win_64_blas_implopenblasnumpy1.16python3.6.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- openblas +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.6.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implopenblasnumpy1.16python3.7.____cpython.yaml b/.ci_support/win_64_blas_implopenblasnumpy1.16python3.7.____cpython.yaml new file mode 100644 index 00000000..049e49f0 --- /dev/null +++ b/.ci_support/win_64_blas_implopenblasnumpy1.16python3.7.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- openblas +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implopenblasnumpy1.16python3.8.____cpython.yaml b/.ci_support/win_64_blas_implopenblasnumpy1.16python3.8.____cpython.yaml new file mode 100644 index 00000000..459db7df --- /dev/null +++ b/.ci_support/win_64_blas_implopenblasnumpy1.16python3.8.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- openblas +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.16' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +python_impl: +- cpython +target_platform: +- win-64 +zip_keys: +- - python + - numpy + - python_impl diff --git a/.ci_support/win_64_blas_implopenblasnumpy1.19python3.9.____cpython.yaml b/.ci_support/win_64_blas_implopenblasnumpy1.19python3.9.____cpython.yaml new file mode 100644 index 00000000..574ac0b8 --- /dev/null +++ b/.ci_support/win_64_blas_implopenblasnumpy1.19python3.9.____cpython.yaml @@ -0,0 +1,34 @@ +blas_impl: +- openblas +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +libblas: +- 3.8 *netlib +libcblas: +- 3.8 *netlib +liblapack: +- 3.8 *netlib +m2w64_fortran_compiler: +- m2w64-toolchain +numpy: +- '1.19' +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/.drone.yml b/.drone.yml index 6fa36704..8f22d63e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ --- kind: pipeline -name: linux_aarch64_numpy1.16python3.7.____cpython +name: linux_aarch64_blas_implnetlibnumpy1_hd09efc0462 platform: os: linux @@ -10,7 +10,7 @@ steps: - name: Install and build image: quay.io/condaforge/linux-anvil-aarch64 environment: - CONFIG: linux_aarch64_numpy1.16python3.7.____cpython + CONFIG: linux_aarch64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython UPLOAD_PACKAGES: True PLATFORM: linux-aarch64 BINSTAR_TOKEN: @@ -31,7 +31,7 @@ steps: --- kind: pipeline -name: linux_aarch64_numpy1.16python3.8.____cpython +name: linux_aarch64_blas_implnetlibnumpy1_h0d642cf9bd platform: os: linux @@ -41,7 +41,7 @@ steps: - name: Install and build image: quay.io/condaforge/linux-anvil-aarch64 environment: - CONFIG: linux_aarch64_numpy1.16python3.8.____cpython + CONFIG: linux_aarch64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython UPLOAD_PACKAGES: True PLATFORM: linux-aarch64 BINSTAR_TOKEN: @@ -62,7 +62,7 @@ steps: --- kind: pipeline -name: linux_aarch64_numpy1.19python3.7.____73_pypy +name: linux_aarch64_blas_implnetlibnumpy1_h142ea57e06 platform: os: linux @@ -72,7 +72,7 @@ steps: - name: Install and build image: quay.io/condaforge/linux-anvil-aarch64 environment: - CONFIG: linux_aarch64_numpy1.19python3.7.____73_pypy + CONFIG: linux_aarch64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES: True PLATFORM: linux-aarch64 BINSTAR_TOKEN: @@ -93,7 +93,7 @@ steps: --- kind: pipeline -name: linux_aarch64_numpy1.19python3.9.____cpython +name: linux_aarch64_blas_implnetlibnumpy1_h226ef67170 platform: os: linux @@ -103,7 +103,255 @@ steps: - name: Install and build image: quay.io/condaforge/linux-anvil-aarch64 environment: - CONFIG: linux_aarch64_numpy1.19python3.9.____cpython + CONFIG: linux_aarch64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: True + PLATFORM: linux-aarch64 + BINSTAR_TOKEN: + from_secret: BINSTAR_TOKEN + FEEDSTOCK_TOKEN: + from_secret: FEEDSTOCK_TOKEN + STAGING_BINSTAR_TOKEN: + from_secret: STAGING_BINSTAR_TOKEN + commands: + - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" + - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" + - export CI=drone + - export GIT_BRANCH="$DRONE_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) + - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint + - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh + - echo "Done building" + +--- +kind: pipeline +name: linux_aarch64_blas_implnetlibnumpy1_h20c081c9c4 + +platform: + os: linux + arch: arm64 + +steps: +- name: Install and build + image: quay.io/condaforge/linux-anvil-aarch64 + environment: + CONFIG: linux_aarch64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: True + PLATFORM: linux-aarch64 + BINSTAR_TOKEN: + from_secret: BINSTAR_TOKEN + FEEDSTOCK_TOKEN: + from_secret: FEEDSTOCK_TOKEN + STAGING_BINSTAR_TOKEN: + from_secret: STAGING_BINSTAR_TOKEN + commands: + - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" + - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" + - export CI=drone + - export GIT_BRANCH="$DRONE_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) + - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint + - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh + - echo "Done building" + +--- +kind: pipeline +name: linux_aarch64_blas_implnetlibnumpy1_h968c409df8 + +platform: + os: linux + arch: arm64 + +steps: +- name: Install and build + image: quay.io/condaforge/linux-anvil-aarch64 + environment: + CONFIG: linux_aarch64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython + UPLOAD_PACKAGES: True + PLATFORM: linux-aarch64 + BINSTAR_TOKEN: + from_secret: BINSTAR_TOKEN + FEEDSTOCK_TOKEN: + from_secret: FEEDSTOCK_TOKEN + STAGING_BINSTAR_TOKEN: + from_secret: STAGING_BINSTAR_TOKEN + commands: + - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" + - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" + - export CI=drone + - export GIT_BRANCH="$DRONE_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) + - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint + - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh + - echo "Done building" + +--- +kind: pipeline +name: linux_aarch64_blas_implopenblasnump_hf100a48b42 + +platform: + os: linux + arch: arm64 + +steps: +- name: Install and build + image: quay.io/condaforge/linux-anvil-aarch64 + environment: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython + UPLOAD_PACKAGES: True + PLATFORM: linux-aarch64 + BINSTAR_TOKEN: + from_secret: BINSTAR_TOKEN + FEEDSTOCK_TOKEN: + from_secret: FEEDSTOCK_TOKEN + STAGING_BINSTAR_TOKEN: + from_secret: STAGING_BINSTAR_TOKEN + commands: + - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" + - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" + - export CI=drone + - export GIT_BRANCH="$DRONE_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) + - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint + - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh + - echo "Done building" + +--- +kind: pipeline +name: linux_aarch64_blas_implopenblasnump_h10ec22f065 + +platform: + os: linux + arch: arm64 + +steps: +- name: Install and build + image: quay.io/condaforge/linux-anvil-aarch64 + environment: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython + UPLOAD_PACKAGES: True + PLATFORM: linux-aarch64 + BINSTAR_TOKEN: + from_secret: BINSTAR_TOKEN + FEEDSTOCK_TOKEN: + from_secret: FEEDSTOCK_TOKEN + STAGING_BINSTAR_TOKEN: + from_secret: STAGING_BINSTAR_TOKEN + commands: + - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" + - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" + - export CI=drone + - export GIT_BRANCH="$DRONE_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) + - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint + - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh + - echo "Done building" + +--- +kind: pipeline +name: linux_aarch64_blas_implopenblasnump_hcc04dec904 + +platform: + os: linux + arch: arm64 + +steps: +- name: Install and build + image: quay.io/condaforge/linux-anvil-aarch64 + environment: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython + UPLOAD_PACKAGES: True + PLATFORM: linux-aarch64 + BINSTAR_TOKEN: + from_secret: BINSTAR_TOKEN + FEEDSTOCK_TOKEN: + from_secret: FEEDSTOCK_TOKEN + STAGING_BINSTAR_TOKEN: + from_secret: STAGING_BINSTAR_TOKEN + commands: + - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" + - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" + - export CI=drone + - export GIT_BRANCH="$DRONE_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) + - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint + - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh + - echo "Done building" + +--- +kind: pipeline +name: linux_aarch64_blas_implopenblasnump_hc2675e8402 + +platform: + os: linux + arch: arm64 + +steps: +- name: Install and build + image: quay.io/condaforge/linux-anvil-aarch64 + environment: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy + UPLOAD_PACKAGES: True + PLATFORM: linux-aarch64 + BINSTAR_TOKEN: + from_secret: BINSTAR_TOKEN + FEEDSTOCK_TOKEN: + from_secret: FEEDSTOCK_TOKEN + STAGING_BINSTAR_TOKEN: + from_secret: STAGING_BINSTAR_TOKEN + commands: + - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" + - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" + - export CI=drone + - export GIT_BRANCH="$DRONE_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) + - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint + - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh + - echo "Done building" + +--- +kind: pipeline +name: linux_aarch64_blas_implopenblasnump_hce899685c0 + +platform: + os: linux + arch: arm64 + +steps: +- name: Install and build + image: quay.io/condaforge/linux-anvil-aarch64 + environment: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy + UPLOAD_PACKAGES: True + PLATFORM: linux-aarch64 + BINSTAR_TOKEN: + from_secret: BINSTAR_TOKEN + FEEDSTOCK_TOKEN: + from_secret: FEEDSTOCK_TOKEN + STAGING_BINSTAR_TOKEN: + from_secret: STAGING_BINSTAR_TOKEN + commands: + - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" + - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" + - export CI=drone + - export GIT_BRANCH="$DRONE_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) + - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint + - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh + - echo "Done building" + +--- +kind: pipeline +name: linux_aarch64_blas_implopenblasnump_ha9bd93614b + +platform: + os: linux + arch: arm64 + +steps: +- name: Install and build + image: quay.io/condaforge/linux-anvil-aarch64 + environment: + CONFIG: linux_aarch64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: True PLATFORM: linux-aarch64 BINSTAR_TOKEN: diff --git a/.travis.yml b/.travis.yml index e211650f..a19fb739 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,19 +7,51 @@ language: generic matrix: include: - - env: CONFIG=linux_ppc64le_numpy1.16python3.7.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + - env: CONFIG=linux_ppc64le_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le os: linux arch: ppc64le - - env: CONFIG=linux_ppc64le_numpy1.16python3.8.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + - env: CONFIG=linux_ppc64le_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le os: linux arch: ppc64le - - env: CONFIG=linux_ppc64le_numpy1.19python3.7.____73_pypy UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + - env: CONFIG=linux_ppc64le_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le os: linux arch: ppc64le - - env: CONFIG=linux_ppc64le_numpy1.19python3.9.____cpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + - env: CONFIG=linux_ppc64le_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + + - env: CONFIG=linux_ppc64le_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + + - env: CONFIG=linux_ppc64le_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + + - env: CONFIG=linux_ppc64le_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + + - env: CONFIG=linux_ppc64le_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + + - env: CONFIG=linux_ppc64le_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + + - env: CONFIG=linux_ppc64le_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + + - env: CONFIG=linux_ppc64le_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + + - env: CONFIG=linux_ppc64le_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le os: linux arch: ppc64le diff --git a/README.md b/README.md index c1e9f20a..243e66d9 100644 --- a/README.md +++ b/README.md @@ -49,150 +49,647 @@ Current build status - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariantStatus
linux_64_numpy1.16python3.7.____cpythonlinux_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython - variant + variant
linux_64_numpy1.16python3.8.____cpythonlinux_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython - variant + variant
linux_64_numpy1.19python3.7.____73_pypylinux_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython - variant + variant
linux_64_numpy1.19python3.9.____cpythonlinux_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy - variant + variant
linux_aarch64_numpy1.16python3.7.____cpythonlinux_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy - variant + variant
linux_aarch64_numpy1.16python3.8.____cpythonlinux_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython - variant + variant
linux_aarch64_numpy1.19python3.7.____73_pypylinux_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython - variant + variant
linux_aarch64_numpy1.19python3.9.____cpythonlinux_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython - variant + variant
linux_ppc64le_numpy1.16python3.7.____cpythonlinux_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython - variant + variant
linux_ppc64le_numpy1.16python3.8.____cpythonlinux_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy - variant + variant
linux_ppc64le_numpy1.19python3.7.____73_pypylinux_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy - variant + variant
linux_ppc64le_numpy1.19python3.9.____cpythonlinux_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython - variant + variant
osx_64_numpy1.16python3.7.____cpythonlinux_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython - variant + variant
osx_64_numpy1.16python3.8.____cpythonlinux_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython - variant + variant
osx_64_numpy1.19python3.7.____73_pypylinux_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython - variant + variant
osx_64_numpy1.19python3.9.____cpythonlinux_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy - variant + variant
osx_arm64_python3.8.____cpythonlinux_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy - variant + variant
osx_arm64_python3.9.____cpythonlinux_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython - variant + variant
win_64_numpy1.16python3.7.____cpythonlinux_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython - variant + variant
win_64_numpy1.16python3.8.____cpythonlinux_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython - variant + variant
win_64_numpy1.19python3.9.____cpythonlinux_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython - variant + variant + +
linux_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
linux_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
linux_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
linux_aarch64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython + + variant + +
linux_aarch64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython + + variant + +
linux_aarch64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython + + variant + +
linux_aarch64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
linux_aarch64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
linux_aarch64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
linux_aarch64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython + + variant + +
linux_aarch64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython + + variant + +
linux_aarch64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython + + variant + +
linux_aarch64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
linux_aarch64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
linux_aarch64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
linux_ppc64le_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython + + variant + +
linux_ppc64le_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython + + variant + +
linux_ppc64le_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython + + variant + +
linux_ppc64le_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
linux_ppc64le_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
linux_ppc64le_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
linux_ppc64le_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython + + variant + +
linux_ppc64le_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython + + variant + +
linux_ppc64le_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython + + variant + +
linux_ppc64le_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
linux_ppc64le_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
linux_ppc64le_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
osx_64_blas_implblisnumpy1.16python3.6.____cpythonpython_implcpython + + variant + +
osx_64_blas_implblisnumpy1.16python3.7.____cpythonpython_implcpython + + variant + +
osx_64_blas_implblisnumpy1.16python3.8.____cpythonpython_implcpython + + variant + +
osx_64_blas_implblisnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
osx_64_blas_implblisnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
osx_64_blas_implblisnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
osx_64_blas_implmklnumpy1.16python3.6.____cpythonpython_implcpython + + variant + +
osx_64_blas_implmklnumpy1.16python3.7.____cpythonpython_implcpython + + variant + +
osx_64_blas_implmklnumpy1.16python3.8.____cpythonpython_implcpython + + variant + +
osx_64_blas_implmklnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
osx_64_blas_implmklnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
osx_64_blas_implmklnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
osx_64_blas_implnetlibnumpy1.16python3.6.____cpythonpython_implcpython + + variant + +
osx_64_blas_implnetlibnumpy1.16python3.7.____cpythonpython_implcpython + + variant + +
osx_64_blas_implnetlibnumpy1.16python3.8.____cpythonpython_implcpython + + variant + +
osx_64_blas_implnetlibnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
osx_64_blas_implnetlibnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
osx_64_blas_implnetlibnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
osx_64_blas_implopenblasnumpy1.16python3.6.____cpythonpython_implcpython + + variant + +
osx_64_blas_implopenblasnumpy1.16python3.7.____cpythonpython_implcpython + + variant + +
osx_64_blas_implopenblasnumpy1.16python3.8.____cpythonpython_implcpython + + variant + +
osx_64_blas_implopenblasnumpy1.18python3.6.____73_pypypython_implpypy + + variant + +
osx_64_blas_implopenblasnumpy1.19python3.7.____73_pypypython_implpypy + + variant + +
osx_64_blas_implopenblasnumpy1.19python3.9.____cpythonpython_implcpython + + variant + +
osx_arm64_blas_implnetlibpython3.8.____cpython + + variant + +
osx_arm64_blas_implnetlibpython3.9.____cpython + + variant + +
osx_arm64_blas_implopenblaspython3.8.____cpython + + variant + +
osx_arm64_blas_implopenblaspython3.9.____cpython + + variant + +
win_64_blas_implblisnumpy1.16python3.6.____cpython + + variant + +
win_64_blas_implblisnumpy1.16python3.7.____cpython + + variant + +
win_64_blas_implblisnumpy1.16python3.8.____cpython + + variant + +
win_64_blas_implblisnumpy1.19python3.9.____cpython + + variant + +
win_64_blas_implmklnumpy1.16python3.6.____cpython + + variant + +
win_64_blas_implmklnumpy1.16python3.7.____cpython + + variant + +
win_64_blas_implmklnumpy1.16python3.8.____cpython + + variant + +
win_64_blas_implmklnumpy1.19python3.9.____cpython + + variant + +
win_64_blas_implnetlibnumpy1.16python3.6.____cpython + + variant + +
win_64_blas_implnetlibnumpy1.16python3.7.____cpython + + variant + +
win_64_blas_implnetlibnumpy1.16python3.8.____cpython + + variant + +
win_64_blas_implnetlibnumpy1.19python3.9.____cpython + + variant + +
win_64_blas_implopenblasnumpy1.16python3.6.____cpython + + variant + +
win_64_blas_implopenblasnumpy1.16python3.7.____cpython + + variant + +
win_64_blas_implopenblasnumpy1.16python3.8.____cpython + + variant + +
win_64_blas_implopenblasnumpy1.19python3.9.____cpython + + variant