From c048e44287f4a9f808abae91fbd9e34467022797 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Dec 2019 12:38:48 +0000 Subject: add lib to path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0ca124..ebb6462 100644 --- a/setup.py +++ b/setup.py @@ -255,7 +255,7 @@ def cibuildwheel_windows(): if os.path.exists(dllpath): shutil.move(dllpath, basepath + "/lib/") - os.environ["OPENBLAS"] = "/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native" + os.environ["OPENBLAS"] = "/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/lib" for path, dirs, files in os.walk("/c/cibw/lapacke"): print(path) -- cgit v1.2.3