diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 16:09:08 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 16:09:08 +0000 |
| commit | 635f2b255ce33044873056f0965d53595775c77b (patch) | |
| tree | be121d8cb31ff8d38120ddef42c998f7453a0f4e | |
| parent | Add distutils debugging (diff) | |
| download | pygensvm-635f2b255ce33044873056f0965d53595775c77b.tar.gz pygensvm-635f2b255ce33044873056f0965d53595775c77b.zip | |
double check environment variable set
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
