jubatus / jubatus-installer

Install Script of Jubatus
18 stars 17 forks source link

Switch compiler for Mac #16

Closed kmaehashi closed 5 years ago

kmaehashi commented 11 years ago

As we experimentally support building on Mac, how about automatically switching a compiler on Mac? (actually we already have DYLD_LIBRARY_PATH defined in install.sh)

if [ "$(uname -s)" = "Darwin" ]; then
  export CXX=clang++
fi
unnonouno commented 11 years ago

I agree with this.

rimms commented 5 years ago

We provide the homebrew repository. So, users able to run Jubatus on Mac.

https://github.com/jubatus/homebrew-jubatus

I closed this issue.