diff binary-dist-rules.mk @ 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 24356fc32aa0
children 6a6f257372b7
line wrap: on
line diff
--- a/binary-dist-rules.mk	Tue Jan 28 18:23:35 2014 -0500
+++ b/binary-dist-rules.mk	Tue Jan 28 22:52:05 2014 -0500
@@ -20,6 +20,7 @@
 
 BINARY_DIST_DEPS := \
   $(OCTAVE_TARGET) \
+  blas-packages \
   octave-forge-packages \
   units \
   transfig \
@@ -88,6 +89,8 @@
     && tar -c $(TAR_H_OPTION) -f - notepad++ | ( cd $(OCTAVE_DIST_DIR) ; tar xpf - )
   echo "  README.html..."
   cp $(TOP_DIR)/installer-files/README.html $(OCTAVE_DIST_DIR)/
+  echo "  refblas..."
+  cp $(OCTAVE_DIST_DIR)/bin/libblas.dll $(OCTAVE_DIST_DIR)/bin/librefblas.dll
 endef
 endif