提交 71027a03 authored 作者: Dumitru Erhan's avatar Dumitru Erhan

even more troubleshooting tips for mac installs

上级 da9116dd
...@@ -211,6 +211,10 @@ Mac ...@@ -211,6 +211,10 @@ Mac
``/opt/local/sbin`` before any other paths (to make sure that the python and ``/opt/local/sbin`` before any other paths (to make sure that the python and
gcc binaries that you installed with MacPorts are visible first). gcc binaries that you installed with MacPorts are visible first).
- Likewise, you need to
``export LD_LIBRARY_PATH=/opt/local/lib:$LD_LIBRARY_PATH`` if this is not
the case already (so that we link to the correct libraries).
- ``scipy`` depends on ATLAS (a BLAS library), which will be installed by MacPorts. - ``scipy`` depends on ATLAS (a BLAS library), which will be installed by MacPorts.
- Finally, set ``THEANO_BLAS_LDFLAGS`` to something which will link against said BLAS - Finally, set ``THEANO_BLAS_LDFLAGS`` to something which will link against said BLAS
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论