diff Makefile.in @ 3068:fb0836e4a677

Add --enable-openblas option to configure * src/octave.mk: Set --with-blas=openblas if openblas was enabled and add openblas as an octave dependancy. * configure.ac: Add experimental --with-openblas opyion. * Makefile.in: Add ENABLE_OPENBAS flag.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 20 Jun 2013 06:29:17 -0400
parents 3b4f71898e4b
children b39e8dc859f7
line wrap: on
line diff
--- a/Makefile.in	Tue Jun 18 21:04:49 2013 -0400
+++ b/Makefile.in	Thu Jun 20 06:29:17 2013 -0400
@@ -42,6 +42,9 @@
 # Attempt to build LLVM and enable Octave's experimental JIT compiler.
 ENABLE_JIT := @ENABLE_JIT@
 
+# Use openblas for octave
+ENABLE_OPENBLAS := @ENABLE_OPENBLAS@
+
 ## end of configuration variables.
 
 ifneq ($(MXE_NATIVE_BUILD),yes)