Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mitmul/homebrew-caffe
- Owner: mitmul
- License: mit
- Created: 2014-02-22T05:09:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T14:22:55.000Z (over 10 years ago)
- Last Synced: 2024-08-01T16:37:10.928Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 320 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/