Skip to content

Commit bfdddee

Browse files
authored
Update setup.py
1 parent 19a231a commit bfdddee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ 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-
+
124118
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/.
125119
# Naming conventions vary so widely between versions and OSes
126120
# had to give up on checking them.

0 commit comments

Comments
 (0)