Skip to content

Commit

Permalink
[docs] note boost 1.56 an CUDA conflict on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Oct 10, 2014
1 parent cb60a41 commit e6deb5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ Do `brew edit opencv` and change the lines that look like the two lines below to
**NOTE**: We find that everything compiles successfully if `$LD_LIBRARY_PATH` is not set at all, and `$DYLD_FALLBACK_LIBRARY_PATH` is set to to provide CUDA, Python, and other relevant libraries (e.g. `/usr/local/cuda/lib:$HOME/anaconda/lib:/usr/local/lib:/usr/lib`).
In other `ENV` settings, things may not work as expected.

**NOTE**: There is currently a conflict between boost 1.56 and CUDA in some configurations. Check the [conflict description](https://github.com/BVLC/caffe/issues/1193#issuecomment-57491906) and try downgrading to 1.55.

#### 10.8-specific Instructions

Simply run the following:
Expand Down

0 comments on commit e6deb5d

Please sign in to comment.