changeset 4450:e3a584b593fe

of-specfun: remove from packages installed as is no longer maintained * Makefile.in: remove from OCTAVE_FORGE_PACKAGES * build_packages.m: remove specfun from installedd script
author John D
date Mon, 14 Aug 2017 09:25:00 -0400
parents 1933a9113e65
children f81858aaddc8
files Makefile.in build_packages.m
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Aug 14 09:12:34 2017 -0400
+++ b/Makefile.in	Mon Aug 14 09:25:00 2017 -0400
@@ -477,7 +477,7 @@
 ##   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)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim 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)))
 
--- a/build_packages.m	Mon Aug 14 09:12:34 2017 -0400
+++ b/build_packages.m	Mon Aug 14 09:25:00 2017 -0400
@@ -32,7 +32,6 @@
   try_install miscellaneous-1.2.1.tar.gz
   try_install struct-1.0.14.tar.gz
   try_install optim-1.5.2.tar.gz
-  try_install specfun-1.1.0.tar.gz
   try_install control-3.0.0.tar.gz
   try_install signal-1.3.2.tar.gz
   try_install communications-1.2.1.tar.gz