diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 17:36:14 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 17:36:14 +0000 |
| commit | 24934c1fbb9154e26dcb150a698daa535e679066 (patch) | |
| tree | 55ad8acce6cc895fcd939779badb4e5c9cee684b /setup.py | |
| parent | remove filename extension (diff) | |
| download | pygensvm-24934c1fbb9154e26dcb150a698daa535e679066.tar.gz pygensvm-24934c1fbb9154e26dcb150a698daa535e679066.zip | |
move the library to a .lib file
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ def cibuildwheel_windows(): basepath = "/c/cibw/openblas/OpenBLAS.0.2.14.1/lib/native" dllpath = basepath + "/lib/" + bitprefix + "/libopenblas.dll.a" if os.path.exists(dllpath): - shutil.move(dllpath, basepath + "/lib/") + shutil.move(dllpath, basepath + "/lib/libopenblas.lib") os.environ[ "OPENBLAS" |
