A repository for Jubatus brews. This is experimental support.
brew unlink msgpack
The above command unlinks latest msgpack-c (https://github.com/msgpack/msgpack-c/), which breaks jubatus. We will modify jubatus to use latest msgack-c, but use old msgpack-c for now.
$ brew tap jubatus/jubatus
$ brew install jubatus --use-clang
On Catalina, Please specify option --without-fmv
.
The following options are available:
- --enable-mecab: Enable mecab
- --enable-zookeeper: Enable ZooKeeper (distributed mode)
- --without-fmv: Disable optimization using function multiversioning
Example:
$ brew install jubatus-core --use-clang --regexp-library=re2
$ brew install jubatus --use-clang --enable-zookeeper
- OS version: 10.8 (Mountain Lion) or later
- Compiler: clang