# HG changeset patch # User Markus Mützel # Date 1712161723 -7200 # Node ID 353343fd97b47c8f02c7d19acb5c145a679d479b # Parent 4e2632111c850bb04c0b668326e90e8fd5be6f7e# Parent 5caa20111eb16055e64b83e787b76bbc5925e9e9 maint: Merge release to default. diff -r 4e2632111c85 -r 353343fd97b4 Makefile.in --- a/Makefile.in Tue Apr 02 07:54:49 2024 -0400 +++ b/Makefile.in Wed Apr 03 18:28:43 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)))