PKGNAME=octave
PKGSEC=math
PKGDEP="arpack-ng curl fftw fltk ghostscript glpk glu gnuplot graphicsmagick \
        hdf5 libsndfile qhull qscintilla suitesparse texinfo openjdk qt-5 \
        openblas gl2ps"
PKGDES="A high-level language intended for numerical computations"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
	--libexecdir=/usr/lib
	--with-qrupdate
	--with-cxsparse
	--with-amd
	--with-umfpack
	--with-colamd
	--with-ccolamd
	--with-cholmod
	--with-cxsparse
	--with-blas=openblas
	--disable-docs
)

AB_FLAGS_O3=1
