Skip to content

Commit 82d176a

Browse files
committed
no pfapack/libopenblas.dll
1 parent ab67389 commit 82d176a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

meson.build

-5
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,6 @@ py_sources = [
190190
'pfapack/pfaffian.py',
191191
]
192192

193-
# Add OpenBLAS DLL only on Windows
194-
if host_machine.system() == 'windows'
195-
py_sources += ['pfapack/libopenblas.dll']
196-
endif
197-
198193
py.install_sources(
199194
py_sources,
200195
pure: false,

0 commit comments

Comments
 (0)