changeset 4105:d1aaa8270548

of-netcdf: do not package of-octcdf in installer * src/of-octcdf.mk: add depreciated comment in package * build_packages.m: remove octcdf from build_packages script * Makefile.in: remove octcdf from installed of- list
author John Donoghue
date Tue, 15 Mar 2016 08:03:52 -0400
parents c427e60e9e5f
children abe4edcb2f41
files Makefile.in build_packages.m src/of-octcdf.mk
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Mar 15 08:03:42 2016 -0400
+++ b/Makefile.in	Tue Mar 15 08:03:52 2016 -0400
@@ -430,7 +430,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 octcdf 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 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)
 # 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 Mar 15 08:03:42 2016 -0400
+++ b/build_packages.m	Tue Mar 15 08:03:52 2016 -0400
@@ -56,7 +56,6 @@
 try_install lssa-0.1.2.tar.gz
 try_install queueing-1.2.3.tar.gz
 try_install nurbs-1.3.10.tar.gz
-try_install octcdf-1.1.8.tar.gz
 try_install strings-1.2.0.tar.gz
 try_install ga-0.10.0.tar.gz
 try_install interval-1.4.1.tar.gz
--- a/src/of-octcdf.mk	Tue Mar 15 08:03:42 2016 -0400
+++ b/src/of-octcdf.mk	Tue Mar 15 08:03:52 2016 -0400
@@ -1,6 +1,8 @@
 # This file is part of MXE.
 # See index.html for further information.
 
+# NOTE: octcdf is now depreciated - use of netcdf is encouraged instead
+
 PKG             := of-octcdf
 $(PKG)_IGNORE   :=
 $(PKG)_VERSION  := 1.1.8