comparison src/build-octave.mk @ 5730:da87a2623190

build-octave.mk: Remove obsolete configure flag. * src/build-octave.mk: Remove obsolete configure flag "--without-osmesa".
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 11 Apr 2021 17:47:36 +0200
parents eae508c12529
children fe9c2aa80854
comparison
equal deleted inserted replaced
5729:b2952339d52a 5730:da87a2623190
56 --without-cholmod --without-colamd --without-curl \ 56 --without-cholmod --without-colamd --without-curl \
57 --without-cxsparse --without-fftw3 --without-fftw3f \ 57 --without-cxsparse --without-fftw3 --without-fftw3f \
58 --without-fltk --without-fontconfig --without-framework-opengl \ 58 --without-fltk --without-fontconfig --without-framework-opengl \
59 --without-freetype --without-glpk --without-hdf5 --without-klu \ 59 --without-freetype --without-glpk --without-hdf5 --without-klu \
60 --without-magick --without-opengl --without-openssl \ 60 --without-magick --without-opengl --without-openssl \
61 --without-osmesa --without-portaudio --without-qhull \ 61 --without-portaudio --without-qhull --without-qrupdate\
62 --without-qrupdate --without-qscintilla --without-qt \ 62 --without-qscintilla --without-qt --without-sndfile \
63 --without-sndfile --without-sundials_ida \ 63 --without-sundials_ida --without-sundials_nvecserial \
64 --without-sundials_nvecserial --without-umfpack --without-x \ 64 --without-umfpack --without-x --without-z
65 --without-z
66 65
67 $($(PKG)_ENV_FLAGS) $(MAKE) -C '$(1)/.build' all -j '$(JOBS)' 66 $($(PKG)_ENV_FLAGS) $(MAKE) -C '$(1)/.build' all -j '$(JOBS)'
68 $($(PKG)_ENV_FLAGS) $(MAKE) -C '$(1)/.build' install 67 $($(PKG)_ENV_FLAGS) $(MAKE) -C '$(1)/.build' install
69 endef 68 endef