PKGNAME=osi
PKGSEC=math
PKGDEP="coinutils"
PKGDES="COIN-OR Open Solver Interface"

# FIXME:
#
# configure.ac:39: error: possibly undefined macro: AC_COIN_CREATE_LIBTOOL
#       If this token and others are legitimate, please use m4_pattern_allow.
#      See the Autoconf documentation.
# configure.ac:45: error: possibly undefined macro: AC_COIN_MAIN_PACKAGEDIR
# configure.ac:58: error: possibly undefined macro: AC_COIN_DOXYGEN
# configure.ac:70: error: possibly undefined macro: AC_COIN_FINALIZE
RECONF=0
ABTYPE=autotools
AUTOTOOLS_AFTER=(
    "--with-coinutils-lib=$(pkg-config --libs coinutils)"
    '--with-coinutils-incdir=/usr/include/coin'
)
