Browse Source

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

master
kevin 8 years ago
parent
commit
5b52113ba8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build/osx/debug/build.sh

+ 2
- 2
build/osx/debug/build.sh View File

@@ -8,7 +8,7 @@ autoreconf --force --install
8 8
 cd ${curdir}
9 9
 
10 10
 ../../../configure --prefix=${curdir} \
11
---enable-debug \
11
+--enable-debug --disable-vectop \
12 12
 CFLAGS="-g -Wall" \
13 13
 CXXFLAGS="-g -Wall" \
14 14
 CPPFLAGS= \
@@ -17,4 +17,4 @@ LIBS=
17 17
 
18 18
 
19 19
 #make
20
-#make install
20
+#make install

Loading…
Cancel
Save