# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        berndporr iir1 1.9.4
github.tarball_from archive
revision            0

categories          audio
license             MIT
maintainers         {@kakuhen} openmaintainer
platforms           darwin
description         DSP IIR realtime filter library
long_description    An infinite impulse response (IIR) filter library for \
    Linux, Mac OS X and Windows which implements Butterworth, RBJ, Chebychev \
    filters and can easily import coefficients generated by Python (scipy).

checksums           rmd160  61e3f76c6ea27bf9fcbf76f9d80ace4cff18f855 \
                    sha256  67d0982356f33fd37522e4711cda12f70a981a9c83de332386f89de3d7601d2b \
                    size    2115692

compiler.cxx_standard 2011

# error: no viable conversion from 'std::array<double, test_len>' to 'value_type' (aka 'double')
compiler.blacklist-append \
                    {clang < 700}
