comparison Makefile.in @ 4675:b686b1e35ce1

disable dicom package because of build failure
author John W. Eaton <jwe@octave.org>
date Thu, 19 Apr 2018 21:59:52 -0400
parents 5c117a1de883
children 0a5da48ccaaf
comparison
equal deleted inserted replaced
4674:5c117a1de883 4675:b686b1e35ce1
502 OCTAVE_FORGE_BASE_URL := 'https://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases' 502 OCTAVE_FORGE_BASE_URL := 'https://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
503 ## Packages removed from list because build is broken: 503 ## Packages removed from list because build is broken:
504 ## sparsersb: configure script needs many fixes for syntax 504 ## sparsersb: configure script needs many fixes for syntax
505 ## configure script fails for cross compiling because 505 ## configure script fails for cross compiling because
506 ## it attempts to run Octave 506 ## it attempts to run Octave
507 OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim general signal communications image io statistics control geometry windows linear-algebra sockets 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 gsl optiminterp) 507 OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim general signal communications image io statistics control geometry windows linear-algebra sockets data-smoothing fuzzy-logic-toolkit quaternion fits tsa netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq gsl optiminterp)
508 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer 508 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer
509 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p))) 509 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))
510 510
511 BLAS_PACKAGES := blas 511 BLAS_PACKAGES := blas
512 ifeq ($(ENABLE_OPENBLAS),yes) 512 ifeq ($(ENABLE_OPENBLAS),yes)