Skip to content

Commit

Permalink
Word2vec udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanny committed May 2, 2015
1 parent 7f8bf6b commit bc760d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ elif [ "$OS" = "linux" ] ; then
CFLAGS="-openmp -fPIC -c -O2 -DNDEBUG -I$JAVA_HOME/include -I$JAVA_HOME/include/linux -I$MKL_ROOT/include -I$MKL_ROOT/include/${ARCHD}${SUBDIR}"
LB="ar rc"
GLD="g++ -shared"
LD="icc -shared"
LD="icc -shared -static-intel"
LDFLAGS="$LDFLAGS"
LIBPREPEND="lib"
LIBAPPEND="-${OS}-${ARCH}.so"
Expand Down

0 comments on commit bc760d2

Please sign in to comment.