comparison Makefile.in @ 5302:8a3c205357f1

* add of-symbolic package * src/of-symbolic.mk: new file * Makefile.in, dist-files.mk, index.html: add ref to new package
author John Donoghue
date Mon, 10 Feb 2020 15:40:23 -0500
parents 8ce9f378be7c
children 3ef4592c7024
comparison
equal deleted inserted replaced
5301:3c10ce089d7c 5302:8a3c205357f1
511 endif 511 endif
512 512
513 OCTAVE_FORGE_BASE_URL := 'https://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases' 513 OCTAVE_FORGE_BASE_URL := 'https://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
514 ## Packages removed from list because build is broken: 514 ## Packages removed from list because build is broken:
515 ## None. 515 ## None.
516 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 dicom sparsersb audio) 516 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 dicom sparsersb audio symbolic)
517 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer 517 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer
518 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p))) 518 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))
519 519
520 BLAS_PACKAGES := blas 520 BLAS_PACKAGES := blas
521 ifeq ($(ENABLE_OPENBLAS),yes) 521 ifeq ($(ENABLE_OPENBLAS),yes)