changeset 7162:5caa20111eb1 release

Remove "tisean" from packaged Octave packages. * Makefile.in (OCTAVE_FORGE_PACKAGES): Remove "tisean" from list. See: https://octave.discourse.group/t/5442
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 03 Apr 2024 18:28:23 +0200
parents d6cb4c0fa510
children 353343fd97b4 9846cfaf8bc0
files Makefile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)))