build.sh : disable vector operations on OSX build (until we can figure out how to link BLAS again).

This commit is contained in:
kevin 2016-05-23 18:32:46 -04:00
parent 357348b8e7
commit 5b52113ba8

View File

@ -8,7 +8,7 @@ autoreconf --force --install
cd ${curdir} cd ${curdir}
../../../configure --prefix=${curdir} \ ../../../configure --prefix=${curdir} \
--enable-debug \ --enable-debug --disable-vectop \
CFLAGS="-g -Wall" \ CFLAGS="-g -Wall" \
CXXFLAGS="-g -Wall" \ CXXFLAGS="-g -Wall" \
CPPFLAGS= \ CPPFLAGS= \
@ -17,4 +17,4 @@ LIBS=
#make #make
#make install #make install