comparison src/release-octave.mk @ 5517:972c082c295d

Move release-octave to latest SUNDIALS IDA. * src/release-octave.mk: Depend on sundials-ida. * src/sundials-27-ida.mk, src/sundials-27-ida-1.patch: Remove files. * dist-files.mk: Delete removed files from list. * index.html: Remove package from index.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 01 Aug 2020 11:38:21 +0200
parents 00a0eac6b6cd
children 039563087c70
comparison
equal deleted inserted replaced
5516:50478c969620 5517:972c082c295d
40 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz 40 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
41 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE) 41 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE)
42 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 42 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
43 $(PKG)_FONTCONFIG := fontconfig 43 $(PKG)_FONTCONFIG := fontconfig
44 endif 44 endif
45 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre portaudio pstoedit qhull qrupdate qscintilla readline sundials-27-ida suitesparse texinfo zlib 45 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre portaudio pstoedit qhull qrupdate qscintilla readline sundials-ida suitesparse texinfo zlib
46 46
47 ifeq ($(ENABLE_QT5),yes) 47 ifeq ($(ENABLE_QT5),yes)
48 $(PKG)_DEPS += qt5 48 $(PKG)_DEPS += qt5
49 else 49 else
50 $(PKG)_DEPS += qt 50 $(PKG)_DEPS += qt