提交 bd777412 authored 作者: Frederic Bastien's avatar Frederic Bastien

Deprecate not having a c++ compiler. see gh-6248.

上级 2bfa139c
...@@ -533,6 +533,10 @@ AddConfigVar('cxx', ...@@ -533,6 +533,10 @@ AddConfigVar('cxx',
in_c_key=False) in_c_key=False)
del param del param
if not config.cxx:
warnings.warn("DeprecationWarning: there is no c++ compiler."
"This is deprecated and Theano 0.11 a c++ compiler will be mandatory")
if rc == 0 and config.cxx != "": if rc == 0 and config.cxx != "":
# Keep the default linker the same as the one for the mode FAST_RUN # Keep the default linker the same as the one for the mode FAST_RUN
AddConfigVar('linker', AddConfigVar('linker',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论