Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitmul/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
https://github.com/mitmul/homebrew-caffe

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

homebrew-caffe
==============

homebrew-caffe is a project for installing [Caffe][] with [Homebrew][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

[caffe]:https://github.com/BVLC/caffe
[homebrew]:http://mxcl.github.com/homebrew/