diff Makefile.in @ 3471:6a97f4d1dedb

installer: Add ref BLAS/OpenBLAS install option * Makefile.in: Add rule for ALL blas libraries * binary-dist-rules.mk: add blas packages to installed dependancies and copy libblas to refblas. * makeinst-script.sh: Add dropdown list to options page to select BLAS and set selected to libblas.dll. * installer-files/README.html: Add information on the BLAS libs.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 28 Jan 2014 22:52:05 -0500
parents 3124eb50a04b
children f38cc7e463d5
line wrap: on
line diff
--- a/Makefile.in	Tue Jan 28 18:23:35 2014 -0500
+++ b/Makefile.in	Tue Jan 28 22:52:05 2014 -0500
@@ -372,6 +372,8 @@
 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 odepkg linear-algebra sockets zenity actuarial data-smoothing fuzzy-logic-toolkit quaternion fits fl-core tsa dicom)
 
+BLAS_PACKAGES := blas openblas
+
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)
 
@@ -445,6 +447,9 @@
 .PHONY: octave-forge-packages
 octave-forge-packages: $(OCTAVE_FORGE_PACKAGES)
 
+.PHONY: blas-packages
+blas-packages: $(BLAS_PACKAGES)
+
 configure: configure.ac
 	autoconf