提交 24de4ffb authored 作者: Moslem Kazemi's avatar Moslem Kazemi

removed \

上级 6129f9d5
......@@ -2013,8 +2013,8 @@ class GCC_compiler(Compiler):
# ARM (32-bit and 64-bit) architectures in order to make
# Theano compatible with the Raspberry Pi, Raspberry Pi 2, or
# other systems with ARM processors.
if (not any(['arm' in flag for flag in cxxflags])) and \
(not any(arch in platform.machine() for arch in ['arm', 'aarch'])):
if (not any(['arm' in flag for flag in cxxflags]) and
not any(arch in platform.machine() for arch in ['arm', 'aarch'])):
n_bits = local_bitwidth()
cxxflags.append('-m%d' % n_bits)
_logger.debug("Compiling for %s bit architecture", n_bits)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论