comparison src/default-octave.mk @ 6518:a8cdb57c6ea6

default-octave: Depend on pcre2 instead of pcre (bug #61542).
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 15 Nov 2022 15:50:29 +0100
parents efc41d530cff
children 56decd595eb7
comparison
equal deleted inserted replaced
6517:046050a1a55c 6518:a8cdb57c6ea6
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 rapidjson readline sundials-ida suitesparse texinfo zlib 24 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre2 portaudio pstoedit qhull qrupdate qscintilla rapidjson 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