# HG changeset patch # User Markus Mützel # Date 1712161703 -7200 # Node ID 5caa20111eb16055e64b83e787b76bbc5925e9e9 # Parent d6cb4c0fa510acafb73b71d0745f554fdaf55839 Remove "tisean" from packaged Octave packages. * Makefile.in (OCTAVE_FORGE_PACKAGES): Remove "tisean" from list. See: https://octave.discourse.group/t/5442 diff -r d6cb4c0fa510 -r 5caa20111eb1 Makefile.in --- a/Makefile.in Mon Apr 01 07:53:56 2024 -0400 +++ b/Makefile.in Wed Apr 03 18:28:23 2024 +0200 @@ -558,9 +558,9 @@ endif OCTAVE_FORGE_BASE_URL := 'https://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases' -## Packages removed from list because build is broken: -## None. -OCTAVE_FORGE_PACKAGES := $(addprefix of-,audio communications control database dataframe data-smoothing dicom financial fuzzy-logic-toolkit ga general generate_html geometry gsl image instrument-control interval io linear-algebra lssa ltfat mapping matgeom miscellaneous nan netcdf nurbs ocs octproj optim optiminterp quaternion queueing signal sockets sparsersb splines statistics stk strings struct symbolic tisean tsa video windows zeromq) +## Packages removed from list because build is broken or package doesn't work: +## tisean +OCTAVE_FORGE_PACKAGES := $(addprefix of-,audio communications control database dataframe data-smoothing dicom financial fuzzy-logic-toolkit ga general generate_html geometry gsl image instrument-control interval io linear-algebra lssa ltfat mapping matgeom miscellaneous nan netcdf nurbs ocs octproj optim optiminterp quaternion queueing signal sockets sparsersb splines statistics stk strings struct symbolic tsa video windows zeromq) OCTAVE_OTHER_PACKAGES := $(addprefix opkg-,biosig cfitsio mqtt tablicious) # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))