# HG changeset patch # User John Donoghue # Date 1476317834 14400 # Node ID b9703b830bf29f5cdada96c1281777aa5a5e4462 # Parent 47051dc285cd31cdc9900fcc5f0ad7bc18774486 of-sparsersb: really enable of-sparser in all modes * Makefile.in: add sparsersb to OCTAVE_FORGE_PACKAGES diff -r 47051dc285cd -r b9703b830bf2 Makefile.in --- a/Makefile.in Fri Oct 07 11:14:39 2016 -0400 +++ b/Makefile.in Wed Oct 12 20:17:14 2016 -0400 @@ -443,7 +443,7 @@ 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 zenity 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) +OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows linear-algebra sockets zenity 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) # 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)))