# -*- 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.10.0
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  695c38f785e785929d6a835d5e65eaefa19611fd \
                    sha256  13b53f14d276adf6cafd3564fcda1d4b3e72342108d1c40ec4b4f0c7fc3ac95a \
                    size    2327584

compiler.cxx_standard 2011

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