From 16e2f8430b712c9f115adf886fc398a9550380cc Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Fri, 23 Apr 2010 02:19:36 +0000 Subject: [PATCH] changed to compile without BLAS --- myconfigure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myconfigure b/myconfigure index a532a1d06..e51d3d0fd 100755 --- a/myconfigure +++ b/myconfigure @@ -1 +1 @@ -./configure --prefix=$HOME --with-toolbox=$HOME/toolbox/ --with-boost=/opt/local/include/ --enable-blas CXXFLAGS=" -g -O2 -march=core2 -DNDEBUG" --disable-static +./configure --prefix=$HOME --with-toolbox=$HOME/toolbox/ --with-boost=/opt/local/include/ CXXFLAGS=" -g -O2 -march=core2 -DNDEBUG" --disable-static