comparison src/release-octave.mk @ 5025:0cbc51911dd0

Update sundials to 4.1.0 while keeping version 2.7.0 * src/sundials-27-ida.mk, src/sundials-27-ida-1.patch: Rename files. * src/sundials-ida.mk: Update version and checksum. * src/default-octave.mk: Add suitesparse headers to CPPFLAGS. * stable-octave.mk, release-octave.mk: Depend on older version of Sundials IDA. * index.html: Add item for Sundials IDA at version 2.7.0. * dist-files.mk: Add and rename files.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 16 Mar 2019 18:23:21 +0100
parents 3ef2868263e4
children 8c1e1ef46ed2
comparison
equal deleted inserted replaced
5024:9fb478d2036b 5025:0cbc51911dd0
46 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz 46 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
47 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE) 47 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE)
48 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 48 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
49 $(PKG)_FONTCONFIG := fontconfig 49 $(PKG)_FONTCONFIG := fontconfig
50 endif 50 endif
51 $(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 51 $(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
52 52
53 ifeq ($(ENABLE_QT5),yes) 53 ifeq ($(ENABLE_QT5),yes)
54 $(PKG)_DEPS += qt5 54 $(PKG)_DEPS += qt5
55 else 55 else
56 $(PKG)_DEPS += qt 56 $(PKG)_DEPS += qt