From eca1221315243200a3f4486080db62dd5b58dfbb Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Sat, 8 Feb 2020 15:29:12 +0000 Subject: [PATCH 1/2] Rebuild for python38 --- .ci_support/migrations/python38.yaml | 55 ++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .ci_support/migrations/python38.yaml diff --git a/.ci_support/migrations/python38.yaml b/.ci_support/migrations/python38.yaml new file mode 100644 index 0000000..b11022c --- /dev/null +++ b/.ci_support/migrations/python38.yaml @@ -0,0 +1,55 @@ +migrator_ts: 1569538102 # The timestamp of when the migration was made +__migrator: + kind: + version + exclude: + - c_compiler + - vc + - cxx_compiler + migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration + 1 + bump_number: 0 + +python: + - 2.7 + - 3.6 + - 3.7 + - 3.8 + +c_compiler: + # legacy compilers for things that refuse to move + - toolchain_c # [(linux64 or osx) and (environ.get('CF_COMPILER_STACK') == 'comp4')] + # modern compilers + - gcc # [linux64] + - clang # [osx] + # non-standard arches get built with gcc + - gcc # [aarch64] + - gcc # [ppc64le] + - gcc # [armv7l] + + - vs2008 # [win] + - vs2015 # [win] + - vs2015 # [win] + - vs2015 # [win] + +cxx_compiler: + # legacy compilers for things that refuse to move + - toolchain_cxx # [(linux64 or osx) and (environ.get('CF_COMPILER_STACK') == 'comp4')] + # modern compilers + - gxx # [linux64] + - clangxx # [osx] + + - gxx # [aarch64] + - gxx # [ppc64le] + - gxx # [armv7l] + + - vs2008 # [win] + - vs2015 # [win] + - vs2015 # [win] + - vs2015 # [win] + +vc: # [win] + - 9 # [win] + - 14 # [win] + - 14 # [win] + - 14 # [win] From b997b121400d89cbeef7748417cdf053779c0f01 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot Date: Sat, 8 Feb 2020 15:29:31 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.8, and conda-forge-pinning 2020.01.28 --- .azure-pipelines/azure-pipelines-linux.yml | 4 ++++ .azure-pipelines/azure-pipelines-osx.yml | 3 +++ .azure-pipelines/azure-pipelines-win.yml | 4 ++++ .ci_support/linux_python3.8.yaml | 16 ++++++++++++++ .ci_support/osx_python3.8.yaml | 20 ++++++++++++++++++ .../win_cxx_compilervs2015python3.8vc14.yaml | 20 ++++++++++++++++++ README.md | 21 +++++++++++++++++++ 7 files changed, 88 insertions(+) create mode 100644 .ci_support/linux_python3.8.yaml create mode 100644 .ci_support/osx_python3.8.yaml create mode 100644 .ci_support/win_cxx_compilervs2015python3.8vc14.yaml diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 57b0f5c..da208bd 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -22,6 +22,10 @@ jobs: CONFIG: linux_python3.7 UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-comp7 + linux_python3.8: + CONFIG: linux_python3.8 + UPLOAD_PACKAGES: True + DOCKER_IMAGE: condaforge/linux-anvil-comp7 steps: # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index d9a4aaf..c3574c6 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -16,6 +16,9 @@ jobs: osx_python3.7: CONFIG: osx_python3.7 UPLOAD_PACKAGES: True + osx_python3.8: + CONFIG: osx_python3.8 + UPLOAD_PACKAGES: True steps: # TODO: Fast finish on azure pipelines? diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 34435d3..745bd20 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -18,6 +18,10 @@ jobs: CONFIG: win_cxx_compilervs2015python3.7vc14 CONDA_BLD_PATH: D:\\bld\\ UPLOAD_PACKAGES: True + win_cxx_compilervs2015python3.8vc14: + CONFIG: win_cxx_compilervs2015python3.8vc14 + CONDA_BLD_PATH: D:\\bld\\ + UPLOAD_PACKAGES: True steps: # TODO: Fast finish on azure pipelines? - script: | diff --git a/.ci_support/linux_python3.8.yaml b/.ci_support/linux_python3.8.yaml new file mode 100644 index 0000000..595dd5c --- /dev/null +++ b/.ci_support/linux_python3.8.yaml @@ -0,0 +1,16 @@ +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '7' +docker_image: +- condaforge/linux-anvil-comp7 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- '3.8' diff --git a/.ci_support/osx_python3.8.yaml b/.ci_support/osx_python3.8.yaml new file mode 100644 index 0000000..d33bdb6 --- /dev/null +++ b/.ci_support/osx_python3.8.yaml @@ -0,0 +1,20 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '9' +macos_machine: +- x86_64-apple-darwin13.4.0 +macos_min_version: +- '10.9' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- '3.8' diff --git a/.ci_support/win_cxx_compilervs2015python3.8vc14.yaml b/.ci_support/win_cxx_compilervs2015python3.8vc14.yaml new file mode 100644 index 0000000..64386d1 --- /dev/null +++ b/.ci_support/win_cxx_compilervs2015python3.8vc14.yaml @@ -0,0 +1,20 @@ +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2015 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x + vc: + max_pin: x +python: +- '3.8' +vc: +- '14' +zip_keys: +- - python + - vc + - cxx_compiler diff --git a/README.md b/README.md index f893a5f..c99e0a0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ Current build status variant + + linux_python3.8 + + + variant + + osx_python3.6 @@ -63,6 +70,13 @@ Current build status variant + + osx_python3.8 + + + variant + + win_cxx_compilervs2015python3.6vc14 @@ -77,6 +91,13 @@ Current build status variant + + win_cxx_compilervs2015python3.8vc14 + + + variant + +