freebsd-ports/math/py-theano/files/pkg-message.in
2019-08-13 22:29:42 +00:00

21 lines
410 B
Text

[
{ type: install
message: <<EOM
To use Theano in multi-threaded mode, install OpenBLAS with option
OPENMP enabled, install py-numpy with OpenBLAS support and use this
minimal ~/.theanorc:
---------------------------
[global]
cxx = %%CXX%%
openmp = True
[blas]
ldflags = -lopenblasp
---------------------------
You can control the number of threads used with OMP_NUM_THREADS environment
variable.
EOM
}
]