diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index b3d4273..365ce33 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,23 +8,26 @@ jobs: vmImage: ubuntu-16.04 strategy: matrix: - linux_python3.6.____73_pypy: - CONFIG: linux_python3.6.____73_pypy + linux_64_c_compiler_version7cxx_compiler_version7python3.6.____73_pypy: + CONFIG: linux_64_c_compiler_version7cxx_compiler_version7python3.6.____73_pypy UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.6.____cpython: - CONFIG: linux_python3.6.____cpython + linux_64_c_compiler_version7cxx_compiler_version7python3.6.____cpython: + CONFIG: linux_64_c_compiler_version7cxx_compiler_version7python3.6.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.7.____cpython: - CONFIG: linux_python3.7.____cpython + linux_64_c_compiler_version7cxx_compiler_version7python3.7.____cpython: + CONFIG: linux_64_c_compiler_version7cxx_compiler_version7python3.7.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.8.____cpython: - CONFIG: linux_python3.8.____cpython + linux_64_c_compiler_version7cxx_compiler_version7python3.8.____cpython: + CONFIG: linux_64_c_compiler_version7cxx_compiler_version7python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: condaforge/linux-anvil-comp7 + linux_64_c_compiler_version7cxx_compiler_version7python3.9.____cpython: + CONFIG: linux_64_c_compiler_version7cxx_compiler_version7python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: condaforge/linux-anvil-comp7 - maxParallel: 8 timeoutInMinutes: 360 steps: diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index b160f33..be070af 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,22 +5,24 @@ jobs: - job: osx pool: - vmImage: macOS-10.14 + vmImage: macOS-10.15 strategy: matrix: - osx_python3.6.____73_pypy: - CONFIG: osx_python3.6.____73_pypy + osx_64_c_compiler_version10cxx_compiler_version10python3.6.____73_pypy: + CONFIG: osx_64_c_compiler_version10cxx_compiler_version10python3.6.____73_pypy UPLOAD_PACKAGES: 'True' - osx_python3.6.____cpython: - CONFIG: osx_python3.6.____cpython + osx_64_c_compiler_version10cxx_compiler_version10python3.6.____cpython: + CONFIG: osx_64_c_compiler_version10cxx_compiler_version10python3.6.____cpython UPLOAD_PACKAGES: 'True' - osx_python3.7.____cpython: - CONFIG: osx_python3.7.____cpython + osx_64_c_compiler_version10cxx_compiler_version10python3.7.____cpython: + CONFIG: osx_64_c_compiler_version10cxx_compiler_version10python3.7.____cpython UPLOAD_PACKAGES: 'True' - osx_python3.8.____cpython: - CONFIG: osx_python3.8.____cpython + osx_64_c_compiler_version10cxx_compiler_version10python3.8.____cpython: + CONFIG: osx_64_c_compiler_version10cxx_compiler_version10python3.8.____cpython + UPLOAD_PACKAGES: 'True' + osx_64_c_compiler_version10cxx_compiler_version10python3.9.____cpython: + CONFIG: osx_64_c_compiler_version10cxx_compiler_version10python3.9.____cpython UPLOAD_PACKAGES: 'True' - maxParallel: 8 timeoutInMinutes: 360 steps: diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 9643a99..5c854f7 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,16 +8,18 @@ jobs: vmImage: vs2017-win2016 strategy: matrix: - win_python3.6.____cpython: - CONFIG: win_python3.6.____cpython + win_64_python3.6.____cpython: + CONFIG: win_64_python3.6.____cpython UPLOAD_PACKAGES: 'True' - win_python3.7.____cpython: - CONFIG: win_python3.7.____cpython + win_64_python3.7.____cpython: + CONFIG: win_64_python3.7.____cpython UPLOAD_PACKAGES: 'True' - win_python3.8.____cpython: - CONFIG: win_python3.8.____cpython + win_64_python3.8.____cpython: + CONFIG: win_64_python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_python3.9.____cpython: + CONFIG: win_64_python3.9.____cpython UPLOAD_PACKAGES: 'True' - maxParallel: 4 timeoutInMinutes: 360 variables: CONDA_BLD_PATH: D:\\bld\\ @@ -59,7 +61,7 @@ jobs: - task: CondaEnvironment@1 inputs: - packageSpecs: 'python=3.6 conda-build conda conda-forge::conda-forge-ci-setup=3 pip' # Optional + packageSpecs: 'python=3.6 conda-build conda "conda-forge-ci-setup=3" pip' # Optional installOptions: "-c conda-forge" updateConda: true displayName: Install conda-build and activate environment diff --git a/.ci_support/linux_python3.6.____73_pypy.yaml b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.6.____73_pypy.yaml similarity index 77% rename from .ci_support/linux_python3.6.____73_pypy.yaml rename to .ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.6.____73_pypy.yaml index 2cbe21c..bade0fc 100644 --- a/.ci_support/linux_python3.6.____73_pypy.yaml +++ b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.6.____73_pypy.yaml @@ -18,3 +18,8 @@ pin_run_as_build: max_pin: x.x python: - 3.6.* *_73_pypy +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_python3.6.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.6.____cpython.yaml similarity index 77% rename from .ci_support/linux_python3.6.____cpython.yaml rename to .ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.6.____cpython.yaml index ed53753..bb23d92 100644 --- a/.ci_support/linux_python3.6.____cpython.yaml +++ b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.6.____cpython.yaml @@ -18,3 +18,8 @@ pin_run_as_build: max_pin: x.x python: - 3.6.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_python3.7.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.7.____cpython.yaml similarity index 77% rename from .ci_support/linux_python3.7.____cpython.yaml rename to .ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.7.____cpython.yaml index cc1d2c4..8aeb4b6 100644 --- a/.ci_support/linux_python3.7.____cpython.yaml +++ b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.7.____cpython.yaml @@ -18,3 +18,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_python3.8.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.8.____cpython.yaml similarity index 77% rename from .ci_support/linux_python3.8.____cpython.yaml rename to .ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.8.____cpython.yaml index fef4441..7541c4f 100644 --- a/.ci_support/linux_python3.8.____cpython.yaml +++ b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.8.____cpython.yaml @@ -18,3 +18,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.9.____cpython.yaml b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.9.____cpython.yaml new file mode 100644 index 0000000..ff7750d --- /dev/null +++ b/.ci_support/linux_64_c_compiler_version7cxx_compiler_version7python3.9.____cpython.yaml @@ -0,0 +1,25 @@ +c_compiler: +- gcc +c_compiler_version: +- '7' +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.9.* *_cpython +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/migrations/python38.yaml b/.ci_support/migrations/python38.yaml deleted file mode 100644 index b11022c..0000000 --- a/.ci_support/migrations/python38.yaml +++ /dev/null @@ -1,55 +0,0 @@ -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] diff --git a/.ci_support/migrations/python39.yaml b/.ci_support/migrations/python39.yaml new file mode 100644 index 0000000..4b17960 --- /dev/null +++ b/.ci_support/migrations/python39.yaml @@ -0,0 +1,20 @@ +migrator_ts: 1602104489 +__migrator: + migration_number: 2 + operation: key_add + primary_key: python + ordering: + python: + - 3.6.* *_cpython + - 3.7.* *_cpython + - 3.8.* *_cpython + - 3.9.* *_cpython # new entry + - 3.6.* *_73_pypy + paused: false +python: + - 3.9.* *_cpython +# additional entries to add for zip_keys +numpy: + - 1.19 +python_impl: + - cpython diff --git a/.ci_support/osx_python3.6.____73_pypy.yaml b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.6.____73_pypy.yaml similarity index 80% rename from .ci_support/osx_python3.6.____73_pypy.yaml rename to .ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.6.____73_pypy.yaml index cdf8e63..a4d52db 100644 --- a/.ci_support/osx_python3.6.____73_pypy.yaml +++ b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.6.____73_pypy.yaml @@ -14,11 +14,14 @@ cxx_compiler_version: - '10' 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.6.* *_73_pypy +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/osx_python3.6.____cpython.yaml b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.6.____cpython.yaml similarity index 80% rename from .ci_support/osx_python3.6.____cpython.yaml rename to .ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.6.____cpython.yaml index 1ec41d4..59562a6 100644 --- a/.ci_support/osx_python3.6.____cpython.yaml +++ b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.6.____cpython.yaml @@ -14,11 +14,14 @@ cxx_compiler_version: - '10' 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.6.* *_cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/osx_python3.7.____cpython.yaml b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.7.____cpython.yaml similarity index 80% rename from .ci_support/osx_python3.7.____cpython.yaml rename to .ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.7.____cpython.yaml index 0f6267e..3f2cce3 100644 --- a/.ci_support/osx_python3.7.____cpython.yaml +++ b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.7.____cpython.yaml @@ -14,11 +14,14 @@ cxx_compiler_version: - '10' 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.7.* *_cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/osx_python3.8.____cpython.yaml b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.8.____cpython.yaml similarity index 80% rename from .ci_support/osx_python3.8.____cpython.yaml rename to .ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.8.____cpython.yaml index 6e96416..2f9a585 100644 --- a/.ci_support/osx_python3.8.____cpython.yaml +++ b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.8.____cpython.yaml @@ -14,11 +14,14 @@ cxx_compiler_version: - '10' 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.* *_cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.9.____cpython.yaml b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.9.____cpython.yaml new file mode 100644 index 0000000..f4654fe --- /dev/null +++ b/.ci_support/osx_64_c_compiler_version10cxx_compiler_version10python3.9.____cpython.yaml @@ -0,0 +1,27 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +c_compiler: +- clang +c_compiler_version: +- '10' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '10' +macos_machine: +- x86_64-apple-darwin13.4.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/win_python3.6.____cpython.yaml b/.ci_support/win_64_python3.6.____cpython.yaml similarity index 88% rename from .ci_support/win_python3.6.____cpython.yaml rename to .ci_support/win_64_python3.6.____cpython.yaml index d30b44a..283a972 100644 --- a/.ci_support/win_python3.6.____cpython.yaml +++ b/.ci_support/win_64_python3.6.____cpython.yaml @@ -12,3 +12,5 @@ pin_run_as_build: max_pin: x.x python: - 3.6.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_python3.7.____cpython.yaml b/.ci_support/win_64_python3.7.____cpython.yaml similarity index 88% rename from .ci_support/win_python3.7.____cpython.yaml rename to .ci_support/win_64_python3.7.____cpython.yaml index eaf1a95..fd0c20f 100644 --- a/.ci_support/win_python3.7.____cpython.yaml +++ b/.ci_support/win_64_python3.7.____cpython.yaml @@ -12,3 +12,5 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_python3.8.____cpython.yaml b/.ci_support/win_64_python3.8.____cpython.yaml similarity index 88% rename from .ci_support/win_python3.8.____cpython.yaml rename to .ci_support/win_64_python3.8.____cpython.yaml index 92f7b4c..79a7e02 100644 --- a/.ci_support/win_python3.8.____cpython.yaml +++ b/.ci_support/win_64_python3.8.____cpython.yaml @@ -12,3 +12,5 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython +target_platform: +- win-64 diff --git a/.ci_support/win_64_python3.9.____cpython.yaml b/.ci_support/win_64_python3.9.____cpython.yaml new file mode 100644 index 0000000..7a364d4 --- /dev/null +++ b/.ci_support/win_64_python3.9.____cpython.yaml @@ -0,0 +1,16 @@ +c_compiler: +- vs2017 +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +cxx_compiler: +- vs2017 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- win-64 diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 0d5ef1c..aa9727b 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -19,7 +19,7 @@ conda-build: CONDARC -conda install --yes --quiet conda-forge-ci-setup=3 conda-build pip -c conda-forge +conda install --yes --quiet "conda-forge-ci-setup=3" conda-build pip -c conda-forge # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" @@ -29,13 +29,25 @@ source run_conda_forge_build_setup # make the build number clobber make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" -conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ - --suppress-variables \ - --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" -validate_recipe_outputs "${FEEDSTOCK_NAME}" -if [[ "${UPLOAD_PACKAGES}" != "False" ]]; then - upload_package --validate --feedstock-name="${FEEDSTOCK_NAME}" "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" +if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then + if [[ "x${BUILD_OUTPUT_ID:-}" != "x" ]]; then + EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --output-id ${BUILD_OUTPUT_ID}" + fi + conda debug "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ + ${EXTRA_CB_OPTIONS:-} \ + --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" + # Drop into an interactive shell + /bin/bash +else + conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ + --suppress-variables ${EXTRA_CB_OPTIONS:-} \ + --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" + validate_recipe_outputs "${FEEDSTOCK_NAME}" + + if [[ "${UPLOAD_PACKAGES}" != "False" ]]; then + upload_package --validate --feedstock-name="${FEEDSTOCK_NAME}" "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" + fi fi touch "${FEEDSTOCK_ROOT}/build_artifacts/conda-forge-build-done-${CONFIG}" \ No newline at end of file diff --git a/.scripts/run_docker_build.sh b/.scripts/run_docker_build.sh index e4d5bab..87ba4db 100755 --- a/.scripts/run_docker_build.sh +++ b/.scripts/run_docker_build.sh @@ -74,6 +74,8 @@ docker run ${DOCKER_RUN_ARGS} \ -e CI \ -e FEEDSTOCK_NAME \ -e CPU_COUNT \ + -e BUILD_WITH_CONDA_DEBUG \ + -e BUILD_OUTPUT_ID \ -e BINSTAR_TOKEN \ -e FEEDSTOCK_TOKEN \ -e STAGING_BINSTAR_TOKEN \ diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index d7e3c06..c299b79 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -23,7 +23,7 @@ source ${HOME}/miniforge3/etc/profile.d/conda.sh conda activate base echo -e "\n\nInstalling conda-forge-ci-setup=3 and conda-build." -conda install -n base --quiet --yes conda-forge-ci-setup=3 conda-build pip +conda install -n base --quiet --yes "conda-forge-ci-setup=3" conda-build pip @@ -47,7 +47,8 @@ set -e echo -e "\n\nMaking the build clobber file and running the build." make_build_number ./ ./recipe ./.ci_support/${CONFIG}.yaml -conda build ./recipe -m ./.ci_support/${CONFIG}.yaml --suppress-variables --clobber-file ./.ci_support/clobber_${CONFIG}.yaml + +conda build ./recipe -m ./.ci_support/${CONFIG}.yaml --suppress-variables --clobber-file ./.ci_support/clobber_${CONFIG}.yaml ${EXTRA_CB_OPTIONS:-} validate_recipe_outputs "${FEEDSTOCK_NAME}" if [[ "${UPLOAD_PACKAGES}" != "False" ]]; then diff --git a/LICENSE.txt b/LICENSE.txt index cba42cf..5f30279 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ BSD 3-clause license -Copyright (c) 2015-2019, conda-forge +Copyright (c) 2015-2020, conda-forge contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index fbfeb63..795553f 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ Home: http://deeplearning.net/software/theano/ Package license: BSD-3-Clause -Feedstock license: BSD-3-Clause +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/theano-feedstock/blob/master/LICENSE.txt) Summary: Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs. +Development: https://github.com/Theano/Theano/ +Documentation: http://deeplearning.net/software/theano/ Current build status ==================== @@ -29,80 +31,101 @@ Current build status
Variant | Status | |
---|---|---|
linux_python3.6.____73_pypy | +linux_64_c_compiler_version7cxx_compiler_version7python3.6.____73_pypy | - + |
linux_python3.6.____cpython | +linux_64_c_compiler_version7cxx_compiler_version7python3.6.____cpython | - + |
linux_python3.7.____cpython | +linux_64_c_compiler_version7cxx_compiler_version7python3.7.____cpython | - + |
linux_python3.8.____cpython | +linux_64_c_compiler_version7cxx_compiler_version7python3.8.____cpython | - + |
osx_python3.6.____73_pypy | +linux_64_c_compiler_version7cxx_compiler_version7python3.9.____cpython | - + |
osx_python3.6.____cpython | +osx_64_c_compiler_version10cxx_compiler_version10python3.6.____73_pypy | - + |
osx_python3.7.____cpython | +osx_64_c_compiler_version10cxx_compiler_version10python3.6.____cpython | - + |
osx_python3.8.____cpython | +osx_64_c_compiler_version10cxx_compiler_version10python3.7.____cpython | - + |
win_python3.6.____cpython | +osx_64_c_compiler_version10cxx_compiler_version10python3.8.____cpython | - + |
win_python3.7.____cpython | +osx_64_c_compiler_version10cxx_compiler_version10python3.9.____cpython | - + |
win_python3.8.____cpython | +win_64_python3.6.____cpython | - + + + | +
win_64_python3.7.____cpython | ++ + + + | +|
win_64_python3.8.____cpython | ++ + + + | +|
win_64_python3.9.____cpython | ++ + | |
Linux_ppc64le | -- - | -