aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-05 12:38:48 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-05 12:38:48 +0000
commitc048e44287f4a9f808abae91fbd9e34467022797 (patch)
tree00f904cf669eb791befdc2e3ee9e406ae23cab21
parentdebug printing (diff)
downloadpygensvm-c048e44287f4a9f808abae91fbd9e34467022797.tar.gz
pygensvm-c048e44287f4a9f808abae91fbd9e34467022797.zip
add lib to path
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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)