# -*- 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-julius
version             0.2.7
revision            0

categories-append   audio math
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         {pguyot @pguyot} openmaintainer

description         Digital Signal Processing algorithms in PyTorch

long_description    julius provides efficient DSP algorithms implemented \
                    with PyTorch, including resampling, FIR filters, and \
                    FFT convolutions.

homepage            https://github.com/adefossez/julius

checksums           rmd160  a8cd4d1a3348abe7870208d20e06a84de35ea77d \
                    sha256  3c0f5f5306d7d6016fcc95196b274cae6f07e2c9596eed314e4e7641554fbb08 \
                    size    59640

python.versions     313 314

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-pytorch
}
