# HG changeset patch # User John W. Eaton # Date 1491598778 14400 # Node ID b0d049115f6591d3f7e8adefad156312d4de14e6 # Parent 7208df70341217a0116848d25e4ce5434044bd13 Makefile.in (OCTAVE_FORGE_PACKAGES): Remove sparsersb from list. diff -r 7208df703412 -r b0d049115f65 Makefile.in --- a/Makefile.in Fri Apr 07 09:55:29 2017 -0400 +++ b/Makefile.in Fri Apr 07 16:59:38 2017 -0400 @@ -473,7 +473,11 @@ endif OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases' -OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows linear-algebra sockets data-smoothing fuzzy-logic-toolkit quaternion fits tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq sparsersb gsl) +## Packages removed from list because build is broken: +## sparsersb: configure script needs many fixes for syntax +## configure script fails for cross compiling because +## it attempts to run Octave +OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows linear-algebra sockets data-smoothing fuzzy-logic-toolkit quaternion fits tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq gsl) # 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)))