changeset 3921:030d655597fa

of-actuarial: remove from installer * Makefile.in: remove package from installed of- packages * build_packages.m: remove actuarial from being installed
author John Donoghue <john.donoghue@ieee.org>
date Tue, 28 Apr 2015 19:55:12 -0400
parents a0cd80b7bad4
children 5159c01c3c26
files Makefile.in build_packages.m
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Apr 28 08:13:04 2015 -0400
+++ b/Makefile.in	Tue Apr 28 19:55:12 2015 -0400
@@ -419,7 +419,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 odepkg linear-algebra sockets zenity actuarial data-smoothing fuzzy-logic-toolkit quaternion fits fl-core tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings octcdf financial stk splines dataframe lssa queueing ga)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity data-smoothing fuzzy-logic-toolkit quaternion fits fl-core tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings octcdf financial stk splines dataframe lssa queueing ga)
 # 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	Tue Apr 28 08:13:04 2015 -0400
+++ b/build_packages.m	Tue Apr 28 19:55:12 2015 -0400
@@ -37,7 +37,6 @@
 try_install linear-algebra-2.2.2.tar.gz
 try_install sockets-1.2.0.tar.gz
 try_install zenity-0.5.7.tar.gz
-try_install actuarial-1.1.0.tar.gz
 try_install data-smoothing-1.3.0.tar.gz
 try_install fuzzy-logic-toolkit-0.4.5.tar.gz
 try_install quaternion-2.4.0.tar.gz