build.sh : disable vector operations on OSX build (until we can figure out how to link BLAS again).
This commit is contained in:
parent
357348b8e7
commit
5b52113ba8
@ -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= \
|
||||||
|
Loading…
Reference in New Issue
Block a user