提交 42bd8ad1 authored 作者: James Bergstra's avatar James Bergstra

adding link from installation file to documentation of config file

上级 8b62d9e4
......@@ -104,12 +104,15 @@ entry like this:
# other stuff can go here
[blas]
ldflags = -lf77blas -latlas #put your flags here
ldflags = -lf77blas -latlas -lgfortran #put your flags here
# other stuff can go here
If you prefer to use an environment variable, type something like this: ``export THEANO_FLAGS="blas.ldflags=<gcc linker flags>"``
so maybe ``export THEANO_FLAGS="blas.ldflags=-lf77blas -latlas"`` might work for you.
so maybe ``export THEANO_FLAGS="blas.ldflags=-lf77blas -latlas -lgfortran"`` might work for you.
For more information on the formatting of ~/.theanorc and the configuration options that you can put there,
see :ref:`libdoc_config`.
Testing your installation
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论