comparison src/stable-octave.mk @ 5315:2f280e830838

* src/stable-octave.mk: Bump stable-octave version number to 6.0.1. Update used version of sundials ida. * src/stable-octave-1-gnulib.patch: Remove gnulib lseek.c patch.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 17 Feb 2020 21:48:36 +0100
parents 00a0eac6b6cd
children 039563087c70
comparison
equal deleted inserted replaced
5314:7f618ab721ef 5315:2f280e830838
11 ## We omit the package checksum so that we don't have to update it 11 ## We omit the package checksum so that we don't have to update it
12 ## each time the tarball changes. 12 ## each time the tarball changes.
13 13
14 PKG := stable-octave 14 PKG := stable-octave
15 $(PKG)_IGNORE := 15 $(PKG)_IGNORE :=
16 $(PKG)_VERSION := 5.2.1 16 $(PKG)_VERSION := 6.0.1
17 $(PKG)_CHECKSUM := ## No checksum 17 $(PKG)_CHECKSUM := ## No checksum
18 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 18 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
19 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz 19 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
20 $(PKG)_URL := http://not.a.valid.url/$($(PKG)_FILE) 20 $(PKG)_URL := http://not.a.valid.url/$($(PKG)_FILE)
21 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 21 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
22 $(PKG)_FONTCONFIG := fontconfig 22 $(PKG)_FONTCONFIG := fontconfig
23 endif 23 endif
24 $(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 24 $(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
25 25
26 ifeq ($(ENABLE_QT5),yes) 26 ifeq ($(ENABLE_QT5),yes)
27 $(PKG)_DEPS += qt5 27 $(PKG)_DEPS += qt5
28 else 28 else
29 $(PKG)_DEPS += qt 29 $(PKG)_DEPS += qt