changeset 4230:47051dc285cd

of-sparsersb: reenable new version for 64 indexing * Makefile.in: dont diable sparsersb in 64 bit
author John D
date Fri, 07 Oct 2016 11:14:39 -0400
parents f40bc676a42f
children b9703b830bf2
files Makefile.in
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Wed Oct 05 15:39:08 2016 -0400
+++ b/Makefile.in	Fri Oct 07 11:14:39 2016 -0400
@@ -444,10 +444,6 @@
 
 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 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)
-ifeq ($(ENABLE_64),no)
-  ## This package does not work properly with 64-bit indexing
-  OCTAVE_FORGE_PACKAGES += of-sparsersb
-endif
 # 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)))