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
 cd ${curdir}
8
 cd ${curdir}
9
 
9
 
10
 ../../../configure --prefix=${curdir} \
10
 ../../../configure --prefix=${curdir} \
11
---enable-debug \
11
+--enable-debug --disable-vectop \
12
 CFLAGS="-g -Wall" \
12
 CFLAGS="-g -Wall" \
13
 CXXFLAGS="-g -Wall" \
13
 CXXFLAGS="-g -Wall" \
14
 CPPFLAGS= \
14
 CPPFLAGS= \
17
 
17
 
18
 
18
 
19
 #make
19
 #make
20
-#make install
20
+#make install

Loading…
Cancel
Save