提交 6303299c authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Add comment about warning position.

上级 8e5ad2e1
...@@ -1328,6 +1328,9 @@ def default_blas_ldflags(): ...@@ -1328,6 +1328,9 @@ def default_blas_ldflags():
if res: if res:
return res return res
# If we are using conda and can't reuse numpy blas, then doing
# the fallback and test -lblas could give slow computation, so
# warn about this.
for warn in warn_record: for warn in warn_record:
_logger.warning(*warn) _logger.warning(*warn)
del warn_record del warn_record
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论