homebrew-caffe

[THIS PROJECT HAS BEEN DEPRECATED. BECAUSE NOW CUDA SUPPORTS libc++] Caffe (Convolutional Architecture for Fast Feature Embedding) related formulae for OSX 10.9

MIT License

Stars
15

homebrew-caffe

homebrew-caffe is a project for installing Caffe with Homebrew to OSX 10.9.

Usage

1. Uninstall dependencies

If you already installed dependencies with homebrew, please uninstall them. They are installed with libc++ but Caffe needs dependencies built with libstdc++.

$ brew uninstall cmake
$ brew uninstall boost
$ brew uninstall snappy
$ brew uninstall leveldb
$ brew uninstall protobuf
$ brew uninstall gflags
$ brew uninstall glog
$ brew uninstall opencv

2. Download formulae

$ brew tap mitmul/caffe

3. Install

$ brew install caffe