Skip to content

Commit 4204e30

Browse files
authored
Update setup.py
1 parent 670397e commit 4204e30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ def main():
115115
else []
116116
)
117117
+
118+
(
119+
[os.path.join(os.environ["OpenBLAS_HOME"], "bin", "libopenblas.exp.dll").replace("\\", "\\\\")]
120+
if os.name == "nt" and "OpenBLAS_HOME" in os.environ
121+
else []
122+
)
123+
+
118124
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/.
119125
# Naming conventions vary so widely between versions and OSes
120126
# had to give up on checking them.

0 commit comments

Comments
 (0)