# HG changeset patch # User John Donoghue # Date 1467894707 14400 # Node ID 4556ee171f274ebf8fa72c8090ab3a8f3f2fc3fc # Parent f479c436e703d2f3e95d3c91d62d06fe73e5fde8 fl-core: remove package from build * Makefile.in: remove fl-core from OCTAVE_FORGE_PACKAGES * build_packages.m: remove fl-core from build script diff -r f479c436e703 -r 4556ee171f27 Makefile.in --- a/Makefile.in Thu Jul 07 07:53:15 2016 -0400 +++ b/Makefile.in Thu Jul 07 08:31:47 2016 -0400 @@ -426,7 +426,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 fl-core tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean sparsersb 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 sparsersb video zeromq) # get ALL deps for all of- packages, regardless of whethe building the actual forge package in the installer OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(wildcard $(TOP_DIR)/src/of-*.mk),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p))) diff -r f479c436e703 -r 4556ee171f27 build_packages.m --- a/build_packages.m Thu Jul 07 07:53:15 2016 -0400 +++ b/build_packages.m Thu Jul 07 08:31:47 2016 -0400 @@ -49,7 +49,6 @@ try_install fuzzy-logic-toolkit-0.4.5.tar.gz try_install quaternion-2.4.0.tar.gz try_install fits-1.0.7.tar.gz - try_install fl-core-1.0.0.tar.gz try_install tsa-4.4.1.tar.gz try_install dicom-0.1.1.tar.gz try_install netcdf-1.0.11.tar.gz