# -*- 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 perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup PDL-FFTW3 0.19 revision 0 license GPL-3 maintainers nomaintainer description PDL::FFTW3 - PDL interface to the Fastest Fourier Transform in the West v3 long_description {*}${description} platforms darwin checksums rmd160 36190bb1559aeab7210df1be8b065b0a4ca45f44 \ sha256 9e93daa4041fafcf317a79243918050d66b3dd6a5c1b209b2d30624d0b82bfcd \ size 44500 if {${perl5.major} != ""} { # Alien::FFTW3 has gone AWOL from CPAN/MetaCPAN so don't depend on it # PDL::FFTW3 can use pkg-config just as well depends_build-append \ port:p${perl5.major}-ipc-run \ port:p${perl5.major}-test-simple \ port:pkgconfig depends_lib-append \ port:p${perl5.major}-pdl \ port:fftw-3 \ port:fftw-3-single }