changeset 3938:eb7713c92364

of-odepkg: remove non working package from installer * build_packages.m: removed from install * Makefile.in: removed odepkg
author John Donoghue <john.donoghue@ieee.org>
date Mon, 11 May 2015 18:51:36 -0400
parents 2d8b0a2025e4
children e143ff6d58fe
files Makefile.in build_packages.m
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sun May 10 08:02:22 2015 -0400
+++ b/Makefile.in	Mon May 11 18:51:36 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 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 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	Sun May 10 08:02:22 2015 -0400
+++ b/build_packages.m	Mon May 11 18:51:36 2015 -0400
@@ -33,7 +33,6 @@
 try_install statistics-1.2.4.tar.gz
 try_install geometry-2.0.0.tar.gz
 try_install windows-1.2.1.tar.gz
-try_install odepkg-0.8.4.tar.gz
 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