提交 54c49ef0 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6253 from nouiz/fix_missing_scipy

Fix missing scipy and warn that Theano will have a c++ compiler mandatory
......@@ -537,6 +537,10 @@ AddConfigVar('cxx',
in_c_key=False)
del param
if not config.cxx:
warnings.warn("DeprecationWarning: there is no c++ compiler."
"This is deprecated and with Theano 0.11 a c++ compiler will be mandatory")
if rc == 0 and config.cxx != "":
# Keep the default linker the same as the one for the mode FAST_RUN
AddConfigVar('linker',
......
......@@ -1729,6 +1729,7 @@ else:
expected_gamma = []
expected_gammaln = []
expected_psi = []
expected_tri_gamma = []
expected_chi2sf = []
expected_j0 = []
expected_j1 = []
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论