提交 4482212f authored 作者: Frederic's avatar Frederic

revert change that shouldn't be done, caught by code review.

上级 689a5995
......@@ -206,8 +206,7 @@ def default_blas_ldflags():
['-L%s' % p2] +
['-l%s' % l for l in blas_info['libraries']])
p = os.path.join(sys.prefix, "..", "..", "..",
"Canopy", "appdata")
p = os.path.join(sys.base_prefix, "..", "..", "appdata")
assert os.path.exists(p), "Canopy changed the location of MKL"
p2 = os.listdir(p)
assert len(p2) == 1, "Canopy changed the location of MKL"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论