Updated doc to suggest boost 1.57
authorJason Yosinski <jason@yosinski.com>
Sun, 18 Jan 2015 04:07:36 +0000 (23:07 -0500)
committerJason Yosinski <jason@yosinski.com>
Sun, 18 Jan 2015 04:07:36 +0000 (23:07 -0500)
docs/installation.md

index 94068e5..66f080e 100644 (file)
@@ -141,7 +141,7 @@ 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.
+**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 or upgrading to 1.57.
 
 #### 10.8-specific Instructions