Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MAX-CV #48

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions recipes/max-cv/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
context:
version: "24.6.0"

package:
name: "max-cv"
version: ${{ version }}

source:
- git: https://github.com/BradLarson/max-cv.git
rev: 21bbd57404548de3c471ec8492dfcc01b76ae457

build:
number: 0
noarch: python
# script: pip install . -v

requirements:
host:
- max =24.6
- python >=3.9,<3.13
run:
- ${{ pin_compatible('max') }}
- python >=3.9,<3.13

tests:
- script:
- if: unix
then:
- magic run test
requirements:
run:
- max =24.6
- python >=3.9,<3.13
- pytest
files:
recipe:
- tests/conftest.py

about:
homepage: https://github.com/BradLarson/max-cv
license: Apache-2.0
license_file: LICENSE
summary: An image processing framework built upon MAX
repository: https://github.com/BradLarson/max-cv

extra:
maintainers:
- BradLarson
Loading