From 5287a470390011a24bbc3e7dce1ee729e193f8dc Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Dec 2019 14:54:46 +0000 Subject: debugging --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd81196..585a7f6 100644 --- a/setup.py +++ b/setup.py @@ -259,11 +259,14 @@ def cibuildwheel_windows(): "OPENBLAS" ] = "/c/cibw/openblas/OpenBLAS.0.2.14.1/lib/native/lib" - for path, dirs, files in os.walk("/c/cibw/lapacke"): + for path, dirs, files in os.walk("/c/cibw/openblas"): print(path) for f in files: print("\t" + f) sys.stdout.flush() + import time + + time.sleep(5) if __name__ == "__main__": -- cgit v1.2.3