Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
da9116dd
提交
da9116dd
authored
1月 26, 2010
作者:
Dumitru Erhan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
more troubleshooting tips for mac installs
上级
bfc8fc92
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
18 行增加
和
1 行删除
+18
-1
install.txt
doc/install.txt
+18
-1
没有找到文件。
doc/install.txt
浏览文件 @
da9116dd
...
@@ -194,9 +194,26 @@ Mac
...
@@ -194,9 +194,26 @@ Mac
- The same advice applies to ``numpy``.
- The same advice applies to ``numpy``.
- Put ``export PYTHONPATH=/opt/local/lib/python2.5/site-packages:$PYTHONPATH``
in your ``.bashrc`` in order to include your MacPorts packages in Python's
path.
- Make sure that the gcc version that you have installed on your system is
up-to-date. If you have an old version of XCode lying around, chances are
this is the case. You can check with ``which gcc``: if it says
``/usr/bin/gcc`` then you should install gcc_select from MacPorts (``sudo port install
gcc_select``). Use ``gcc_select -l`` to see which gcc installs you have on
the system. Then execute ``sudo gcc_select mp-gcc44`` to create a symlink
that points to the correct (MacPorts) gcc (version 4.4 in this case).
- This is covered in the MacPorts installation process, but make sure that
your ``PATH`` environmental variable contains ``/opt/local/bin`` 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).
- ``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.
-
S
et ``THEANO_BLAS_LDFLAGS`` to something which will link against said BLAS
-
Finally, s
et ``THEANO_BLAS_LDFLAGS`` to something which will link against said BLAS
library. E.g., ``THEANO_BLAS_LDFLAGS='-lcblas -latlas -lgfortran'``.
library. E.g., ``THEANO_BLAS_LDFLAGS='-lcblas -latlas -lgfortran'``.
These installation instructions have not tested recently, please infom us of your results!
These installation instructions have not tested recently, please infom us of your results!
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论