Conda-forge

Conda-forge

Rerender package

@conda-forge-admin please rerender 

Restart CI

@conda-forge-admin, please restart ci 

Add automerge

@conda-forge-admin, please add bot automerge

Add a member

@conda-forge-admin, please add user @raybellwaves

or edit conda-forge.yml:

bot:

  automerge: true

Bug maintainers

Friendly ping for a review please @conda-forge/staged-recipes

Generate a recipe 

https://conda-forge.org/status/ 

Build a recipe

conda build conda-recipe --output-folder /tmp/conda

meta.yaml:

package:

  name: "PACKAGE"

  version: "VERSION"


source:

  - url: .../PACKAGE-VERSION.tar.gz

    sha256: SHA256



build:

  noarch: python

  number: 0

  script: {{ PYTHON }} -m pip install . -vv


requirements:

  # compiler runs and builds the code. 

  build:

    - python =3.10

    - pip

    - cython

    - setuptools

    - numpy

    - {{ compiler('c') }}

    - {{ compiler('cxx') }}

  run:

    - python =3.10

    - libgcc

    - numpy



test:

  imports:

    - PACKAGE_IMPORT


about:

  home: HOME

  summary: SUMMARY

Friendly ping @conda-forge/help-python