changeset 5977:fe9c2aa80854

build-octave: Clean up configure switches for "minimal" build. * src/build-octave.mk: Remove "--disable-jit", replace "--without-qhull" by "--without-qhull_r", add "--without-spqr", add "--without-suitesparseconfig".
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 25 Nov 2021 17:05:38 +0100
parents 93e18f23ccc9
children 1569a1d140ae
files src/build-octave.mk
diffstat 1 files changed, 8 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-octave.mk	Thu Nov 25 12:27:48 2021 +0100
+++ b/src/build-octave.mk	Thu Nov 25 17:05:38 2021 +0100
@@ -50,18 +50,17 @@
         $($(PKG)_ENV_FLAGS) '$(1)/configure' \
         --prefix=$(ROOT_PREFIX) \
         $($(PKG)_ENABLE_64_CONFIGURE_OPTIONS) \
-        --disable-docs --disable-fftw-threads --disable-java \
-        --disable-jit --disable-openmp --disable-readline --without-amd \
-        --without-arpack --without-bz2 --without-camd --without-ccolamd \
-        --without-cholmod --without-colamd --without-curl \
-        --without-cxsparse --without-fftw3 --without-fftw3f \
+        --disable-docs --disable-fftw-threads --disable-java --disable-openmp \
+        --disable-readline --without-amd --without-arpack  --without-bz2 \
+        --without-camd --without-ccolamd --without-cholmod --without-colamd \
+        --without-curl --without-cxsparse --without-fftw3 --without-fftw3f \
         --without-fltk --without-fontconfig --without-framework-opengl \
         --without-freetype --without-glpk --without-hdf5 --without-klu \
         --without-magick --without-opengl --without-openssl \
-        --without-portaudio --without-qhull  --without-qrupdate\
-        --without-qscintilla --without-qt --without-sndfile \
-        --without-sundials_ida --without-sundials_nvecserial \
-        --without-umfpack --without-x --without-z
+        --without-portaudio --without-qhull_r --without-qrupdate \
+        --without-qscintilla --without-qt --without-sndfile --without-spqr \
+        --without-suitesparseconfig --without-sundials_ida \
+        --without-sundials_nvecserial --without-umfpack --without-x --without-z
 
     $($(PKG)_ENV_FLAGS) $(MAKE) -C '$(1)/.build' all -j '$(JOBS)'
     $($(PKG)_ENV_FLAGS) $(MAKE) -C '$(1)/.build' install