# -*- 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 PortGroup github 1.0 github.setup pyFFTW pyFFTW 0.12.0 v name py-pyfftw categories python math platforms darwin maintainers {aronnax @lpsinger} openmaintainer license BSD description pythonic python wrapper around FFTW long_description \ A pythonic wrapper around FFTW, the FFT library, presenting a unified \ interface for all the supported transforms. checksums rmd160 a8216adff137e028d4aac8ea29a25629875a4e65 \ sha256 148eb8345de9e3be097b51f95cd4bc8bab15cc77ff0ebaa28d1b6dfb2c5c8734 \ size 147374 python.versions 35 36 37 38 39 configure.cflags-append -Wno-error=implicit-function-declaration if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-cython depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-numpy \ port:fftw-3 \ port:fftw-3-single \ port:fftw-3-long livecheck.type none } else { # Ignore pyfftw repo's tags that have names like like "v0.10.1_docs" github.livecheck.regex {([0-9.^"]+)} }