提交 2fc554e0 authored 作者: wyjw's avatar wyjw 提交者: GitHub

Update blas.py

Fixed the grammar in the warning.
上级 e0821760
...@@ -429,7 +429,7 @@ def _ldflags(ldflags_str, libs, flags, libs_dir, include_dir): ...@@ -429,7 +429,7 @@ def _ldflags(ldflags_str, libs, flags, libs_dir, include_dir):
found_dyn = True found_dyn = True
if not found_dyn and dirs: if not found_dyn and dirs:
_logger.warning( _logger.warning(
"We did not found a dynamic library into the " "We did not find a dynamic library in the "
"library_dir of the library we use for blas. If you use " "library_dir of the library we use for blas. If you use "
"ATLAS, make sure to compile it with dynamics library.") "ATLAS, make sure to compile it with dynamics library.")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论