diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index e0061a8..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,61 +0,0 @@ -# This file was automatically generated by conda-smithy. To update a component of this -# file, make changes to conda-forge.yml and/or recipe/meta.yaml, and run -# "conda smithy rerender". -# -*- mode: yaml -*- - -environment: - - BINSTAR_TOKEN: - # The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml. - secure: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1 - - matrix: - - CONFIG: win_cxx_compilervs2008python2.7vc9 - CONDA_INSTALL_LOCN: C:\Miniconda36-x64 - - - CONFIG: win_cxx_compilervs2015python3.6vc14 - CONDA_INSTALL_LOCN: C:\Miniconda36-x64 - - - CONFIG: win_cxx_compilervs2015python3.7vc14 - CONDA_INSTALL_LOCN: C:\Miniconda36-x64 - - - CONFIG: win_cxx_compilervs2015python3.8vc14 - CONDA_INSTALL_LOCN: C:\Miniconda36-x64 - - -# We always use a 64-bit machine, but can build x86 distributions -# with the TARGET_ARCH variable. -platform: - - x64 - -install: - - cmd: set "CI=appveyor" - # If there is a newer build queued for the same PR, cancel this one. - - cmd: | - powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/master/recipe/conda_forge_ci_setup/ff_ci_pr_build.py', 'ff_ci_pr_build.py')" - "%CONDA_INSTALL_LOCN%\python.exe" ff_ci_pr_build.py -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%" - del ff_ci_pr_build.py - - # Cygwin's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.) - - cmd: rmdir C:\cygwin /s /q - - # Add path, activate `conda` and update conda. - - cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat - - cmd: conda.exe update --yes --quiet conda - - - cmd: set PYTHONUNBUFFERED=1 - - # Configure the VM. - # Tell conda we want an updated version of conda-forge-ci-setup and conda-build - - cmd: conda.exe install -n root -c conda-forge --quiet --yes conda-forge-ci-setup=2 conda-build - - cmd: setup_conda_rc .\ .\recipe .\.ci_support\%CONFIG%.yaml - - cmd: run_conda_forge_build_setup - -# Skip .NET project specific build phase. -build: off - -test_script: - - conda.exe build recipe -m .ci_support\%CONFIG%.yaml -deploy_script: - - set "GIT_BRANCH=%APPVEYOR_REPO_BRANCH%" - - cmd: upload_package .\ .\recipe .ci_support\%CONFIG%.yaml \ No newline at end of file diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index da208bd..db87c73 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -10,20 +10,20 @@ jobs: strategy: maxParallel: 8 matrix: - linux_python2.7: - CONFIG: linux_python2.7 + linux_numpy1.14python3.6.____cpython: + CONFIG: linux_numpy1.14python3.6.____cpython UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.6: - CONFIG: linux_python3.6 + linux_numpy1.14python3.7.____cpython: + CONFIG: linux_numpy1.14python3.7.____cpython UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.7: - CONFIG: linux_python3.7 + linux_numpy1.14python3.8.____cpython: + CONFIG: linux_numpy1.14python3.8.____cpython UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.8: - CONFIG: linux_python3.8 + linux_numpy1.18python3.6.____73_pypy: + CONFIG: linux_numpy1.18python3.6.____73_pypy UPLOAD_PACKAGES: True DOCKER_IMAGE: condaforge/linux-anvil-comp7 steps: diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index d08eca1..496ac07 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,22 +5,22 @@ jobs: - job: osx pool: - vmImage: macOS-10.13 + vmImage: macOS-10.14 timeoutInMinutes: 360 strategy: maxParallel: 8 matrix: - osx_python2.7: - CONFIG: osx_python2.7 + osx_numpy1.14python3.6.____cpython: + CONFIG: osx_numpy1.14python3.6.____cpython UPLOAD_PACKAGES: True - osx_python3.6: - CONFIG: osx_python3.6 + osx_numpy1.14python3.7.____cpython: + CONFIG: osx_numpy1.14python3.7.____cpython UPLOAD_PACKAGES: True - osx_python3.7: - CONFIG: osx_python3.7 + osx_numpy1.14python3.8.____cpython: + CONFIG: osx_numpy1.14python3.8.____cpython UPLOAD_PACKAGES: True - osx_python3.8: - CONFIG: osx_python3.8 + osx_numpy1.18python3.6.____73_pypy: + CONFIG: osx_numpy1.18python3.6.____73_pypy UPLOAD_PACKAGES: True steps: @@ -51,7 +51,7 @@ jobs: source activate base echo "Configuring conda." - setup_conda_rc ./ ./recipe ./.ci_support/${CONFIG}.yaml + setup_conda_rc ./ "./recipe" ./.ci_support/${CONFIG}.yaml export CI=azure source run_conda_forge_build_setup conda update --yes --quiet --override-channels -c conda-forge -c defaults --all @@ -62,24 +62,24 @@ jobs: - script: | source activate base - mangle_compiler ./ ./recipe ./.ci_support/${CONFIG}.yaml + mangle_compiler ./ "./recipe" ./.ci_support/${CONFIG}.yaml displayName: Mangle compiler - script: | source activate base - make_build_number ./ ./recipe ./.ci_support/${CONFIG}.yaml + make_build_number ./ "./recipe" ./.ci_support/${CONFIG}.yaml displayName: Generate build number clobber file - script: | source activate base - conda build ./recipe -m ./.ci_support/${CONFIG}.yaml --clobber-file ./.ci_support/clobber_${CONFIG}.yaml + conda build "./recipe" -m ./.ci_support/${CONFIG}.yaml --clobber-file ./.ci_support/clobber_${CONFIG}.yaml displayName: Build recipe - script: | source activate base export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME - upload_package ./ ./recipe ./.ci_support/${CONFIG}.yaml + upload_package ./ "./recipe" ./.ci_support/${CONFIG}.yaml displayName: Upload package env: BINSTAR_TOKEN: $(BINSTAR_TOKEN) - condition: not(eq(variables['UPLOAD_PACKAGES'], 'False')) \ No newline at end of file + condition: and(succeeded(), not(eq(variables['UPLOAD_PACKAGES'], 'False'))) \ No newline at end of file diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 51f1ab1..06d5476 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -10,22 +10,18 @@ jobs: strategy: maxParallel: 4 matrix: - win_cxx_compilervs2008python2.7vc9: - CONFIG: win_cxx_compilervs2008python2.7vc9 + win_python3.6.____cpython: + CONFIG: win_python3.6.____cpython CONDA_BLD_PATH: D:\\bld\\ - UPLOAD_PACKAGES: False - win_cxx_compilervs2015python3.6vc14: - CONFIG: win_cxx_compilervs2015python3.6vc14 + UPLOAD_PACKAGES: True + win_python3.7.____cpython: + CONFIG: win_python3.7.____cpython CONDA_BLD_PATH: D:\\bld\\ - UPLOAD_PACKAGES: False - win_cxx_compilervs2015python3.7vc14: - CONFIG: win_cxx_compilervs2015python3.7vc14 + UPLOAD_PACKAGES: True + win_python3.8.____cpython: + CONFIG: win_python3.8.____cpython CONDA_BLD_PATH: D:\\bld\\ - UPLOAD_PACKAGES: False - win_cxx_compilervs2015python3.8vc14: - CONFIG: win_cxx_compilervs2015python3.8vc14 - CONDA_BLD_PATH: D:\\bld\\ - UPLOAD_PACKAGES: False + UPLOAD_PACKAGES: True steps: # TODO: Fast finish on azure pipelines? - script: | @@ -70,13 +66,13 @@ jobs: inputs: packageSpecs: 'python=3.6 conda-build conda conda-forge::conda-forge-ci-setup=2' # Optional installOptions: "-c conda-forge" - updateConda: false + updateConda: true displayName: Install conda-build and activate environment - script: set PYTHONUNBUFFERED=1 # Configure the VM - - script: setup_conda_rc .\ .\recipe .\.ci_support\%CONFIG%.yaml + - script: setup_conda_rc .\ ".\recipe" .\.ci_support\%CONFIG%.yaml # Configure the VM. - script: | @@ -92,7 +88,7 @@ jobs: # Special cased version setting some more things! - script: | - conda.exe build recipe -m .ci_support\%CONFIG%.yaml + conda.exe build "recipe" -m .ci_support\%CONFIG%.yaml displayName: Build recipe (vs2008) env: VS90COMNTOOLS: "C:\\Program Files (x86)\\Common Files\\Microsoft\\Visual C++ for Python\\9.0\\VC\\bin" @@ -100,7 +96,7 @@ jobs: condition: contains(variables['CONFIG'], 'vs2008') - script: | - conda.exe build recipe -m .ci_support\%CONFIG%.yaml + conda.exe build "recipe" -m .ci_support\%CONFIG%.yaml displayName: Build recipe env: PYTHONUNBUFFERED: 1 @@ -108,8 +104,8 @@ jobs: - script: | set "GIT_BRANCH=%BUILD_SOURCEBRANCHNAME%" - upload_package .\ .\recipe .ci_support\%CONFIG%.yaml + upload_package .\ ".\recipe" .ci_support\%CONFIG%.yaml displayName: Upload package env: BINSTAR_TOKEN: $(BINSTAR_TOKEN) - condition: not(eq(variables['UPLOAD_PACKAGES'], 'False')) + condition: and(succeeded(), not(eq(variables['UPLOAD_PACKAGES'], 'False'))) \ No newline at end of file diff --git a/.ci_support/linux_python3.8.yaml b/.ci_support/linux_numpy1.14python3.6.____cpython.yaml similarity index 83% rename from .ci_support/linux_python3.8.yaml rename to .ci_support/linux_numpy1.14python3.6.____cpython.yaml index 5c5af2e..de6faad 100644 --- a/.ci_support/linux_python3.8.yaml +++ b/.ci_support/linux_numpy1.14python3.6.____cpython.yaml @@ -15,4 +15,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: -- '3.8' +- 3.6.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_python2.7.yaml b/.ci_support/linux_numpy1.14python3.7.____cpython.yaml similarity index 83% rename from .ci_support/linux_python2.7.yaml rename to .ci_support/linux_numpy1.14python3.7.____cpython.yaml index 15025b2..489ff35 100644 --- a/.ci_support/linux_python2.7.yaml +++ b/.ci_support/linux_numpy1.14python3.7.____cpython.yaml @@ -15,4 +15,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: -- '2.7' +- 3.7.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_python3.6.yaml b/.ci_support/linux_numpy1.14python3.8.____cpython.yaml similarity index 83% rename from .ci_support/linux_python3.6.yaml rename to .ci_support/linux_numpy1.14python3.8.____cpython.yaml index 7717229..4c0f87d 100644 --- a/.ci_support/linux_python3.6.yaml +++ b/.ci_support/linux_numpy1.14python3.8.____cpython.yaml @@ -15,4 +15,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: -- '3.6' +- 3.8.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/linux_python3.7.yaml b/.ci_support/linux_numpy1.18python3.6.____73_pypy.yaml similarity index 80% rename from .ci_support/linux_python3.7.yaml rename to .ci_support/linux_numpy1.18python3.6.____73_pypy.yaml index 85520dd..6ee61dd 100644 --- a/.ci_support/linux_python3.7.yaml +++ b/.ci_support/linux_numpy1.18python3.6.____73_pypy.yaml @@ -9,10 +9,13 @@ cxx_compiler_version: docker_image: - condaforge/linux-anvil-comp7 numpy: -- '1.14' +- '1.18' pin_run_as_build: python: min_pin: x.x max_pin: x.x python: -- '3.7' +- 3.6.* *_73_pypy +zip_keys: +- - numpy + - python diff --git a/.ci_support/migrations/pypy.yaml b/.ci_support/migrations/pypy.yaml new file mode 100644 index 0000000..1c41a8c --- /dev/null +++ b/.ci_support/migrations/pypy.yaml @@ -0,0 +1,44 @@ +migrator_ts: 1580746218 # The timestamp of when the migration was made +__migrator: + kind: + version + exclude: + - c_compiler + - vc + - cxx_compiler + - cuda_compiler_version + - docker_image + migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration + 1 + bump_number: 1 # Hashes changed for cpython, so it's better to bump build numbers. + +python: + - 3.6.* *_cpython + - 3.7.* *_cpython + - 3.8.* *_cpython + - 3.6.* *_73_pypy # [not win64] + +numpy: + - 1.14 # [not (aarch64 or ppc64le)] + - 1.14 # [not (aarch64 or ppc64le)] + - 1.14 # [not (aarch64 or ppc64le)] + - 1.16 # [aarch64 or ppc64le] + - 1.16 # [aarch64 or ppc64le] + - 1.16 # [aarch64 or ppc64le] + - 1.18 # [not win64] + +python_impl: + - cpython + - cpython + - cpython + - pypy # [not win64] + + +zip_keys: + - + - python + - numpy + - python_impl + - # [linux64] + - cuda_compiler_version # [linux64] + - docker_image # [linux64] diff --git a/.ci_support/osx_python2.7.yaml b/.ci_support/osx_numpy1.14python3.6.____cpython.yaml similarity index 86% rename from .ci_support/osx_python2.7.yaml rename to .ci_support/osx_numpy1.14python3.6.____cpython.yaml index 486c833..d6f6250 100644 --- a/.ci_support/osx_python2.7.yaml +++ b/.ci_support/osx_numpy1.14python3.6.____cpython.yaml @@ -19,4 +19,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: -- '2.7' +- 3.6.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/osx_python3.6.yaml b/.ci_support/osx_numpy1.14python3.7.____cpython.yaml similarity index 86% rename from .ci_support/osx_python3.6.yaml rename to .ci_support/osx_numpy1.14python3.7.____cpython.yaml index 81cd3f6..35fc014 100644 --- a/.ci_support/osx_python3.6.yaml +++ b/.ci_support/osx_numpy1.14python3.7.____cpython.yaml @@ -19,4 +19,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: -- '3.6' +- 3.7.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/osx_python3.7.yaml b/.ci_support/osx_numpy1.14python3.8.____cpython.yaml similarity index 86% rename from .ci_support/osx_python3.7.yaml rename to .ci_support/osx_numpy1.14python3.8.____cpython.yaml index e4f783d..2780f5f 100644 --- a/.ci_support/osx_python3.7.yaml +++ b/.ci_support/osx_numpy1.14python3.8.____cpython.yaml @@ -19,4 +19,7 @@ pin_run_as_build: min_pin: x.x max_pin: x.x python: -- '3.7' +- 3.8.* *_cpython +zip_keys: +- - numpy + - python diff --git a/.ci_support/osx_python3.8.yaml b/.ci_support/osx_numpy1.18python3.6.____73_pypy.yaml similarity index 84% rename from .ci_support/osx_python3.8.yaml rename to .ci_support/osx_numpy1.18python3.6.____73_pypy.yaml index 6a01d14..571dd55 100644 --- a/.ci_support/osx_python3.8.yaml +++ b/.ci_support/osx_numpy1.18python3.6.____73_pypy.yaml @@ -13,10 +13,13 @@ macos_machine: macos_min_version: - '10.9' numpy: -- '1.14' +- '1.18' pin_run_as_build: python: min_pin: x.x max_pin: x.x python: -- '3.8' +- 3.6.* *_73_pypy +zip_keys: +- - numpy + - python diff --git a/.ci_support/win_cxx_compilervs2008python2.7vc9.yaml b/.ci_support/win_cxx_compilervs2008python2.7vc9.yaml deleted file mode 100644 index 343c4ec..0000000 --- a/.ci_support/win_cxx_compilervs2008python2.7vc9.yaml +++ /dev/null @@ -1,24 +0,0 @@ -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -cxx_compiler: -- vs2008 -m2w64_cxx_compiler: -- m2w64-toolchain -numpy: -- '1.14' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x - vc: - max_pin: x -python: -- '2.7' -vc: -- '9' -zip_keys: -- - python - - vc - - cxx_compiler diff --git a/.ci_support/win_cxx_compilervs2015python3.6vc14.yaml b/.ci_support/win_python3.6.____cpython.yaml similarity index 73% rename from .ci_support/win_cxx_compilervs2015python3.6vc14.yaml rename to .ci_support/win_python3.6.____cpython.yaml index 6ddd632..a7467c8 100644 --- a/.ci_support/win_cxx_compilervs2015python3.6vc14.yaml +++ b/.ci_support/win_python3.6.____cpython.yaml @@ -4,8 +4,6 @@ channel_targets: - conda-forge main cxx_compiler: - vs2015 -m2w64_cxx_compiler: -- m2w64-toolchain numpy: - '1.14' pin_run_as_build: @@ -15,10 +13,9 @@ pin_run_as_build: vc: max_pin: x python: -- '3.6' +- 3.6.* *_cpython vc: - '14' zip_keys: -- - python - - vc - - cxx_compiler +- - numpy + - python diff --git a/.ci_support/win_cxx_compilervs2015python3.7vc14.yaml b/.ci_support/win_python3.7.____cpython.yaml similarity index 73% rename from .ci_support/win_cxx_compilervs2015python3.7vc14.yaml rename to .ci_support/win_python3.7.____cpython.yaml index c78b9e3..c987784 100644 --- a/.ci_support/win_cxx_compilervs2015python3.7vc14.yaml +++ b/.ci_support/win_python3.7.____cpython.yaml @@ -4,8 +4,6 @@ channel_targets: - conda-forge main cxx_compiler: - vs2015 -m2w64_cxx_compiler: -- m2w64-toolchain numpy: - '1.14' pin_run_as_build: @@ -15,10 +13,9 @@ pin_run_as_build: vc: max_pin: x python: -- '3.7' +- 3.7.* *_cpython vc: - '14' zip_keys: -- - python - - vc - - cxx_compiler +- - numpy + - python diff --git a/.ci_support/win_cxx_compilervs2015python3.8vc14.yaml b/.ci_support/win_python3.8.____cpython.yaml similarity index 73% rename from .ci_support/win_cxx_compilervs2015python3.8vc14.yaml rename to .ci_support/win_python3.8.____cpython.yaml index ac428a0..b5f5778 100644 --- a/.ci_support/win_cxx_compilervs2015python3.8vc14.yaml +++ b/.ci_support/win_python3.8.____cpython.yaml @@ -4,8 +4,6 @@ channel_targets: - conda-forge main cxx_compiler: - vs2015 -m2w64_cxx_compiler: -- m2w64-toolchain numpy: - '1.14' pin_run_as_build: @@ -15,10 +13,9 @@ pin_run_as_build: vc: max_pin: x python: -- '3.8' +- 3.8.* *_cpython vc: - '14' zip_keys: -- - python - - vc - - cxx_compiler +- - numpy + - python diff --git a/README.md b/README.md index afdcc29..f71ee69 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,7 @@ Current build status ==================== - - - - +
Appveyor - - windows - -
@@ -40,87 +33,80 @@ Current build status
Azure
- - - - + - + - + - + - + - + - + - + - + - + - + @@ -180,7 +166,7 @@ A feedstock is made up of a conda recipe (the instructions on what and how to bu the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by [CircleCI](https://circleci.com/), [AppVeyor](https://www.appveyor.com/) -and [TravisCI](https://travis-ci.org/) it is possible to build and upload installable +and [TravisCI](https://travis-ci.com/) it is possible to build and upload installable packages to the [conda-forge](https://anaconda.org/conda-forge) [Anaconda-Cloud](https://anaconda.org/) channel for Linux, Windows and OSX respectively. diff --git a/conda-forge.yml b/conda-forge.yml index 6522af5..2a1ace8 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,9 +1,6 @@ appveyor: secure: {BINSTAR_TOKEN: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1} -compiler_stack: comp7 -max_py_ver: '37' -max_r_ver: '35' travis: secure: {BINSTAR_TOKEN: Q9tPykrtpukUmhEcOeFQ6I6EL/KiuLeR+nbEwvZjVeYijVopYxd2lDANKCBQ8ewc9gK9AUmEzH2/x1NRWWC5+S5H8kmKGE4G1ycZ5rEHAC13dSKzbnjYyqthwSuXTBGMJW2YWlqiPmap19t45bRKcDdJHLlqWZ1dGL/3a3lWSq4IRq8Do8s0xgRIQDFaXp0iV12WxMjXFzMwuz6/Fpydy2wzWA4OeayixXBIjZ21b2Ybtyei5I0FCeUlIWFSf/SML5mCgvtVWtf4Fo0ztqwpGp9ZO5KHNaaV/AVPbIlNxsBc0h7mHzUXeWipHbnyA/ezWfEz+AyMANNpjiGVu/XsQpH0iFhQJPpYFyLwP5WPAt5mqlUPkfck//3i1C7O1HmkGNDh/R3FvDztoeI5kV4E1Ef31beFtXOaoXdvkG2atikxqU8SDTN0GIrUep5GnGC+fD7Y4SmJvl1RfbIf7xx/fc9gwYG/kjFmRLpOJLLtRDPl+X/S1tKiDUzwiMgwucUxhOk6BDx996pOnmsO4iXTGjIMwXtLYg0nI4cJc85o2L4FbT9P00/C68t5S093rqIDdnF6kIjdCA5oL7AstkofOFKHd/dvki1xMVy39UmR+BqdH+QPf2Z5FjL1/mI7TNK44wCIaAjbwv7PxGprkFrvab8YGcMf7KiV4e0ubwsBAXI=} provider: - win: appveyor + win: azure diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7400c6f..148422e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "pyopencl" %} {% set version = "2019.1.2" %} -{% set build_number = 0 %} +{% set build_number = 1 %} {% set sha256 = "7803f3128dbd28ae6f5b851a80ef586a35b9575406ea7bb068b8e1516f8043f0" %} package: @@ -52,7 +52,8 @@ test: source_files: - test commands: - - cd test && python -m pytest # [osx] + # apple implementation on 10.14 is buggy. So skip test_can_build_and_run_binary + - cd test && python -m pytest -k "not test_can_build_and_run_binary" # [osx] about: home: http://pypi.python.org/pypi/pyopencl
VariantStatus
linux_python2.7 - - variant - -
linux_python3.6linux_numpy1.14python3.6.____cpython - variant + variant
linux_python3.7linux_numpy1.14python3.7.____cpython - variant + variant
linux_python3.8linux_numpy1.14python3.8.____cpython - variant + variant
osx_python2.7linux_numpy1.18python3.6.____73_pypy - variant + variant
osx_python3.6osx_numpy1.14python3.6.____cpython - variant + variant
osx_python3.7osx_numpy1.14python3.7.____cpython - variant + variant
osx_python3.8osx_numpy1.14python3.8.____cpython - variant + variant
win_cxx_compilervs2008python2.7vc9osx_numpy1.18python3.6.____73_pypy - variant + variant
win_cxx_compilervs2015python3.6vc14win_python3.6.____cpython - variant + variant
win_cxx_compilervs2015python3.7vc14win_python3.7.____cpython - variant + variant
win_cxx_compilervs2015python3.8vc14win_python3.8.____cpython - variant + variant