aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-05 17:36:14 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-05 17:36:14 +0000
commit24934c1fbb9154e26dcb150a698daa535e679066 (patch)
tree55ad8acce6cc895fcd939779badb4e5c9cee684b
parentremove filename extension (diff)
downloadpygensvm-24934c1fbb9154e26dcb150a698daa535e679066.tar.gz
pygensvm-24934c1fbb9154e26dcb150a698daa535e679066.zip
move the library to a .lib file
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bb521c9..9a83c0c 100644
--- a/setup.py
+++ b/setup.py
@@ -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"