comparison Makefile.in @ 4204:084a0a865a6b

omit of-sparsersb for 64-bit indexing builds
author John W. Eaton <jwe@octave.org>
date Fri, 02 Sep 2016 00:03:29 -0400
parents 3dc897731d3b
children 57a662852ddc
comparison
equal deleted inserted replaced
4203:f2721809fb7a 4204:084a0a865a6b
433 CONFIGURE_POST_HOOK := lt-postproc -p '$(LIBRARY_PREFIX)' -s '$(LIBRARY_SUFFIX)' 433 CONFIGURE_POST_HOOK := lt-postproc -p '$(LIBRARY_PREFIX)' -s '$(LIBRARY_SUFFIX)'
434 MAKE_SHARED_FROM_STATIC_OPTIONS := --windowsdll --msvc --libprefix '$(LIBRARY_PREFIX)' --libsuffix '$(LIBRARY_SUFFIX)' 434 MAKE_SHARED_FROM_STATIC_OPTIONS := --windowsdll --msvc --libprefix '$(LIBRARY_PREFIX)' --libsuffix '$(LIBRARY_SUFFIX)'
435 endif 435 endif
436 436
437 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases' 437 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
438 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 sparsersb video zeromq) 438 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)
439 ifeq ($(ENABLE_64),no)
440 ## This package does not work properly with 64-bit indexing
441 OCTAVE_FORGE_PACKAGES += sparsersb
442 endif
439 # get ALL deps for all of- packages, regardless of whethe building the actual forge package in the installer 443 # get ALL deps for all of- packages, regardless of whethe building the actual forge package in the installer
440 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(wildcard $(TOP_DIR)/src/of-*.mk),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p))) 444 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(wildcard $(TOP_DIR)/src/of-*.mk),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))
441 445
442 BLAS_PACKAGES := blas 446 BLAS_PACKAGES := blas
443 ifeq ($(ENABLE_OPENBLAS),yes) 447 ifeq ($(ENABLE_OPENBLAS),yes)