summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason Yosinski <jason@yosinski.com>2015-01-17 23:07:36 -0500
committerJason Yosinski <jason@yosinski.com>2015-01-17 23:07:36 -0500
commit21f1b5941df6faeed8bfc1d68f6b42559e2eb417 (patch)
tree9e1b1fd3d58b13bac71a1a3eb40d1468afaea256 /docs
parent1304173d85d3d382d3ae2b2aa4f6c04b2c8c75ca (diff)
downloadcaffeonacl-21f1b5941df6faeed8bfc1d68f6b42559e2eb417.tar.gz
caffeonacl-21f1b5941df6faeed8bfc1d68f6b42559e2eb417.tar.bz2
caffeonacl-21f1b5941df6faeed8bfc1d68f6b42559e2eb417.zip
Updated doc to suggest boost 1.57
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.md b/docs/installation.md
index 94068e50..66f080eb 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -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