export JAVA_HOME="$(/usr/libexec/java_home -v 9)" PATH=/opt/local/libexec/qt5/bin:/opt/local/libexec/gnubin:${PATH} SRCDIR=/Users/carlo/Documents/_Programmi/Miei/C/octave/ OCTAVE_INST_VERSION=7.0.0 ${SRCDIR}/octave/configure \ --prefix=/opt/octave/${OCTAVE_INST_VERSION} \ --with-framework-carbon \ --without-x --disable-static --disable-openmp \ --enable-java \ --disable-jit --with-sndfile --with-portaudio --with-magick=GraphicsMagick \ --enable-docs --with-amd="-lamd -lsuitesparseconfig" \ --with-camd="-lcamd -lsuitesparseconfig" \ --with-colamd="-lcolamd -lsuitesparseconfig" \ --with-cholmod="-lcholmod -lsuitesparseconfig" \ --with-cxsparse="-lcxsparse -lsuitesparseconfig" \ --with-umfpack="-lumfpack -lsuitesparseconfig" \ --without-openssl --with-blas="-lopenblas" \ --with-lapack="-lopenblas" \ CC="clang" \ CFLAGS="-O3 -g" \ CPP="/usr/bin/cpp" \ CPPFLAGS="-O3 -g -I/opt/local/include -I/opt/local/libexec/qt5/include" \ CXXFLAGS="-O3 -g" \ SED=gsed \ CXX="clang++" \ F77="gfortran-mp-10 -O3 -g" \ FFLAFS="-O3" \ LDFLAGS="-O3 -L/opt/local/lib -L/opt/local/libexec/qt5/lib -Wl,-rpath -Wl,/opt/sundials/5.1.0/lib" \ --with-framework-opengl \ --with-sundials_nvecserial-includedir=/opt/sundials/5.1.0/include/ \ --with-sundials_ida-includedir=/opt/sundials/5.1.0/include/ \ --with-sundials_nvecserial-libdir=/opt/sundials/5.1.0/lib \ --with-sundials_ida-libdir=/opt/sundials/5.1.0/lib \ --enable-link-all-dependencies --with-qt=5 --without-fltk # --without-qt --without-fltk