# HG changeset patch # User John D # Date 1475853279 14400 # Node ID 47051dc285cd31cdc9900fcc5f0ad7bc18774486 # Parent f40bc676a42f8ba6f287ec5ca15040fdc3d09d4c of-sparsersb: reenable new version for 64 indexing * Makefile.in: dont diable sparsersb in 64 bit diff -r f40bc676a42f -r 47051dc285cd Makefile.in --- 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)))