PKGNAME=iml
PKGSEC=libs
PKGDEP="gmp lapack"
PKGDES="C Library of integer matrix algorithms"

AB_FLAGS_O3=1
AUTOTOOLS_AFTER=(
    "--with-cblas=-lcblas"
    "--enable-shared=yes"
)
