Files
Steven Thomas Smith e742439aaa py-kornia: Submission
2026-03-29 18:02:38 -04:00

39 lines
1.4 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-kornia
version 0.8.2
revision 0
categories-append graphics science
license Apache-2
supported_archs noarch
maintainers nomaintainer
description Geometric Computer Vision Library for Spatial AI
long_description Kornia is a differentiable computer vision library \
that provides a rich set of differentiable image \
processing and geometric vision algorithms. Built \
on top of PyTorch, Kornia integrates seamlessly into \
existing AI workflows, allowing you to leverage powerful \
batch transformations, auto-differentiation and GPU \
acceleration.
homepage https://www.kornia.org/
checksums rmd160 8ef9c01d72cbf2d01693d65c8215ddbe1638c4d7 \
sha256 5411b2ce0dd909d1608016308cd68faeef90f88c47f47e8ecd40553fd4d8b937 \
size 667151
python.versions 313 314
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-kornia-rs \
port:py${python.version}-numpy \
port:py${python.version}-pytorch
}