depends zlib
depends lzip
depends gnuplot
depends lapack
depends qt6-5compat
depends qt6-tools 

optional_depends fftw \
                 "--with-fftw3 --with-fftw3f" \
                 "--without-fftw3 --without-fftw3f" \
                 "for system fftw support"

optional_depends %JAVA_SDK "--enable-java"     "--disable-java"     "for java support"
optional_depends fltk      "--with-fltk"       "--without-fltk"     "for fltk support"
optional_depends arpack-ng "--with-arpack"     "--without-arpack"   "for eigen value operations"
optional_depends qrupdate  "--with-qrupdate"   "--without-qrupdate" "for fast QR & Cholesky updating functions"
optional_depends readline  "--enable-readline" "--disable-readline" "for readline support"
optional_depends curl      "--with-curl"       "--without-curl"     "for curl support"
optional_depends hdf5      "--with-hdf5"       "--without-hdf5"     "for hdf5 support"
optional_depends glpk      "--with-glpk"       "--without-glpk"     "for linear programming support"
optional_depends texlive   "--enable-docs"     "--disable-docs"     "to generate documentation" n
optional_depends gperf "" "" "if you need to recreate oct-gperf.h"
optional_depends gl2ps "" "" "for OpenGL printing support" n

optional_depends GraphicsMagick \
                 "--with-magick=GraphicsMagick" \
                 "--without-magick" \
                 "for reading and writing images"

optional_depends SuiteSparse \
                 "--with-suitesparseconfig-includedir=/usr/include" \
                 "--without-suitesparseconfig" \
                 "for matrix support (Recommended)"

optional_depends qhull "--with-qhull_r-libdir=/usr/lib" "--without-qhull_r" "for qhull support"
