changeset 4170:4556ee171f27

fl-core: remove package from build * Makefile.in: remove fl-core from OCTAVE_FORGE_PACKAGES * build_packages.m: remove fl-core from build script
author John Donoghue
date Thu, 07 Jul 2016 08:31:47 -0400
parents f479c436e703
children 30806338a509
files Makefile.in build_packages.m
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)))
 
--- 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