comparison Makefile.in @ 4450:e3a584b593fe

of-specfun: remove from packages installed as is no longer maintained * Makefile.in: remove from OCTAVE_FORGE_PACKAGES * build_packages.m: remove specfun from installedd script
author John D
date Mon, 14 Aug 2017 09:25:00 -0400
parents b0d049115f65
children 644022302e76
comparison
equal deleted inserted replaced
4449:1933a9113e65 4450:e3a584b593fe
475 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases' 475 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
476 ## Packages removed from list because build is broken: 476 ## Packages removed from list because build is broken:
477 ## sparsersb: configure script needs many fixes for syntax 477 ## sparsersb: configure script needs many fixes for syntax
478 ## configure script fails for cross compiling because 478 ## configure script fails for cross compiling because
479 ## it attempts to run Octave 479 ## it attempts to run Octave
480 OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun 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) 480 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)
481 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer 481 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer
482 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p))) 482 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))
483 483
484 BLAS_PACKAGES := blas 484 BLAS_PACKAGES := blas
485 ifeq ($(ENABLE_OPENBLAS),yes) 485 ifeq ($(ENABLE_OPENBLAS),yes)