PKGNAME=qd
PKGSEC=libs
PKGDEP="gcc-runtime"
PKGDES="C++/Fortran-90 double-double and quad-double library"

AB_FLAGS_O3=1

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--with-pic'
    '--enable-shared'
    '--disable-static'
)
