aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-05 16:09:08 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-05 16:09:08 +0000
commit635f2b255ce33044873056f0965d53595775c77b (patch)
treebe121d8cb31ff8d38120ddef42c998f7453a0f4e
parentAdd distutils debugging (diff)
downloadpygensvm-635f2b255ce33044873056f0965d53595775c77b.tar.gz
pygensvm-635f2b255ce33044873056f0965d53595775c77b.zip
double check environment variable set
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 585a7f6..dd33279 100644
--- a/setup.py
+++ b/setup.py
@@ -258,6 +258,7 @@ def cibuildwheel_windows():
os.environ[
"OPENBLAS"
] = "/c/cibw/openblas/OpenBLAS.0.2.14.1/lib/native/lib"
+ print(os.environ.get('OPENBLAS', 'none'))
for path, dirs, files in os.walk("/c/cibw/openblas"):
print(path)