# HG changeset patch # User John Donoghue # Date 1458043432 14400 # Node ID d1aaa8270548ef7bfa9cb152ba3315e9888868db # Parent c427e60e9e5f91df9db1ad302aec7b1acb0bd3ac 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 diff -r c427e60e9e5f -r d1aaa8270548 Makefile.in --- 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))) diff -r c427e60e9e5f -r d1aaa8270548 build_packages.m --- 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 diff -r c427e60e9e5f -r d1aaa8270548 src/of-octcdf.mk --- 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