Skip to content

add recipe for finch-tensor-lite#32124

Open
lucascolley wants to merge 16 commits intoconda-forge:mainfrom
lucascolley:finch-tensor-lite
Open

add recipe for finch-tensor-lite#32124
lucascolley wants to merge 16 commits intoconda-forge:mainfrom
lucascolley:finch-tensor-lite

Conversation

@lucascolley
Copy link
Member

@lucascolley lucascolley commented Feb 5, 2026

https://github.com/finch-tensor/finch-tensor-lite

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Package does not ship static libraries. If static libraries are needed, follow CFEP-18.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

Hi! This is the staged-recipes linter and your PR looks excellent! 🚀

@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/finch-tensor-lite/recipe.yaml) and found it was in an excellent condition.

Comment on lines +11 to +13
- git: https://github.com/finch-tensor/finch-tensor-lite.git
tag: v${{ version }}
target_directory: repo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upstream does not ship tests in the sdist, so we grab them from the repo instead

build:
skip:
- match(python, "<3.11")
- win
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

run dependency on a c-compiler seems to be fiddly for windows

Comment on lines +30 to +36
- poetry-core <3.0
run:
- python
- numpy <2.4
- numba <0.63.1
- donfig <0.9.0
- lark <2.0.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pins taken from upstream

- finchlite
pip_check: true
- script:
- pytest -ra repo/tests --ignore-glob=repo/tests/reference/*
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lucascolley lucascolley marked this pull request as ready for review February 6, 2026 01:00
@lucascolley
Copy link
Member Author

@conda-forge/help-python-c ready for review, thanks!

@lucascolley
Copy link
Member Author

FYI @mtsokol @willow-ahrens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants